This is a special alert only used in DeviceID authentication in Exchange ActiveSync.
When a DeviceID token is being deleted or disabled in the authentication server, by the administrator using the admin console, the authentication server will inform the DualShield IIS Agent running on the Exchange servers immediately so that the token will be also removed from the session cache in the IIS Agent. Otherwise, access from the device will still be allowed until the session has expired.
Configure the IIS Trigger Task
Create a Device Deletion Alert
Turn on the Enabled option
In the Conditions box, enter the code below
and{eq(param:'tokenCode',value:'DN-ASDID');or{eq(param:'eventCode',value:'DELETE_TOKEN');eq(param:'eventCode',value:'DISABLE_TOKEN');eq(param:'eventCode',value:'DISABLE_TOKEN_ASSIGNMENT');eq(param:'eventCode',value:'DELETE_TOKEN_ASSIGNMENT');}}
Turn on the Execute Task option
In the Tasks box, select the IIS TRIGGER task
Click SAVE to save thealert








