Allowing users to view other's mailboxes
Hi all,I would like to allow some managers to view mailboxes of their staff without giving the password to the managers.How do i configure the exchange permissions so that the manager is able to view other person's mailbox using the OWAI use Exchange 2007Thhanks
December 16th, 2007 4:59pm

You'll need to start by granting Full Access on each mailbox to the desired manager's AD account: http://technet.microsoft.com/en-us/library/aa996343.aspx Take note that SP1 allows you to set this access using the Management Console, prior to SP1 you'll need to use the Management Shell. Here's some more detail for using cmdlets to configure this: http://technet.microsoft.com/en-us/library/aa998830.aspx Then use these directions to open other mailboxes with Outlook Web Access: http://www.intermedia.net/support/kb/default.asp?id=1137
Free Windows Admin Tool Kit Click here and download it now
December 16th, 2007 7:57pm

If you are not running sp1, you will need to make the acess allowances in the power shell. Code Blockadd-mailboxpermission -identity "mail box name" -user "manager user name" -acessrights readpermission -inheritancetype all If the manager needs access to modify items in the mail box you can switch readpermission with fullaccess.
December 18th, 2007 9:02pm

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

Other recent topics Other recent topics