Skip to content

Commit b28909a

Browse files
authored
Merge pull request #110116 from arcalbert/patch-1
Update troubleshoot-device-dsregcmd.md to include Cloud Kerberos fields
2 parents ef95852 + 6784c34 commit b28909a

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,13 @@ Active Directory Federation Services (AD FS). For hybrid Azure AD-joined devices
203203
This field is skipped if no diagnostics information is available.
204204
The diagnostics information fields are same as **AcquirePrtDiagnostics**
205205

206+
>[!NOTE]
207+
> The following Cloud Kerberos diagnostics fields were added in the original release of Windows 11 (version 21H2).
208+
209+
- **OnPremTgt**: Set the state to *YES* if a Cloud Kerberos ticket to access on-premises resources is present on the device for the logged-in user.
210+
- **CloudTgt**: Set the state to *YES* if a Cloud Kerberos ticket to access cloud resources is present on the device for the logged-in user.
211+
- **KerbTopLevelNames**: List of top level Kerberos realm names for Cloud Kerberos.
212+
206213
### Sample SSO state output
207214

208215
```
@@ -228,6 +235,9 @@ The diagnostics information fields are same as **AcquirePrtDiagnostics**
228235
EnterprisePrtUpdateTime : 2019-01-24 19:15:33.000 UTC
229236
EnterprisePrtExpiryTime : 2019-02-07 19:15:33.000 UTC
230237
EnterprisePrtAuthority : https://fs.hybridadfs.nttest.microsoft.com:443/adfs
238+
OnPremTgt : YES
239+
CloudTgt : YES
240+
KerbTopLevelNames : .windows.net,.windows.net:1433,.windows.net:3342,.azure.net,.azure.net:1433,.azure.net:3342
231241
232242
+----------------------------------------------------------------------+
233243
```
@@ -365,6 +375,14 @@ This diagnostics section performs the prerequisites check for setting up Windows
365375
- **LogonCertTemplateReady**: This setting is specific to WHFB Certificate Trust deployment and present only if the CertEnrollment state is *enrollment authority*. Set the state to *YES* if the state of the login certificate template is valid and helps troubleshoot the AD FS Registration Authority (RA).
366376
- **PreReqResult**: Provides the result of all WHFB prerequisites evaluation. Set the state to *Will Provision* if WHFB enrollment would be launched as a post-login task when the user signs in next time.
367377

378+
>[!NOTE]
379+
> The following Cloud Kerberos diagnostics fields were added in the Windows 10 May 2021 update (version 21H1).
380+
381+
>[!NOTE]
382+
> Prior to Windows 11 version 23H2, the setting **OnPremTGT** was named **CloudTGT**.
383+
384+
- **OnPremTGT**: This setting is specific to Cloud Kerberos trust deployment and present only if the CertEnrollment state is *none*. Set the state to *YES* if the device has a Cloud Kerberos ticket to access on-premises resources. Prior to Windows 11 version 23H2, this setting was named **CloudTGT**.
385+
368386
### Sample NGC prerequisites check output
369387

370388
```

0 commit comments

Comments
 (0)