HOW TO: Retrieve Initiator information from the $Request object
说明
How is it possible to retrieve details about the Initiator from the $Request object?
原因
Starting with Active Roles 7.1, this information is stored on the $Request.OperationInitiatorSid and $Request.OperationInitiatorGuid attributes.
解决办法
Access the values of the $Request.OperationInitiatorSid and/or $Request.OperationInitiatorGuid in a custom script module to determine the SID or GUID of the Initiator.