PowerShell script that adds server info to an SQLite database.
Also has a web-gui to view data from the database.
This is a long way from finished.
Loading servers from string
Get-ServerData -Database "C:\inetpub\wwwroot\Web\SERVERS.SQLite" -DBTable "SERVERS" -Servers "MgmrSrv", "DC001" -Credentials (Get-Credential)
Loading servers from VMWare (With PowerCLI)
Get-ServerData -Database "C:\inetpub\wwwroot\Web\SERVERS.SQLite" -DBTable "SERVERS" -Credentials (Get-Credential) -VIServer "192.168.0.9"
You can also use the -AllowDuplicates
switch if you want to allow duplicate entries.
- Active Directory PowerShell Module
- PSSQLite
- Web-server that supports PHP and SQLite3
- PowerCLI (If you plan to load servers from VMWare)