Skip to content

Instantly share code, notes, and snippets.

@OSDeploy
Created June 14, 2019 18:26
Show Gist options
  • Save OSDeploy/86f3a1ac2ef879c7124534a9a288b73f to your computer and use it in GitHub Desktop.
Save OSDeploy/86f3a1ac2ef879c7124534a9a288b73f to your computer and use it in GitHub Desktop.
Uninstall-Module -Name OSDBuilder -AllVersions -Force -ErrorAction SilentlyContinue
Remove-Module -Name OSDBuilder -Force -ErrorAction SilentlyContinue
Install-Module -Name OSDBuilder -Force
Import-Module -Name OSDBuilder -Force
Write-Warning "Close all open PowerShell sessions before using OSDBuilder"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment