Remote Support Software

Provide instant remote support to customers and employees:

Click here for a free trial

How can i set a group of user mailbox to be activesync enabled?

Example i can move mailbox by using the powershell command to move multiple users who are found in the txt file
Get-Content C:\temp\mailbox.txt | move-mailbox -TargetDatabase 'SGXMS01\STG5\MBDB5'

how can i enable the activesync for these users in the list?
by combining in the command
Set-CASMailbox -identity -ActiveSyncEnabled $True

There is an amazing pack of free network admin tools. click here to download it






June 21st, 2012 7:37pm
Hi,
I don't think you can combine move-mailbox with set-casmailbox, but you can use your file to activate ActiveSync before or after you have moved the mailboxes.

Example: Get-Content C:\temp\mailbox.txt| Set-CASMailbox -ActiveSyncEnabled $TrueMartina Miskovic

There is an amazing pack of free network admin tools. click here to download it






June 21st, 2012 7:51pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics