We recommend reviewing what is submitted before posting, in case your idea has already been submitted by another community member. If it has been submitted, vote for that existing feature request (by clicking the up arrow) to increase its opportunity of being added to Cireson solutions.
For more information around feature requests in the Cireson Community click here.
Team Request Mass Import
Would also assist if there is a need to TRUNCATE CI$UserGroup from the Cireson as they will need to be added again.
Comments
You can actually do this with Powershell:
Note: this one will throw a bunch of errors for those groups which are already created as team group objects. You can ignore those. This script can be run over and over as it is only goodness.
So you will want to change this section to match your environment.
For others reading this, run the Powershell from your SCSM primary management server.
Added line to import SCSM module. My AD group were across 101 OU's but were created via script with specific descriptions so I used this to get the required groups. Would recommend a KB on the support portal.
If running the command from Powershell to verify the membership Members added via the portal have displaynames of a GUID
Members added via the script are the matching AD object names
Glad it's working for you. This is not a supported PowerShell script. It's more of a customization with scripting.