0 votes

Good Afternoon,

I currently have our AD navigation divided up by specific countries. The user is able to select the country OU and navigate down into the specific department OU. Is there a way I can prevent users from being created in these root country OU's so I can force the user to drill down before creating?

Thanks

by (520 points)

1 Answer

0 votes
by (289k points)
edited by
Best answer

Hello,

You need to use the Create User Home Page Action. For details, have a look at the following tutorial: https://www.adaxes.com/tutorials_WebInterfaceCustomization_ConfigureActionsPane.htm. For each country OU you will need to create a separate action. On the Target Container Selection step, select Allow selecting only containers/OUs located under, enter the distinguished name of the country OU and then select Disallow selecting this OU/container.

Related questions

0 votes
1 answer

I would like to have a business rule check before a new user is created to see if the ExtensionAttribute4 value(we use this like a primary key across our 3 domains) of the ... Script return true option, I just don't know what to put in the PowerShell script.

asked May 27, 2015 by Infounlim (470 points)
0 votes
1 answer

Is there a way to create a Business Unit that includes all Users in a OU that a Manager is in the ManagedBy field?

asked Mar 21 by dominik.stawny (280 points)
0 votes
1 answer

Hi all, I have a condition during new user creation - Where the corporate email is entered into the email address field, but a custom drop-down for "Mailbox required?" is No. ... screen, and be able to save the result of this choice to a variable? Thanks all,

asked Oct 24 by dshortall (80 points)
0 votes
1 answer

I am trying to trigger processing outside of Active Directory when an account is created based on the source user account that was used. Does Adaxes store the source account anywhere?

asked Oct 9, 2023 by jnordell (20 points)
0 votes
1 answer

I've tried the following script to adapt the UPN to the country, the step will be processed in "before user creation" but the UPN stays ... # Save changes $Context.TargetObject.Put("userPrincipalName", $userPrincipalName) $Context.TargetObject.SetInfo()

asked Oct 12, 2022 by boris (530 points)
3,550 questions
3,240 answers
8,233 comments
547,827 users