1 / 11

How To Give Full Mailbox Permission In Office365

After you have installed and configured Windows PowerShell and Windows Remote Management (WinRM) on your computer, you have to connect the Windows PowerShell on your local computer to the cloud-based service to perform tasks in your cloud-based organization.<br>

Download Presentation

How To Give Full Mailbox Permission In Office365

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. How To Give Full Mailbox Permission In Office365 https://www.serverconsultancy.co.uk/how-to-provide-full-mailbox-permission-in-office365/

  2. After you have installed and configured Windows PowerShell and Windows Remote Management (WinRM) on your computer, you have to connect the Windows PowerShell on your local computer to the cloud-based service to perform tasks in your cloud-based organization.

  3. To start, you need to connect to the online service. To do so, start with the command:

  4. > $LiveCred = Get-Credential Once you run this command it will prompt you with a username and password. You will need to enter the Office365 administrator access details. After authentication you need to setup the session by running the following two commands.

  5. > $Session = New-PSSession -ConfigurationNameMicrosoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic –AllowRedirection

  6. > Import-PSSession $Session After session setup you can manage your Office365 Exchange 2010 commandlets. Following is the example if you want to give the full access permission to UserB for UserA’s mailbox folders. run the command:

  7. > Add-MailboxPermission -identity UserA@domain.com -user UserB@domain.com -AccessRightsFullAccess When you’re finished using the server-side session, always disconnect Windows PowerShell by running the following command:

  8. > Remove-PSSession <session variable> For more detailed information, please refer the link below: Connect Windows PowerShell to Exchange OnlineAdd-MailboxFolderPermission

  9. Have any questions about Microsoft Office 365? Or maybe you’d like to know more about how Server Consultancy can help you with your Office 365 business needs?

  10. Contact us now on 0845 094 3164 and we’ll do our best to answer any questions you might have.

  11. Presented by Server consultancy ltd https://www.serverconsultancy.co.uk

More Related