Import AD Org units as object in SCSM
In 1 of our requests (create new user) we would like to have a dropdown list of certain AD Organizational Units.
Is this something we can host in any of the classes ofthe Asset Management Plugins?
Someone already did this?
Thanks!
Best Answer
-
Justin_Workman Cireson Support Super IT Monkey ✭✭✭✭✭You might consider using the Organization class. You could either include the DistinguishedName of the OU in one of the fields of the Organization. Or you could just use automation to resolve which Organization equals which OU.
Another thing to consider is if you want the OU information persisted or if you just need it at user creation time. If you need the OU information persisted, you could capture it like I've mentioned above. If you just need it to determine where to place the account, you can get it from the User Input property of the Work Item generated by the RO.5
Answers
Another thing to consider is if you want the OU information persisted or if you just need it at user creation time. If you need the OU information persisted, you could capture it like I've mentioned above. If you just need it to determine where to place the account, you can get it from the User Input property of the Work Item generated by the RO.