Posts Tagged ‘activesync’
This script generates a HTML report of all ActiveSync devices ordered by username. Get-ActiveSyncDevicesHTML Cheers, Chris
Filed under: CAS, Exchange 2010, Powershell | 4 Comments
Tags: 2010, active, activesync, activity, allow, android, blocked, device, exchange, generate, help, html, iphone, mobile, quarantine, report, reports, smartphone, sync
ActiveSync device management through the Exchange Management Console is limited and slow. To quickly get the device access state and set access parameters simple use some PowerShell commands. First get user’s DeviceId: Get-ActiveSyncDevice -Mailbox user@domain.com | Fl DeviceId To allow a specific device: Set-CASMailbox –Identity user@domain.com –ActiveSyncAllowedDeviceIDs “DeviceID1″, “DeviceID2″ To deny a secific device: Set-CASMailbox […]
Filed under: CAS, Exchange 2010, Powershell | Leave a Comment
Tags: activesync, exchange, powershell