0 votes

Hello,

It is possible to read values in specuial conatianers like OU=Policies,OU=System,dc=domain? The cmdlet get-ADOrganizationlUnit is not working for this type of object.

Thanks!

by (1.1k points)

1 Answer

0 votes
by (289k points)

Hello,

The thing is that System and Policies are containers, not Organizational Units. As a result, the container distinguished name is CN=Policies,CN=System,DC=domain,DC=com. In PowerShell scripts executed in Adaxes Business Rules, Custom Commands, etc. you can use the $Context.BindToObjectByDN method to bind to the container.

Related questions

0 votes
1 answer

We need to know specifically for self service password management what level of access in AD do I specifically need.

asked May 9 by justinspring (20 points)
0 votes
1 answer

Hi, I have a Business Unit defined based on an LDAP Query which I use to limit the accounts in AD an admin can control. I would also like to limit the scope of the search ... to for the LDAP filter to work on the BU, but having trouble working it out? Thanks,

asked Aug 5, 2014 by dazbo (390 points)
0 votes
1 answer

I've tried using the business container creation script and looping a foreach and I've been getting errors on the SetInfo part, just wondering what I'm doing wrong.

asked May 29 by ajmilic (100 points)
0 votes
1 answer

I have taken a look at the below help article for configuring password generation parameters, but I am not sure where to add this as a script in Adaxes admin ... https://www.adaxes.com/help/PasswordGenerationParameters/ Thank you in advance for all the help

asked Jan 11 by Vish539 (460 points)
0 votes
1 answer

We want to get rid off our exchange server and replace it with just Exchange Management Tools (EMT). More details at https://learn.microsoft.com/en-gb/Exchange/ ... account to new "Recipient Management EMT" group to preserve its permissions. Anything else?

asked Mar 30, 2023 by KIT (960 points)
3,552 questions
3,242 answers
8,243 comments
547,828 users