Skip to content

Instantly share code, notes, and snippets.

View OSDeploy's full-sized avatar

David Segura - PowerShell MVP OSDeploy

View GitHub Profile
Install-Module -Name OSBuilder -Scope CurrentUser
Import-Module -Name OSBuilder
Get-ChildItem -Path C:\ISO *.iso -Recurse | ForEach-Object {Mount-DiskImage -ImagePath $_.FullName}
Import-OSMedia