Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#2797 from Jcoetsee/patch-2
Browse files Browse the repository at this point in the history
change made to unrestricted powershell cmd
  • Loading branch information
greg-lindsay authored Mar 6, 2019
2 parents f7cdfa3 + da0c2c6 commit 3b0caf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows/deployment/windows-autopilot/add-devices.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ To use this script, you can download it from the PowerShell Gallery and run it o
```powershell
md c:\\HWID
Set-Location c:\\HWID
Set-ExecutionPolicy Unrestricted
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted
Install-Script -Name Get-WindowsAutoPilotInfo
Get-WindowsAutoPilotInfo.ps1 -OutputFile AutoPilotHWID.csv
```
Expand Down

0 comments on commit 3b0caf8

Please sign in to comment.