pdqcom / PowerShell-Scanners

A community repository of PowerShell Scanners for PDQ Inventory.
MIT License
179 stars 74 forks source link

Add 'SQL Server Databases' scanner #96

Closed PKGeorgiev closed 1 year ago

PKGeorgiev commented 2 years ago

The scanner returns a list of databases for a given SQL Server instance.

MFKDGAF commented 2 years ago

You should look at using dbatools.io . I used it to create a scanner for SQL Server Verisons.

PKGeorgiev commented 2 years ago

You should look at using dbatools.io . I used it to create a scanner for SQL Server Verisons.

My idea is to keep things simple and without additional dependencies.