Last active
June 8, 2023 15:48
-
-
Save jwmoss/af949d7404e7c79754aba9057fa4f20c to your computer and use it in GitHub Desktop.
bootstrap
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
## Check output of each one | |
Write-Host "Running gist from internet using write-host" | |
Write-Output "Running gist from internet using write-output" | |
Start-OSDCloud -ZTI | |
Restart-Computer -Force |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment