Skip to content

PetterBomban/Automate-Documentation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automate-Documentation

alt tag

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.

Usage

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.

Requirements

  • Active Directory PowerShell Module
  • PSSQLite
  • Web-server that supports PHP and SQLite3
  • PowerCLI (If you plan to load servers from VMWare)

About

Automating basic documentation with PowerShell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published