Bonjour Team,
Bon debut de semaine a tous. J'aurais besoin de votre avis sil vous plait. Je reçois l'erreur ci-dessous a multiple reprise sur une VM. J'ai procédé a la verification si des snapshots non supprime existe mais non.
[NimSoft] [NOT_CLEARED] [MINOR] [vmware] [8/5/17 13:42:47]
[VMware - The monitor PCBELEPPRVOAD01.SnapshotCount on PCBELEPPRIVC01:443 is outside expected limits (2 > 1)]
I run the below script and the output is zero for all VMs. Any one experienced this issue before?
Get-VM | Format-Table Name, @{Label=
"NumSnapshots"
;Expression={(Get-Snapshot -VM
$_
| Measure-Object).
Count
}}, @{Label=
"TotalSnapShotSizeMB"
;Expression={(Get-Snapshot -VM
$_
| Measure-Object -Sum SizeMB).Sum}}
Will really appreciate your feedback. Thanks.