Since last week we have the issue that for no apparent reason, mobile devices are being blocked.
The cmdlet:
Get-mobileDevice | where {$_.deviceaccessstate -eq 'Blocked'} | ft DistinguishedName
returns several mobile devices (iPhone 4S and iPad3) which are being blocked. We have no deviceaccessrules. Our AS policy Always has 'Allow mobile devices that don't fully support these policies to synchronize' unchecked. But even enabling this setting doesn't matter, every now and then mobile devices are getting blocked at random.
The reason given in EMC for the block is 'Security Policy Application'. Is there a way to troubleshoot why these devices are getting blocked? Now I have to manually unblock them (or schedule a script every 30 minutes to unblock them), but I would like to know why they are blocked. Looks like it started happening after upgrading to SP1.
Frank.