Last active
December 4, 2019 08:44
-
-
Save Agazoth/f7085549e0907f37ab7229ff0ccda1c1 to your computer and use it in GitHub Desktop.
New W10 machine to Autopilot
This file contains hidden or 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
Powershell | |
Set-Executionpolicy -unrestricted | |
Install-Script -Name Get-WindowsAutoPilotInfo -Scope CurrentUser | |
Get-WindowsAutoPilotInfo C:\Info.csv | |
&'C:\Program Files (x86)\Internet Explorer\iexplore.exe' https://businessstore.microsoft.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment