Verify the delegation is configured correctly
You
can verify that the delegation property was set correctly.
- On the Domain Controller or another computer in your environment, openWindows PowerShell(run as administrator).
- Complete one of the following actions to verify the delegation:
- If the delegation was set on the server name, typeGet-ADComputer <.server_name> -Properties PrincipalsAllowedToDelegateToAccount
- If the delegation was set on the username, typeGet-ADUser <.user_name> -Properties PrincipalsAllowedToDelegateToAccount