Skip to content

Instantly share code, notes, and snippets.

@OSDeploy
Created December 5, 2018 20:45
Show Gist options
  • Save OSDeploy/cceea13c776f8e5127da2c49e4dc6cdb to your computer and use it in GitHub Desktop.
Save OSDeploy/cceea13c776f8e5127da2c49e4dc6cdb to your computer and use it in GitHub Desktop.
Get-ChildItem -Path C:\ISO *.iso -Recurse | ForEach-Object {Mount-DiskImage -ImagePath $_.FullName}
Import-OSMedia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment