In a typical organisation with a Microsoft Exchange server you would select your mailbox in Outlook, right-click > Properties > Security, then give the user the appropriate permissions. However in Office-365 this approach does not work, instead you have to delve into the inner working with PowerShell.
- Click Start > All Programs > Accessories > Windows PowerShell > Windows PowerShell.
- Run the following command:
- In the Windows PowerShell Credential Request window that opens, type the credentials of an account in your cloud-based organization. When you are finished, click OK.
- Run the following command:
Note The AllowRedirection parameter enables cloud-based organizations in datacenters all over the world to connect Windows PowerShell to the cloud-based service by using the same URL. - Run the following command:
A progress indicator appears that shows the importing of commands used in the cloud-based service into the client-side session of your local computer. When this process is complete, you can run these commands. - To view the available mailboxes, run the following command:
- Run the following command:
Add-MailboxPermission -Identity <mailboxToShare> -User <userToAccess> -AccessRights FullAccess -InheritanceType All - To disconnect PowerShell run the following command:
To now add the mailbox to Outlook. From Outlook do the following:
- On the Tools menu, click E-Mail Accounts.
- Click View or change existing e-mail accounts, and then click Next.
- In the list, click the Exchange account type, and then click Change.
- Click More Settings, and then click the Advanced tab.
- Click Add, and then type the mailbox name of the person whose mailbox you want to add to your user profile.
To have The PC Support Group help you with any of your business or personal computer needs please call us on +44 (0) 845 2233116 or visit our website http://www.pcsupportgroup.com/
No comments:
Post a Comment