Link to home
Start Free TrialLog in
Avatar of LGroup1
LGroup1

asked on

Prevent users from moving emails to new Inbox in MS Outlook 2013 ?

Is there some way (such as a registry edit) to prevent users from moving emails from one Inbox folder in MS Outlook 2013 to another ? Users at one site who also use Hosted Exchange will soon have two Inboxes, Sent Items, etc.. folders - one for the previous Hosted Exchange provider and one for the new/current Hosted Exchange provider. They want to be able to restrict users from moving emails from the old Inbox, Sent Items, etc... serviced by the previous Hosted Exchange provider to the new Inbox, Sent Items, etc.... There will be a specific cutover date from the old Inbox and other folders to the new folders.  TIA for any help on this one ...

ew
SOLUTION
Avatar of EEhotline
EEhotline

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Krishna Patil
Krishna Patil

If end user manually move mails to desired folders then, we can stop it.
BUT.
If they have configured the rules for this movement, then we can disable these by
Get-InboxRule -Mailbox user@domain.com

and
Disable-InboxRule -Identity "RuleName" -Mailbox "user@domain.com"

you can pipe the output of first command to second.
Avatar of LGroup1

ASKER

Hi, all, thanks for the replies.  On that last post - Did you mean to say if the end user manually moves mails to desired folders we cannot stop it (instead of can stop it) ?
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of LGroup1

ASKER

Thanks all !  And sorry I did not close this case out sooner,