Skip to content

msDS-AllowedToDelegateTo Property Returns Empty #2

Description

@rootlo0p

A command seeking the property msDS-AllowedToDelegateTo returns empty values.

Steps to Reproduce

  1. PS c:\test> Import-Module .\ADModule\Import-ActiveDirectory.ps1
  2. PS c:\test> Import-ActiveDirectory
  3. PS c:\test> Get-ADObject -Filter {msDS-AllowedToDelegateTo -Ne "$Null"} -Properties msDS-AllowedToDelegateTo | Select objectclass, name, distinguishedname, msds-allowedtodelegateto

Actual Output

ObjectClass Name      DistinguishedName                               msds-allowedtodelegateto
----------- ----      -----------------                               ------------------------
user        dbservice CN=dbservice,CN=Users,DC=us,DC=funcorp,DC=local
computer    UFC-DB1   CN=UFC-DB1,OU=Servers,DC=us,DC=funcorp,DC=local

Expected Output

objectclass name      distinguishedname                               msds-allowedtodelegateto
----------- ----      -----------------                               ------------------------
user        dbservice CN=dbservice,CN=Users,DC=us,DC=funcorp,DC=local {TIME/UFC-DC1.US.FUNCORP.LOCAL, TIME/ufc-dc1}
computer    UFC-DB1   CN=UFC-DB1,OU=Servers,DC=us,DC=funcorp,DC=local {CIFS/UFC-WEBPROD.US.FUNCORP.LOCAL, CIFS/ufc-webprod}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions