Reply to Message

View discussion in a popup

Replying to:
Sam0054
Enthusiast
Enthusiast

@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