Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save norman-bauer/1bc9ed68f85e4d90bb078e3aeb902f2b to your computer and use it in GitHub Desktop.
Save norman-bauer/1bc9ed68f85e4d90bb078e3aeb902f2b to your computer and use it in GitHub Desktop.
This small snippet removes mounted media from all SCVMM VMs. This will also *get* drives of snapshots, which cannot be processed.
Get-SCVirtualDVDDrive -All | Where-Object {$_.Connection -ne 'None' -and $_.Connection -ne $null} | Set-SCVirtualDVDDrive -NoMedia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment