You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 2, 2018. It is now read-only.
In version 10.2 of PowerCLI, the
Get-VM
command will fail, causing all current VMs to be deleted since the VM array will be empty.A workaround is to use
$VMs = Get-VM -Name "*"
, which will bypass the issue of unavailable VMs.The text was updated successfully, but these errors were encountered: