3

Is it possible to modify an ActiveSync policy to prevent a user from having more than one (or any specified number of) device(s) enrolled simultaneously? What would be the Powershell script to do so?

Environment: Exchange 2010 Enterprise SP2 (soon to be SP3)

marcwenger
  • 235
  • 1
  • 6
  • 21

1 Answers1

2

The maximum number of ActiveSync devices allowed is controlled by the throttling policy. You can find out which throttling policy is assigned to a mailbox with Get-Mailbox and then change that policy with Set-ThrottlingPolicy.

Greg Askew
  • 35,880
  • 5
  • 54
  • 82
longneck
  • 23,082
  • 4
  • 52
  • 86