Last active 1749637580

zing revised this gist 1749637580. Go to revision

1 file changed, 13 insertions

gistfile1.txt(file created)

@@ -0,0 +1,13 @@
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
Newer Older