45 pts.
 ActiveSync for Resource Mailbox
Why can't I disable ActiveSync on resource mailboxes in Exchange 2010? I have tried through EMC and by running the PS command. Get the same error that this cannot be done on a resource type mailbox. Is there a workaround?



Software/Hardware used:
Exchange 2010
ASKED: March 21, 2012  6:57 PM
UPDATED: March 29, 2012  3:28 PM

Answer Wiki:
Try this: <pre>$NotASMbx = Get-CASMailbox -resultsize Unlimited | ?{$_.HasActiveSyncDevicePartnership -eq $false} $NotASMbx | Set-CASMailbox -ActiveSyncEnabled $false</pre>
Last Wiki Answer Submitted:  March 27, 2012  2:59 pm  by  Santasi24   40 pts.
All Answer Wiki Contributors:  Santasi24   40 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _