mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-27 07:34:35 +02:00
revert
This commit is contained in:
parent
55d0e9ad23
commit
c808a75776
@ -39,7 +39,7 @@ Try {
|
||||
$ErrorActionPreference = "Stop"
|
||||
$vms = Get-VM
|
||||
if ($vms.Length -gt 0) {
|
||||
$snapshots = $vms | Get-VMSnapshot
|
||||
$snapshots = Get-VMSnapshot -VMName *
|
||||
}
|
||||
|
||||
Foreach ($vm in $vms) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user