-
Notifications
You must be signed in to change notification settings - Fork 219
Open
Description
A command seeking the property msDS-AllowedToDelegateTo returns empty values.
Steps to Reproduce
- PS c:\test> Import-Module .\ADModule\Import-ActiveDirectory.ps1
- PS c:\test> Import-ActiveDirectory
- 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}
Metadata
Metadata
Assignees
Labels
No labels