change made to unrestricted powershell cmd

change made to unrestricted powershell cmd
Please see https://github.com/MicrosoftDocs/windows-itpro-docs/issues/2739
This commit is contained in:
JC
2019-02-28 00:20:47 +02:00
committed by GitHub
parent 014215b3ba
commit da0c2c6878

View File

@ -50,7 +50,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
```