When I run Get-MobileDevice and Get-MobileDeviceStatistics for the same account, both return a different DeviceAccessState.
PS C:\bin> Get-MobileDeviceStatistics -mailbox 'username' | select devicetype,devicemodel,deviceos,deviceaccessstate | ft
DeviceType DeviceModel DeviceOS DeviceAccessState
---------- ----------- -------- -----------------
OWA for Devices on LGE LG-H342 LG-H342 c50ds Android 5.0.1 Allowed
PS C:\bin> Get-MobileDevice -mailbox 'username' | select devicetype,devicemodel,deviceos,deviceaccessstate | ft
DeviceType DeviceModel DeviceOS DeviceAccessState
---------- ----------- -------- -----------------
OWA for Devices on Android LG-H342 c50ds Android 5.0.1 Quarantined
I checked several accounts and all are the same. We are using Exchange Online, and the EAC portal shows the same state as the Statistics cmdlet. Does anyone know why these two report a different state?