This HelloID Service Automation Delegated Form provides AD user account groupmembership management functionality. The following options are available:
- Search and select the target AD user account
- Show basic AD user account attributes of selected target user
- Show available AD groups and current user account groupmemberships
- Modify groupmemberships for selected user based on modifications in this form
Version | Description | Date |
---|---|---|
1.0.1 | Updated to use new agent and audit logging | 2022/03/05 |
1.0.1 | Added version number and updated all-in-one script | 2021/11/03 |
1.0.0 | Initial release | 2020/09/01 |
- Description
- All-in-one PowerShell setup script
- Post-setup configuration
- Manual resources
- Getting help
The PowerShell script "createform.ps1" contains a complete PowerShell script using the HelloID API to create the complete Form including user defined variables, tasks and data sources.
Please note that this script asumes none of the required resources do exists within HelloID. The script does not contain versioning or source control
Please follow the documentation steps on HelloID Docs in order to setup and run the All-in one Powershell Script in your own environment.
After the all-in-one PowerShell script has run and created all the required resources. The following items need to be configured according to your own environment
- Update the following user defined variables
Variable name | Example value | Description |
ADusersSearchOU | [{ "OU": "OU=Disabled Users,OU=HelloID Training,DC=veeken,DC=local"},{ "OU": "OU=Users,OU=HelloID Training,DC=veeken,DC=local"},{"OU": "OU=External,OU=HelloID Training,DC=veeken,DC=local"}] | Array of Active Directory OUs for scoping AD user accounts in the search result of this form |
ADgroupsSearchOU | [{ "OU": "OU=Groups,OU=HelloID Training,DC=veeken,DC=local"}] | Array of Active Directory OUs for scoping AD groups to add in this form |
This Delegated Form uses the following resources in order to run
This Powershell data source runs an Active Directory query to search for matching AD user accounts. It uses an array of Active Directory OU's specified as HelloID user defined variable named "ADusersSearchOU" to specify the search scope.
This Powershell data source runs an Active Directory query to select a list of basic user attributes of the selected AD user account.
This Powershell data source runs an Active Directory query to receive the list of available AD groups. It uses an array of Active Directory OU's specified as HelloID user defined variable named "ADgroupsSearchOU" to specify the scope.
This Powershell data source runs an Active Directory query to receive the list of current groupmemberships based on the selected target AD user account.
This delegated form task will modify AD groupmemberships for the selected target AD user account based on the modifications in the Delegated Form.
If you need help, feel free to ask questions on our forum
The official HelloID documentation can be found at: https://docs.helloid.com/