Hi,
I'm not sure if I am missing something simple? Can you please tell me how I view the audit history of changes made to objects performed via the Adaxes PowerShell module.
For example if i run the following;
#Get my user
$me = Get-AdmUser -Identity "CN=Me,OU=Users,DC=my,DC=domain"
#Add to my group
Add-AdmGroupMember -Identity "CN=MyGroup,OU=Groups,DC=my,DC=domain" -Members $me
The addition of my user to my group is not shown in the operation log...