I can only see device activity for the past 30 days, I'd like to view device activity for the past 60 days.
[Resolution]
- Find the Device ID that you're looking for by going to Reports > DeviceID > Serial > DisplayState.
- Enter the following syntax to show device activity for the last 60 days:
select EventMessage,EventType, WhenOccurred,NormalizedUser from Event
where DeviceID == 'SEC....' and
whenoccurred>=DateFunc('now','-60')
where DeviceID == 'SEC....' and
whenoccurred>=DateFunc('now','-60')
SDS IAM & EMM
[Summary]