For audit purposes, it is requested to obtain the information of the users registered in the EEM, including the registration date.
The user information has been extracted from the export application, but it does not contain the registration date.
Service Desk 17.x
Embedded Entitlement Manager 12.x
The dxsearch command can be used to find the creation time for a user in EEM. For example:
dxsearch -b cn=itechpoz -h %computername% -p 509 -D "cn=EiamAdmin,cn=Admins,cn=Entities,cn=iTechPoz" -w <password for eiamadmin user> cn=TestUser1
returns all the details for the TestUser1 user including
pzCreateTimestamp: 20240319143108
pzModifyTimestamp: 20240319143108
Here's where you can read more about the dxsearch command:
The date for these two timestamps is in the format
No matter the time zone of the server hosting EEM, this time will be recorded in GMT time.