zing revised this gist . Go to revision
No changes
zing revised this gist . Go to revision
1 file changed, 1 insertion, 1 deletion
gistfile1.txt
@@ -6,7 +6,7 @@ | |||
6 | 6 | ||
7 | 7 | ||
8 | 8 | ||
9 | - | ||
9 | + | device.devicePhysicalIDs -any _ -contains "[ZTDId]" | |
10 | 10 | ||
11 | 11 | Install-Script -Name Get-WindowsAutoPilotInfo | |
12 | 12 | Set-ExecutionPolicy RemoteSigned |
zing revised this gist . 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 | + | ||
10 | + | ||
11 | + | Install-Script -Name Get-WindowsAutoPilotInfo | |
12 | + | Set-ExecutionPolicy RemoteSigned | |
13 | + | Get-WindowsAutopilotInfo.ps1 -OutputFile C:\Computer.csv |