Script worked great for me, but I had to refer to the usage instructions inside the script itself - the ones in original post were a little vague. From script: USAGE # The following exa...
See more...
Script worked great for me, but I had to refer to the usage instructions inside the script itself - the ones in original post were a little vague. From script: USAGE # The following example exports the compliance status of all VM Hosts against attached baselines. # The format of the output is csv. Depending of the type of the attached baselines a different type of csv files # will be created. # # Connect-VIServer <ip_address> # $vmHosts = Get-VMHost # ExportCompliance.ps1 $vmHosts "C:\MyReports\"