Skip to content

Releases: blakedrumm/SCOM-Scripts-and-SQL

SCOM-DataCollector - v3.6.8-1

25 Aug 17:32
83c82b9
Compare
Choose a tag to compare
  • Added: WITH(NOLOCK) to some of the SQL queries in the Data Collector. These should no longer lock the tables when querying data.

  • Other small changes.

Download Count v3.6.8-1

SCOM-DataCollector - v3.6.8

16 Aug 20:11
0cdc2e5
Compare
Choose a tag to compare

Download Count v3.6.8

SCOM-DataCollector - v3.6.7-1

13 Aug 15:26
30453d5
Compare
Choose a tag to compare
  • -GetLocalSecurity : Fixed issue when attempting to parse SID's that don't have a Account in Active Directory.

Download Count v3.6.7-1

SCOM-DataCollector - v3.6.7

12 Aug 20:24
Compare
Choose a tag to compare
  • Added SQL Query to gather OMS/Advisor information from OpsMgr DB:
select * from MT_Microsoft$SystemCenter$Advisor$Settings
  • Attempted fix for CSV Output of: -GetRunAsAccounts
  • New Switch Added: -AdditionalEventLogs
    Example: .\DataCollector-v3.6.7.ps1 -AdditionalEventLogs Security, Setup

Download Count v3.6.7

SCOM-DataCollector - v3.6.6

09 Aug 22:24
1010e61
Compare
Choose a tag to compare
  • Removed the -GetNotificationSubscriptions from the -All switch.
  • New Query Added to Data Warehouse Queries: DW_Perf_byManagedEntity.sql
  • Updated SQL Query RunasProfiles.sql to include the Domain of the Account.
select r.RuleDefaultName, pr.ObjectName, pr.CounterName, mp.ManagementPackDefaultName as MPName, COUNT(me.ManagedEntityDefaultName) AS Total
from Perf.vPerfRaw perf
join vPerformanceRuleInstance PRI on perf.PerformanceRuleInstanceRowId = PRI.PerformanceRuleInstanceRowId
join vPerformanceRule pr on PRI.RuleRowId = PR.RuleRowId
join vManagedEntity me on perf.ManagedEntityRowId = ME.ManagedEntityRowId
join [dbo].[vRule] r on r.RuleRowId = PR.RuleRowId
join vManagementPack mp on r.ManagementPackRowId = mp.ManagementPackRowId
where perf.DateTime > GetUTCDate() -48
GROUP BY PR.ObjectName, PR.CounterName, r.ruledefaultname, mp.ManagementPackDefaultName
ORDER BY COUNT (me.ManagedEntityDefaultName) DESC
  • Updated the Best Practice Analyzer to detect for Mismatch between DW Writer Account in the DW and the RunAs Profile for the Data Warehouse Action Account.

Download Count v3.6.6

SCOM-DataCollector - v3.6.5

04 Aug 14:56
4d17122
Compare
Choose a tag to compare
  • Fixed SCOM Port Checker invalid switch present in internal script.
  • Added switch -GetNotificationSubscriptions which will allow you to gather your Notification Subscription Details.

Download Count v3.6.5

SCOM-DataCollector - v3.6.4

03 Aug 18:33
74bc6b5
Compare
Choose a tag to compare
  • Added more Checks to Initial Accessibility Check for Management Servers and Agents.
    image

  • Updated Port Checker Script.

Download Count v3.6.4

SCOM-DataCollector - v3.6.3

30 Jul 19:32
11ae71e
Compare
Choose a tag to compare
  • Attempted some more fixes for General Information.txt output.
  • Added new switch -LeastAmount , which will gather the least amount of data from SCOM. (only SQL Queries, Pending Management, and General Information)
  • New Query added, HeathService_Avail_Last_7days.sql, this will gather the HealthService Availability Changes and why they changed.

Download Count v3.6.3

SCOM-DataCollector - v3.6.2

19 Jul 22:23
94946c6
Compare
Choose a tag to compare
  • Fixed error with General Information gather on Remote Management Servers.
  • Updated TLS Registry Checker to include more information.
  • Other small updates.

Download Count v3.6.2

SCOM-DataCollector - v3.6.1

12 Jul 16:13
f72e821
Compare
Choose a tag to compare
  • Renamed a few queries to *_OpsDB.sql.
  • Added Orphaned.sql SQL Query.
  • Added Best Practice Check to analyze whether you have (MMA) Agent Configured on a Management Server.

Download Count v3.6.1