How To Give Full Mailbox Permission In Office365 - PowerPoint PPT Presentation

About This Presentation
Title:

How To Give Full Mailbox Permission In Office365

Description:

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. – PowerPoint PPT presentation

Number of Views:4
Slides: 12
Provided by: serverconsultancy

less

Transcript and Presenter's Notes

Title: How To Give Full Mailbox Permission In Office365


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
  • gt 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
  • gt Session New-PSSession -ConfigurationName
    Microsoft.Exchange -ConnectionUri
    https//ps.outlook.com/powershell/ -Credential
    LiveCred -Authentication Basic AllowRedirection

6
  • gt 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 UserAs mailbox folders.
    run the command

7
  • gt Add-MailboxPermission -identity
    UserA_at_domain.com -user UserB_at_domain.com
    -AccessRights FullAccess
  • When youre finished using the server-side
    session, always disconnect Windows PowerShell by
    running the following command

8
  • gt Remove-PSSession ltsession variablegt
  • 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 youd 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 well do our
    best to answer any questions you might have.

11
Presented by
  • Server consultancy ltd
  • https//www.serverconsultancy.co.uk
Write a Comment
User Comments (0)
About PowerShow.com