Created
June 14, 2019 18:26
-
-
Save OSDeploy/86f3a1ac2ef879c7124534a9a288b73f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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