Skip to content

Commit 006b49d

Browse files
authored
Merge pull request #100243 from RavennMSFT/patch-28
Update troubleshoot-device-dsregcmd.md
2 parents 093deee + 74b650d commit 006b49d

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/active-directory/devices/troubleshoot-device-dsregcmd.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,10 +294,22 @@ This section displays the output of sanity checks performed on a device joined t
294294

295295
## NGC prerequisite check
296296

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).
298298

299299
> [!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.
301313

302314
### Sample NGC prerequisite check output
303315

0 commit comments

Comments
 (0)