mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
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:
@ -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
|
||||
```
|
||||
|
Reference in New Issue
Block a user