Add user to Ad group

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2016 09:31 AM
I have a requirement to add users to AD groups via ServiceNow Orchestration. What is the best way to do this? I thought it would be update AD object but i'm note sure what to put in Object data field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2017 05:09 PM
Hi Brian,
I was wondering - how were you displaying the groups they could chose to your users? Did you have a list with security groups?
Cheers,
Brendan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-07-2017 04:20 AM
The groups where based on roles. I displayed a drop down of roles and then put them in the appropriate group based on the role. they choose.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-09-2017 05:22 PM
Hi Brian,
Thanks for your reply, however, I am not really following lol.
Are you saying that you link Role to ServiceNow group to AD Security group?
I am not quite sure the best practice on how to set this all up
Cheers,
Brendan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-10-2017 05:49 AM
No there are no group in ServiceNow related to AD. I built a table with the roles and the associated AD group info. Then I called the PowerShell script in the workflow. This works differently now and I have not had a chance to try the new way as the standard PowerShell component that I originally use is now deprecated.