Skip Navigation

Verify the delegation is configured correctly

You can verify that the delegation property was set correctly.
  1. On the Domain Controller or another computer in your environment, open
    Windows PowerShell
    (run as administrator).
  2. Complete one of the following actions to display the delegation:
    • If the delegation was set on the server name, type
      Get-ADComputer <
      server_name
      > -Properties PrincipalsAllowedToDelegateToAccount
      .
    • If the delegation was set on the username, type
      Get-ADUser <
      user_name
      > -Properties PrincipalsAllowedToDelegateToAccount
      .