This Blog is to share our knowledge and expertise on Linux System Administration and VMware Administration

Tuesday, October 13, 2015

Powercli command to do snapshot consolidation in vsphere 5.x

Command to do snapshot consolidation in vsphere 5.x
 
Get-VM | Where-Object {$_.Extensiondata.Runtime.ConsolidationNeeded} | ForEach-Object {  $_.ExtensionData.ConsolidateVMDisks()}

No comments:

Post a Comment