Skip to content

Instantly share code, notes, and snippets.

@manualbashing
Created January 16, 2020 11:00
Show Gist options
  • Select an option

  • Save manualbashing/48a013f5f606e202ef897bbe205568db to your computer and use it in GitHub Desktop.

Select an option

Save manualbashing/48a013f5f606e202ef897bbe205568db to your computer and use it in GitHub Desktop.
[Mount ISO File to VM] #PowerCLI
Get-CDDrive -VM $sql01 | Set-CDDrive -IsoPath "[SQL] SQL2017_DE.iso" -Confirm:0
Get-CDDrive -VM $sql01 | Set-CDDrive -Connected $true -Confirm:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment