How do you set reason on actions like adding and removing users from active directory groups?

When I look in the change history for a user who I have made group changes to the reason for that change is blank. I expect that because I am making the change from Powershell (scheduled task) using the Add-QADMemberOf or Remove-QADMemberOf. Is there a way to populate this reason using one of the above commands? I didn't see any references to this. I was just wondering if this could be done.

Example: Add-QADMemberOf -Identity "jsmith" -Group "TestGroup" -Reason "Why I did this!"

Thanks,

Rick

ARS 7.4