Is it possible to bulk create security groups in Microsoft Active Directory through IIQ?

Which IIQ version are you inquiring about?

8.3p3

Share all details about your problem, including any error messages you may have received.

Is it possible to bulk create security groups in Microsoft Active Directory (Not Azure/Entra ID) through IIQ? We are trying to avoid the need (and added cost) to set-up jump servers that would allow us to run a Powershell script.

You have several options to accomplish this:

  • You can create a Quicklink, form, or workflow for group management, where the form will prompt you for information such as the group name, owner, etc., and generate a plan to create the group.
  • For bulk creation, you could write a rule to read an input CSV file and create the groups accordingly.
  • If you’re using IIQ, I assume you’re also using IQService, which allows you to run PowerShell scripts (PSScripts) to create groups as well.

Let us know if you need any sample or reference code.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.