Reply to Message

View discussion in a popup

Replying to:
LucD
Leadership
Leadership

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

View solution in original post

Reply
0 Kudos