- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2018 10:19 PM
Hello Experts,
I have a requirement to add Computers Assets to the AD groups, I wanted to know if they are any OOB Powershell scripts or PowershelModules's on Mid Server Script Files. Like [ActiveDirectory.psm1] to add Users to AD groups.
Thanks
Solved! Go to Solution.
- Labels:
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2018 07:27 PM
Hello Guys,
Finally, I was able to finish it, by creating a new AddAssetToADgroup.psm1 file for adding Assets using the some of the existing code from OOB file ActiveDirectory.psm1. Then I went to the workflow editor, created a custom Activity designer "AddComputerToADGroups" added parameters as needed(check the below Image). It all worked out well.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2018 07:27 PM
Hello Guys,
Finally, I was able to finish it, by creating a new AddAssetToADgroup.psm1 file for adding Assets using the some of the existing code from OOB file ActiveDirectory.psm1. Then I went to the workflow editor, created a custom Activity designer "AddComputerToADGroups" added parameters as needed(check the below Image). It all worked out well.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2019 04:38 AM
Hi PVK,
what did you write in AddAssetToADgroup.psm1?
Also,this powershell add computer in multiple groups in AD?