Skip to content

Releases: blakedrumm/SCOM-Scripts-and-SQL

SCOM-DataCollector - v3.6.0

02 Jul 01:19
1f8e845
Compare
Choose a tag to compare
  • SQL Queries are now using the Read Only SQL Adapter!
  • Reworked some error handling in SQL Queries.
  • Fixed some repetitive code in General Information gather.

Download Count v3.6.0

SCOM-DataCollector - v3.5.8

01 Jul 21:58
1f8e845
Compare
Choose a tag to compare
  • Added Group Policy Check / Update so we can verify Group Policy is working as intended.

Download Count v3.5.8

SCOM-DataCollector - v3.5.7

01 Jul 16:17
1f8e845
Compare
Choose a tag to compare
  • Added Best Practices! Only one condition is being checked, but more will be added!

Download Count v3.5.7

SCOM-DataCollector - v3.5.6

30 Jun 16:38
1f8e845
Compare
Choose a tag to compare
  • Fixed DB Version Detection, now it is more accurate!
-- Get the SCOM SQL DB Update Rollup Version.
select * from [dbo].[SqlPatchVersion]
  • Some other small changes.

Download Count v3.5.6

SCOM-DataCollector - v3.5.5

27 Jun 21:41
dcc0d53
Compare
Choose a tag to compare
  • Included more details for versioning in General Information.
  • Updated Gateway version list.

SCOM-DataCollector - v3.5.4

25 Jun 23:12
893b6c9
Compare
Choose a tag to compare
  • Fixed running SQL Queries as another Domain User.
  • New Switch: -SQLOnly which will allow you to only gather the SQL Queries and zip up the Output CSV Files.
  • Updated Internal version list for SQL.
  • Updated Readme.md

SCOM-DataCollector - v3.5.3

24 Jun 05:01
148cc64
Compare
Choose a tag to compare
  • Added Column for ReasonCode under ManagementServers.csv to allow you to see the ReasonCode from AvailabilityHistory Table, I also translated the ReasonCode's to ReasonCodeResult's.
  • Added SCOM Data Collector Script version to the Output when collector is run.
  • Added Progress Bar!

SCOM-DataCollector - v3.5.2-1

22 Jun 06:27
148cc64
Compare
Choose a tag to compare
  • Added ability to gathering the Management Group Health with the General Information.txt and CSV Output.
  • Added ability to gather the AppData Install Logs for SCOM.
  • Added support for all registry paths listed here: https://kevinholman.com/2017/03/08/recommended-registry-tweaks-for-scom-2016-management-servers/
  • Added ability to gather Local Logon Rights / Administrator Groups, will output to CSV and TXT File.
  • Updated Certificate Checker to latest version released on my Github Page. - Thanks Mike K for the suggestion!

SCOM-DataCollector - v3.5.1

17 Jun 04:03
ace91d9
Compare
Choose a tag to compare
  • Modified a few SQL Queries to Return the Status 'Successful' , 'Failed' and 'InProgress'. As well as some other changes.

SCOM-DataCollector - v3.5.0

16 Jun 20:13
62db71b
Compare
Choose a tag to compare
  • Renamed many SQL Queries to fit better in the Report Builder.
  • Presented the Data Collector to SCEM Bootcamp!