CIS V1.0.0
Just L1 audit / remediate powershell stuff
It's assumed that you run scripts from the current drectory. E.G.
Connect-VIServer -Server <Server>
.\CIS_1\CIS_1.1.ps1
.\CIS_1\CIS_1.2.ps1
# etc...
- Build a script to launch all checks from the root dir instead of running each individually
Based on the CIS documentation for vSphere 6.7
- https://www.cisecurity.org/
- Powershell started from CIS doc, updated to actually work