Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This update comes to us from Chuck Timon, a SSEE in CTS…
In PowerShell, run –
Get-BPAResult –ModelId Microsoft/Windows/Hyper-V > c:\temp\hyper—vbpa.txt
Or to get a filtered output
Get-BPAResult –ModelId Microsoft/Windows/Hyper-V | fl ComputerName,Severity,Category,Title,Compliance > c:\temp\hyper-vbpa_formatted.txt
How cool is that?!