gistfile1.txt
· 465 B · Text
Raw
1. Create a Security Group for AutoPilot Devices.
2. Deployment profile
3. Generate serial number form computer using powershell script.
4. Windows autopilot --> Devices --> Import and upload the *.CSV file.
5. We will check the Dynnamic device Group --> Enable the Device.
device.devicePhysicalIDs -any _ -contains "[ZTDId]"
Install-Script -Name Get-WindowsAutoPilotInfo
Set-ExecutionPolicy RemoteSigned
Get-WindowsAutopilotInfo.ps1 -OutputFile C:\Computer.csv
1 | 1. Create a Security Group for AutoPilot Devices. |
2 | 2. Deployment profile |
3 | 3. Generate serial number form computer using powershell script. |
4 | 4. Windows autopilot --> Devices --> Import and upload the *.CSV file. |
5 | 5. We will check the Dynnamic device Group --> Enable the Device. |
6 | |
7 | |
8 | |
9 | device.devicePhysicalIDs -any _ -contains "[ZTDId]" |
10 | |
11 | Install-Script -Name Get-WindowsAutoPilotInfo |
12 | Set-ExecutionPolicy RemoteSigned |
13 | Get-WindowsAutopilotInfo.ps1 -OutputFile C:\Computer.csv |