You generate the report "Windows - computer Account changes" to look for what changes occur on the computer account. However, in the report you only see the action as "Computer Account Changed". You wish to know what changes occur instead. E.g: Account being created, deleted etc
These event IDs doesn?t give details information of what exactly are those changes.
If you like to look at the detail information of the changes, you will need to modify the existing report to look at other event ID. In specific, you need to look at event ID 624, 628 and 630. For your reference,
Event 624 is for user account created,
Event 628 is for user account password being set
Event 630 is for user account deleted
To modify the report to look at these event
1. select the ?Windows ? Computer Account changes? report, then click copy, then modify.
2. After that, leave everything as default until you see SQL query.
3. Change the last part of the query from
'Security_645_Security','Security_646_Security','Security_647_Security'
To
'Security_624_Security','Security_628_Security','Security_630_Security'
Then the rest can stay default. After that the report will show specifically for users account add, delete or password being set
Related Articles
What permissions are required to Create Change Requests from Reviews using RSA Identity Governance and Lifecycle? 11Number of Views How to change the explicit Change Request (CR) name to include the CR details in name section in RSA Identity Governance a… 86Number of Views CRs created from Role Rules that include account creations create pending accounts with wrong Account Names in RSA Identit… 136Number of Views How to factory reset an RSA SecurID hardware appliance running Authentication Manager 8.2 without using the installation I… 598Number of Views RSA Identity Management and Governance Change request item stays in Pending Verification even after successful collection … 326Number of Views
Trending Articles
Passwordless Authentication in Windows MFA Agent for Active Directory – Quick Setup Guide RSA Authentication Manager Upgrade Process RSA Authentication Manager 8.9 Release Notes (January 2026) An example of SSO using SAML and ADFS with RSA Identity Management and Governance 6.9.x RSA MFA Agent 2.3.6 for Microsoft Windows Installation and Administration Guide