VMware Cloud Community
akhilsudan
Contributor
Contributor

VM Snapshot with quiesce and Memory

I am running this command to take the VM Snapshot:

New-Snapshot -VM $VM -Name test -Description test -Quiesce -Memory -RunAssync

A snapshot with name 'test' is created successfully. However, when I check the snapshot properties, it says Quiesced as False.

Description       : test

Created           : 11/22/2018 3:52:32 PM

Quiesced          : False

PowerState        : PoweredOn

0 Kudos
1 Reply
dbalcaraz
Expert
Expert

Hello,

It's normal if you don't specify the value of the Quiesce property Smiley Wink

Use: -Quiesce:$true

-------------------------------------------------------- "I greet each challenge with expectation"
0 Kudos