Skip to content

v1.1.0.0

Latest
Compare
Choose a tag to compare
@kendalvandyke kendalvandyke released this 17 Sep 15:26
· 3 commits to master since this release
9cb6f01
  • 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!)