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 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.