Check whether or not a machine has received FDE update.
After pushing an update or upgrade to FDE, there are several ways to check if the client update is successful.
Option 1
- From the PolicyServer, go to the group where the updated device is located.
- Click Log Events and look for "MessageID = 600001".
Option 2
From the SQL Server Enterprise Manager, run the following query against the MobileArmorDB's log table:
SELECT DeviceName, Other
FROM dbo.Log
(Optional)WHERE (DeviceName = 'Your Device Name') OR
(DeviceName = 'Your Device Name') OR …
GROUP BY Other, DeviceName, MessageID
HAVING (MessageID = '600001')
ORDER BY DeviceName
Option 3
- On the Client, right-click the FDE shield and click About Full Disk Encryption.
- Click the Details button for the information that you need.