Hello -
I have some scheduled tasks that reset user passwords and other attributes that I run as scheduled tasks in Active Roles 7.2.1.
How would I go about having the changes made by these scripts logged in the Active Roles Change History database?
Hello -
I have some scheduled tasks that reset user passwords and other attributes that I run as scheduled tasks in Active Roles 7.2.1.
How would I go about having the changes made by these scripts logged in the Active Roles Change History database?
Thank you for the prompt response.
One of the operations my scripts perform is to set the "User cannot change password" attribute to True. From my research, setting this attribute cannot be done using Set-QADUser. I'm using Add-QADPermission -Identity DN -Account SELF,Everyone -ExtendedRight "User-Change-Password" -Deny -ApplyTo ThisObjectOnly to change that attribute.
Is there a method I can use to log that change as well?
BTW, the -Control switch I have used in the above examples is usable with any of the Quest cmdlets assuming that you are also using the '-proxy' switch (which means that the cmdlet is being executed via the Active Roles server). You can implement -proxy right in each cmdlet OR (better), once at the top of your script:
Connect-QADService -proxy