Quantcast
Channel: VMware Communities: Message List - vSphere™ Storage
Viewing all articles
Browse latest Browse all 5826

Re: Unable to remove datastore

$
0
0

Used the following command to find all the VMs with attached CD ISOs:

 

Get-VM | FT Name, @{Label="ISO file"; Expression = { ($_ | Get-CDDrive).ISOPath }}


Viewing all articles
Browse latest Browse all 5826

Trending Articles