Forum Discussion
Rising Flight
Jul 23, 2018Copper Contributor
Access to Office365
Hi experts
we are using exchange hybrid environment. i want to provide a user read only access to Exchange online.
please help me how to provide access
You should be able to do this with PowerShell:
add-mailboxpermission -identity "Jane Smith" -user "John Smith" -AccessRights ReadPermission
2 Replies
Sort By
You should be able to do this with PowerShell:
add-mailboxpermission -identity "Jane Smith" -user "John Smith" -AccessRights ReadPermission
- Alan_McFarlaneIron ContributorUnless something’s changed it needs a more complex set of commands than that:
https://practical365.com/exchange-server/grant-read-access-exchange-mailbox/