Skip to content

Releases: kendalvandyke/sqlpowerdoc

v1.1.0.0

17 Sep 15:26
9cb6f01
Compare
Choose a tag to compare
  • Updated NetworkScan module to handle cases where multiple instances are running and at least one instance is SQL 2000
  • Add version recognition for SQL 2016 and SQL 2017
  • Code cleanup (moved related blocks of code in SQLServerDatabaseEngineInformation.psm1 into regions)
  • Minor bug fixes in SQLServerDatabaseEngineInformation module
  • Added new properties for SQL 2016 DBs to SQLServerDatabaseEngineInformation module
  • General code cleanup (e.g. fully qualifying calls ("ForEach" -> "ForEach-Object"), replacing double quotes with single quotes)
  • Updated KB title pattern match in WindowsInventory module
  • Updated Get-ApplicationInformationFromRegistry, Get-PatchInformationFromWMI, and Get-PatchInformationFromRegistry in WindowsInventory module to provide more accurate results
  • Moved to GitHub (FINALLY!)

v1.0.2.2

17 Sep 15:00
612a717
Compare
Choose a tag to compare
  • Fixes for issues introduced with PowerShell 4.0 with serialization/deserialization.
  • Fixed an issue with the max length of an Excel cell being exceeded by AD groups with a large number of members.
  • Added version recognition for SQL 2014.
  • Fixed an issue with checking for missing severity alerts 19-25.
  • Fixed check for torn page detection settings for SQL 2000 and earlier versions.
  • Changed ad-hoc queries to use current database ConnectionContext instead of explicitly using master database.
  • Updated code gathering database permissions to include objects not found in sys.objects but which have permissions on them (e.g. Assemblies, Asymmetric Keys, Certificates, etc.)
  • Updated network scan to check for additional name patterns when looking in a machine's registry for SQL instances.

v1.0.2.1

17 Sep 14:57
0678c6d
Compare
Choose a tag to compare

Misc. bug fixes
Added logic to resolve members of a Windows Group server login
Added columns to Excel workbooks to show definitions for server permissions, server roles, database permissions, and database roles

v1.0.2.0

17 Sep 14:54
37eebf7
Compare
Choose a tag to compare
  • Minor update to fix an issue with discovering & connecting to standalone instances listening on specific IP Addresses.
  • Fix to address an issue with multiple versions of SMO assembly loaded at the same time
  • Added 30 second timeout on WMI connectivity check during discovery phase

v1.0.1.0

17 Sep 14:50
a289723
Compare
Choose a tag to compare

Improved error handling
Fixed bugs reported since version 1.0.0.0
Added 11 new & updated 3 existing database engine assessment checks

v1.0.0.0

17 Sep 14:45
b186e3c
Compare
Choose a tag to compare

Initial Release