get-cddrive -VM * |where {$_.ISOPATH -ne $null}|set-cddrive -nomedia -Confirm:$False get-cddrive -VM * |where {$_.HOSTDevice -ne $null}|set-cddrive -nomedia -Confirm:$False get-FloppyDrive -VM * |where {$_.FloppyImagePath -ne $null}|set-FloppyDrive -nomedia -Confirm:$False get-FloppyDrive -VM * |where {$_.HOSTDevice -ne $null}|set-FloppyDrive -nomedia -Confirm:$False
Wednesday, September 15, 2010
Powershell to disconnect CD and Floppy drives in ESX
This script will enumerate all VMs and disconnect all CDs and Floppy drives
Subscribe to:
Post Comments (Atom)
2 comments:
Based on your comments above, here are two articles which you might find helpful:
essay review
I don't recognize that script at all. Can you please provide a little bit more information? I'm pretty interested. Maybe I need to use this script https://sites.google.com/site/collegewritingservicesreview/ ?
Post a Comment