- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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