Know How To Give Users Send As Permission In Office 365 PowerPoint PPT Presentation

presentation player overlay
About This Presentation
Transcript and Presenter's Notes

Title: Know How To Give Users Send As Permission In Office 365


1
Know How To Give Users Send As Permission In
Office 365
  • https//www.serverconsultancy.co.uk/how-to-give-us
    ers-send-as-permission-in-office-365/

2
  • Following Post Explain How to give Users Send as
    Permission in Office 365 Exchange Online.

3
  • The Send As permission is different than the end
    on behalf permission. Microsoft Outlook users can
    configure send on behalf permission on their own
    mailbox using delegates. Administrators can
    configure send on behalf permissions on any
    recipient type using the GrantSendOnBehlfTo
    parameter.

4
  • 1. Install and configure Windows PowerShell and
    connect to the service. Click on
    http//help.outlook.com/en-gb/140/cc546278.aspx
    to download and install Powershell.

5
  • 2. Open PowerShell.
  • Run the Following Command.
  • Add-RecipientPermission ltidentitygt -AccessRights
    SendAs -Trustee ltusergt
  • Note By default, you are asked to confirm the
    addition of the Send As permission. To skip the
    confirmation prompt, use -Confirmfalse.

6
  • View Send As permission for a specific user
  • Get-RecipientPermission Trustee ltusergt

7
  • View Send As permission on a specific recipient
  • Get-RecipientPermission ltidentitygt
  • View all Send As permissions youve configured in
    your organisation
  • Get-RecipientPermission where (_.Trustee -ne
    nt authorityself) -and (_.Trustee -ne null
    sid)

8
  • Revoke Send As permission
  • Remove-RecipientPermission ltidentitygt
    -AccessRights SendAs -Trustee ltusergt

9
How people use the Send As permission
10
  • Individual users or members of security groups
    with Send As permission can open their own
    mailboxes and send messages using the From
    address of the recipient.

11
  • Send As permission doesnt give a user access to
    another users mailbox. To give an individual or
    members of a security group access to a mailbox,
    use the following command
  • Add-MailboxPermission ltmailboxgt -User ltuser or
    security groupgt -AccessRights FullAccess

12
For more help you can call Server Consultancy of
email us at info_at_serverconsultancyc.o.uk
13
Presented by
  • https//www.serverconsultancy.co.uk
Write a Comment
User Comments (0)
About PowerShow.com