HomePower ShellSimple Powercli Code to Consolidate all vms which are Consolidation Needed Simple Powercli Code to Consolidate all vms which are Consolidation Needed Dushmantha Charaka September 16, 2017 0 Comments Powercli Code to Consolidate all vms which are Consolidation Needed Use the below command. Get-VM | Related Article How to get the Old Hardware VM Version list with Powercli command?Powershell script to list the Virtual Machines in SCVMMSetting up the Console in PowerShell 7 Where-Object {$_.Extensiondata.Runtime.ConsolidationNeeded} |ForEach-Object { $_.ExtensionData.ConsolidateVMDisks()}
0 Comments