We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A command seeking the property msDS-AllowedToDelegateTo returns empty values.
Steps to Reproduce
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}
The text was updated successfully, but these errors were encountered:
Hi,
Can reproduce. The problem is when you use Import-ActiveDriectory.ps1, only the DLL is imported but the ActiveDirectory.psd1 is not imported.
Please try with the following: Import-Module .\Microsoft.ActiveDirectory.Management.dll Import-Module .\ActiveDirectory\ActiveDirectory.psd1
Sorry, something went wrong.
samratashok
No branches or pull requests
A command seeking the property msDS-AllowedToDelegateTo returns empty values.
Steps to Reproduce
Actual Output
Expected Output
The text was updated successfully, but these errors were encountered: