| ℹ️ Information |
|---|
| This repository contains the connector and configuration code only. The implementer is responsible for acquiring the connection details such as username, password, certificate, etc. You might even need to sign a contract or agreement with the supplier before implementing this connector. Please contact the client's application manager to coordinate the connector requirements. |
HelloID-Conn-SA-Full-AD-ReportAccountsRecentlyCreated is a template designed for use with HelloID Service Automation (SA) Delegated Forms. It can be imported into HelloID and customized according to your requirements.
This HelloID Service Automation Delegated Form provides an Active Directory report containing the user accounts that have been created during the last 30 days. The following options are available:
- Overview of AD user accounts that have been created recently
- Download the report data to CSV format
-
HelloID Agent:
A HelloID Agent is required to execute PowerShell commands against the on-premises Active Directory. The agent must be installed on a server that has network access to the Active Directory domain controllers and the appropriate permissions to query AD. -
Active Directory PowerShell Module:
The Active Directory PowerShell module must be installed on the server where the HelloID Agent is running. This module is part of the Remote Server Administration Tools (RSAT) and provides the cmdlets necessary to query Active Directory. -
Active Directory Permissions:
The account running the HelloID Agent service must have read permissions on the Active Directory organizational units (OUs) that will be queried for the report.
The following user-defined variables are used by the connector.
| Setting | Description | Mandatory |
|---|---|---|
| AdReportSearchOu | Semicolon-separated list of AD OUs to search for accounts (e.g., "OU=Users,DC=domain,DC=local") | Yes |
- Recently Created Accounts: The report specifically identifies accounts where the
whenCreatedattribute is within the last 30 days. This helps track newly created user accounts for audit and compliance purposes.
- Multiple OU Search: The data source searches through multiple OUs as specified in the
AdUsersReportOuvariable. If you have a large Active Directory environment with many OUs, consider limiting the scope to improve performance.
- Client-Side Download: The form includes a CSV download button that allows users to export the report data directly from their browser without requiring server-side file generation.
- Report Only: This delegated form is designed for reporting purposes only and does not perform any actions on the accounts. The task script is a placeholder that performs no operations.
The following PowerShell cmdlets are used by the connector:
| Cmdlet | Description |
|---|---|
| Get-ADUser | Retrieves Active Directory user accounts |
This connector uses the Active Directory PowerShell module which is part of Microsoft's Remote Server Administration Tools (RSAT). For more information, see the Microsoft Active Directory PowerShell documentation.
💡 Tip:
For more information on Delegated Forms, please refer to our documentation pages.
The official HelloID documentation can be found at: https://docs.helloid.com/