revert
This commit is contained in:
parent
55d0e9ad23
commit
c808a75776
|
@ -39,9 +39,9 @@ Try {
|
|||
$ErrorActionPreference = "Stop"
|
||||
$vms = Get-VM
|
||||
if ($vms.Length -gt 0) {
|
||||
$snapshots = $vms | Get-VMSnapshot
|
||||
$snapshots = Get-VMSnapshot -VMName *
|
||||
}
|
||||
|
||||
|
||||
Foreach ($vm in $vms) {
|
||||
$i=0
|
||||
$note = $vm.Notes -replace "\r",""
|
||||
|
|
Loading…
Reference in New Issue