Quantcast
Channel: VMware Communities: Message List
Viewing all articles
Browse latest Browse all 258290

Re: VMotion is failing and need to check whether the VM's having CD rom mounted or not from Power Cli

$
0
0

Yes, you can do

 

Get-VM|Get-CDDrive|where{$_.IsoPath} |

Set-CDDrive-NoMedia-Confirm:$False

 

To find the VMs that are on local storage, you could do

 

Get-VM|where{Get-Datastore-RelatedObject$_|where {$_.ExtensionData.Info.Vmfs.IsLocal}} |

SelectName


Viewing all articles
Browse latest Browse all 258290

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>