- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You could do something like this
Get-VM | Get-CDDrive | where{$_.IsoPath -match "vmware/isoimages"} |
Set-CDDrive -NoMedia -Confirm:$false
Blog: lucd.info Twitter: @LucD22 Co-author PowerCLI Reference