pstearns
pstearns
I got most of the automation mentioned above working in: [https://github.com/pstearns/vSphere-STIG-Automation](url) After getting to work I was trying to re-align my project back to the main but haven't had time...
@rlakey Question: Can this item be reviewed to downgrade or reword the finding? Issue it being a CATI and not stating within 30days or such. We have to follow a...
Not sure if this will help your use case, but I use the following: ``` if !vmhosts.empty? vmhosts.each do |vmhost| command = "Get-VMHost -Name #{vmhost} | Get-VMHostHba | Where {$_.Type...