For Dummies Guide to changing OU for user?
I am going around in circles trying to figure out how change an OU for a user based on their Department. Is there a basic step by step guide to making this happen? I get the concepts of what to do, I just can't reproduce it. I have Set + Workflow => MPR and have configured everything to what I thought was correct, but I'm not getting the desired results. What other info do you need from me? Thanks for any help.
May 24th, 2010 8:32pm

Hi... To put a user in a OU based on department, you'll need to construct an expression to flow the DN attribut. Tou can use the function IIF in a CustomExpression... you'll concatenate: String: "CN=" + DisplayName + CustomExpression: IIF(Eq(department,"Marketing"), ",ou=Marketing,dc=Fabrikam,dc=com", IIF(Eq(department, "hr"), ",ou=HR,dc=Fabrikam,dc=com", "")) The IIF function returns one of a set of possible values based on a specified condition. IIF(Condition:Boolean, ValueTrue:object, ValueFalse:object) I hope this help you. Cheers, ***** Paulo H. Campos - So Paulo/Brasil ***** http://identitypedia.blogspot.com (in PT-BR)
Free Windows Admin Tool Kit Click here and download it now
May 24th, 2010 10:33pm

Hi To move an AD user from one OrgUnit to another, you need two attribute flows to the dn. One marked as initial only and another one for attribute flow. Cheers
May 25th, 2010 1:49pm

Paulo, Once I realized what you were talking about, I was able to take your information and make it work! Thanks for your help.
Free Windows Admin Tool Kit Click here and download it now
May 27th, 2010 12:19am

Paulo, Once I realized what you were talking about, I was able to take your information and make it work! Thanks for your help. Cool If in doubt, keep looking for help in the forum. Bye***** Paulo H. Campos - So Paulo/Brasil ***** http://identitypedia.blogspot.com (in PT-BR)
May 27th, 2010 3:10am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics