Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ReadMe.md #60

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions Install/Autopilot/ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,44 +29,44 @@ The following registry tests are performed to determine if the device is in prov

```yml
TestName: "Reg_ProvisioningAgentStatus"
TestPath: "HKLM\SOFTWARE\Microsoft\Provisioning\Agent"
TestPath: "HKLM\\SOFTWARE\\Microsoft\\Provisioning\\Agent"
TestValueName: "CurrentEvent"
ProvisioningFinishedValue: "0x5"
```

```yml
TestName: "Reg_AutopilotDeviceSetupPhase"
TestPath: "HKLM\SOFTWARE\Microsoft\Windows\Autopilot\EnrollmentStatusTracking\Device\Setup"
TestPath: "HKLM\\SOFTWARE\\Microsoft\\Windows\\Autopilot\\EnrollmentStatusTracking\\Device\Setup"
TestValueName: "HasProvisioningCompleted"
ProvisioningFinishedValue: "0xffffffff"
```

```yml
TestName: "Reg_AutopilotAccountSetupPhase"
TestPath: "HKLM\SOFTWARE\Microsoft\Windows\Autopilot\EnrollmentStatusTracking\{^S-1-12-1-(\d+-)+\d+$}\Setup"
TestPath: "HKLM\\SOFTWARE\\Microsoft\\Windows\Autopilot\\EnrollmentStatusTracking\\{^S-1-12-1-(\\d+-)+\d+$}\\Setup"
TestValueName: "HasProvisioningCompleted"
ProvisioningFinishedValue: "0xffffffff"
```

```yml
TestName: "Reg_DevicePreparationCategoryStatus"
TestPath: "HKLM\SOFTWARE\Microsoft\Provisioning\AutopilotSettings"
TestPath: "HKLM\\SOFTWARE\\Microsoft\\Provisioning\\AutopilotSettings"
TestValueName: "DevicePreparationCategory.Status"
TestJsonValue: "categoryState"
ProvisioningFinishedValue: "succeeded"
```

```yml
TestName: "Reg_DeviceSetupCategoryStatus"
TestPath: "HKLM\SOFTWARE\Microsoft\Provisioning\AutopilotSettings"
TestPath: "HKLM\\SOFTWARE\\Microsoft\\Provisioning\\AutopilotSettings"
TestValueName: "DeviceSetupCategory.Status"
TestJsonValue: "categoryState"
ProvisioningFinishedValue: "succeeded"
```

```yml
TestName: "Reg_AccountSetupCategoryStatus"
TestPath: "HKLM\SOFTWARE\Microsoft\Provisioning\AutopilotSettings"
TestPath: "HKLM\\SOFTWARE\\Microsoft\\Provisioning\\AutopilotSettings"
TestValueName: "AccountSetupCategory.Status"
TestJsonValue: "categoryState"
ProvisioningFinishedValue:
Expand All @@ -80,7 +80,7 @@ The following WMI tests are performed to determine if the device is in provision

```yaml
TestName: "Wmi_HasProvisioningCompleted"
TestClass: "root\cimv2\mdm\dmmap"
TestClass: "root\\cimv2\\mdm\\dmmap"
TestNamespace: "MDM_EnrollmentStatusTracking_Setup01"
TestValueName: "HasProvisioningCompleted"
ProvisioningFinishedValue: true
Expand All @@ -95,4 +95,4 @@ You can uncomment lines 306 & 396 to see the results of the search using the $ap

```powershell
396 #$groupResults
```
```