Tuesday 19 July 2011

Exchange 2010 - Manage Full Access Permissions

You need to give another user access to a mailbox?

Use the Manage Full Access Permission wizard to grant Full Access permissions to users or groups for a selected mailbox. You can also use this wizard to remove Full Access permissions from users or groups.

When you grant the Full Access permission to another user for a mailbox, that user will be able to log on to the mailbox and access its entire contents.

Find the mailbox in the EMC (Exchange Management Console)

image

Right click the mailbox and “Manage Full Access..”

image

Click Add and Find/Select the User/Group you want to give access to.

image

Click Manage and the permissions will be applied.

 

PowerShell is much quicker though.

Adding Permissions

Add-MailboxPermission -Identity "mailbox_you_need_access_to" -User "user_or_group_looking_access" -AccessRights Fullaccess -InheritanceType all

Removing Permissions

Remove-MailboxPermission -Identity "mailbox_you_need_access_to" -User "user_or_group_remove_access" -AccessRight FullAccess -InheritanceType All

 

Adding the Mailbox into Outlook

In Outlook 2007/10 Open your account Settings ..

image

Select your account and click Change

image

Choose the More Settings ..

image

Add the email Account that you want to access.

image

Click Ok, Next and Finish.


From Outlook Web App (OWA)

Right Click your name above the Inbox.

image

Select Open User’s Inbox ..

image

Enter the name of the mailbox you want to open; and click Ok.

OR

In Outlook Web App, go to Options

image

Manage, Another User

image

Find the user and Click Ok.

image

No comments: