You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory/devices/troubleshoot-device-dsregcmd.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,10 +294,22 @@ This section displays the output of sanity checks performed on a device joined t
294
294
295
295
## NGC prerequisite check
296
296
297
-
This section performs the perquisite checks for the provisioning of an NGC key.
297
+
This section performs the perquisite checks for the provisioning of Windows Hello for Business (WHFB).
298
298
299
299
> [!NOTE]
300
-
> You may not see NGC pre-requisite check details in dsregcmd /status if the user already successfully configured NGC credentials.
300
+
> You may not see NGC pre-requisite check details in dsregcmd /status if the user already successfully configured WHFB.
301
+
302
+
-**IsDeviceJoined:** - Set to “YES” if the device is joined to Azure AD.
303
+
-**IsUserAzureAD:** - Set to “YES” if the logged in user is present in Azure AD .
304
+
-**PolicyEnabled:** - Set to "YES" if the WHFB policy is enabled on the device.
305
+
-**PostLogonEnabled:** - Set to "YES" if WHFB enrollment is triggered natively by the platform. If it's set to "NO", it indicates that Windows Hello for Business enrollment is triggered by a custom mechanism
306
+
-**DeviceEligible:** - Set to “YES” if the device meets the hardware requirement for enrolling with WHFB.
307
+
-**SessionIsNotRemote:** - Set to “YES” if the current user is logged in directly to the device and not remotely.
308
+
-**CertEnrollment:** - Specific to WHFB Certificate Trust deployment, indicating the certificate enrollment authority for WHFB. Set to “enrollment authority” if source of WHFB policy is Group Policy, “mobile device management” if source is MDM. “none” otherwise
309
+
-**AdfsRefreshToken:** - Specific to WHFB Certificate Trust deployment. Only present if CertEnrollment is “enrollment authority”. Indicates if the device has an enterprise PRT for the user.
310
+
-**AdfsRaIsReady:** - Specific to WHFB Certificate Trust deployment. Only present if CertEnrollment is “enrollment authority”. Set to “YES” if ADFS indicated in discovery metadata that it supports WHFB *and* if logon certificate template is available.
311
+
-**LogonCertTemplateReady:** - Specific to WHFB Certificate Trust deployment. Only present if CertEnrollment is “enrollment authority”. Set to “YES” if state of logon certificate template is valid and helps troubleshoot ADFS RA.
312
+
-**PreReqResult:** - Provides result of all WHFB prerequisite evaluation. Set to “Will Provision” if WHFB enrollment would be launched as a post-logon task when user signs in next time.
0 commit comments