Retrieving identity attributes in PowerShell After Scripts for IQService

Hi @Rpalos

Try this:
$ADID = Get-AttributeValueFromAccountRequest $requestObject "sAMAccountName"

3 Likes