Windows Autopilot 注册指南
- log in offline account
- run PowerShell with administrator to capture 4K HH
md c:\HWID
Set-Location c:\HWID
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Unrestricted -Force
Install-Script -Name Get-WindowsAutopilotInfo -Force
Get-WindowsAutopilotInfo.ps1 -OutputFile AutopilotHWID.csv
- upload AutopilotHWID.csv to Windows Intune
- reset PC
- reboot and log in again.
阅读剩余
版权声明:
作者:jackbo
链接:https://www.wangdongsheng.com/archives/336
文章版权归作者所有,未经允许请勿转载。
THE END