Microsoft Endpoint Administrator — Question 257
You have a Microsoft Entra tenant that contains a device named Device1. Device1 is Microsoft Entra joined.
You need to validate the Microsoft Entra ID primary refresh token (PRT) for Device1.
Which command should you run?
Answer options
- A. klist tgt
- B. dsregcmd /status
- C. query session
- D. sc.exe query state=all
Correct answer: B
Explanation
The correct command to validate the Microsoft Entra ID primary refresh token (PRT) for Device1 is 'dsregcmd /status', as it provides specific details about the device's registration status. The other options do not relate to validating the PRT; 'klist tgt' displays ticket-granting tickets, 'query session' is used for session management, and 'sc.exe query state=all' is for service control management.