never-displayed
View discussion in a popup
@DrorAmbar
Try use PowerCLI command to take snapshot of the affected VM.
Try this out.
Get-VM -Name VMNameHere | New-Snapshot -Name SnapshotName -Description SnapshotDescription
You need connect to the vCenter to run the above command
Regards
Sam
View solution in original post