I run the command:
get-qarsoperation -completedon 'today' -initiatedby 'mylogon'
and get a list of the changes I made in the directory. I noted that in addition to an action for 'modify' which shows the target object DN whose password I modified - there are additional 'action ID's for 'modify' showing the target is the domain the user is active on. In the web interface - I clicked through menu items .. switching back and forth between reset-password and change-history and general-properties - EACH menu item selected shows up via get-qarsoperation .... as a modify on the DN for the domain. I want to expand on the 'modify' and see what is actually being modified from within get-qarsoperation.
How can this be achieved.
I assumed that looking up the action by actionID using 'get-qarsoperation -operationID 'number' - would extrapolate on what was changed within the action - but no such luck.
Whenever I see a obect operation type of 'modify' - I'd like to be able to see what attriute/attributes were modified. I think this 'should be' simple ... but don't see an example in the command help.