In this article:
Objective
Prerequisites
Steps to follow
Validation and confirmation
Tips
Related topics and articles
Objective
This article explains how to configure an alert in ManageEngine ADAudit Plus to notify administrators when a Group Managed Service Account (gMSA) is created in Active Directory. Monitoring gMSA creation enhances visibility into service account provisioning, ensures secure delegation, and supports compliance with privileged account governance policies.
Prerequisites
Access to the ADAudit Plus web console is needed.
A user account with administrator privileges or a technician account with delegated permission to configure alert profiles in ADAudit Plus is needed.
All relevant domain controllers must be added and must be actively collecting event logs.
The following audit policy must be enabled via the Group Policy Management Editor:
Navigate to Computer Configuration > Policies > Windows Settings > Security Settings > Advanced Audit Policy Configuration > DS Access > Audit Directory Service Changes.
Enable Success.
To receive alert notifications via email from ADAudit Plus, ensure the SMTP settings are configured under Admin > General Settings > Server Settings.
Steps to follow
Step 1: Create a new alert profile
Log in to the ADAudit Plus web console as an administrator or with a technician account with delegated permissions to create or modify alerts.
Navigate to the Alerts tab.
Click New Alert Profile in the top-right corner.
Enter a relevant Name and Description (e.g., Alert: New gMSA Created).
Click the + symbol next to Report Profiles.
From the Domain drop-down, select the on-premises domain.
Select All other AD Object changes as the report profile.
Step 2: Configure advanced alert settings
Use the Advanced Configuration options to customize alerts based on thresholds, business hours, and advanced filtering criteria.
Enable the Filter option.
Configure the first filter with the following criteria:
Attribute: Event Number
Operator: equals
Value: 5137
Configure the second filter with the following criteria:
Condition: and
Attribute: Object Class
Operator: equals
Value: msDS-GroupManagedServiceAccount
Note: This setup ensures the alert is triggered specifically when a gMSA is created in Active Directory.
Step 3: Configure alert notification s
In the Alert Actions section, enable E-mail Notification.
Enter the recipient email addresses where the alert should be delivered.
Provide a clear, relevant subject line for the email notification.
Select the preferred format for the alert email, either HTML or Text.
Select the details you would like to include in the email:
Alert Message
Alert Profile Name
Event Details
Enable the Throttle Notification option to combine multiple alerts into a single notification based on the defined criteria.
Example: If multiple login failures are detected from the same user within 15 minutes, consolidate them into one alert after that time window.
If the SMS provider settings are already configured in ADAudit Plus (under Admin > General Settings > Server Settings > SMS), enable SMS Notification for real-time updates.
Enable the Execute Script option to trigger a script automatically when a specific alert is generated.
Example: Lock a user account temporarily after detecting 10 consecutive login failures from that account.
If a ticketing tool is integrated with ADAudit Plus (under Admin > Configuration > Ticketing System Integration), enable Configure Auto Ticketing to automatically generate tickets for alerts.
Note: You can also use the Throttle Ticket Generation option to avoid creating a ticket for every alert and instead generate one for a group of alerts meeting certain conditions.
Click Save to activate the alert profile.
Validation and confirmation
Manually log a test event.
Navigate to Alerts and expand the on-premises domain under Profile Based Alerts.
Select the alert profile that was created and view alerts in the ADAudit Plus console.
Verify that the alert appears with the correct event details.
Ensure the alert email is received at the specified addresses.
Tips
Monitor high-risk gMSA containers.
Keep gMSA alerts in a separate alert profile with a clear name (e.g., gMSA Creation Alert) for easy identification and management.
Related topics and articles
How to enable auditing to capture modifications related to gMSAs