Pages

Thursday, February 1, 2018

PowerCLI - attach baseline

$vms = get-content c:\PS\MK\A1Category.txt
Get-Baseline -Name "VMware Tools Upgrade to Match Host (Predefined)" | Attach-Baseline -Entity $vms
Get-Baseline -Name "VM Hardware Upgrade to Match Host (Predefined)" | Attach-Baseline -Entity $vms