windows:servers:exchange:shared_mailbox

Create a shared mailbox in Exchange

New-Mailbox -Shared -Name "Internal IT" -DisplayName "Internal IT" -Alias InternalIT

Or convert existing user mailbox to shared mailbox

Set-Mailbox internalit@example.com -Type shared
add-mailboxpermission -identity internalit@example.com -user EXAMPLEinternalit -accessrights FullAccess
add-adpermission -identity internalit@example.com -user EXAMPLEinternalit -extendedrights Send-as
Enter your comment:
38 -1 = 
 
  • windows/servers/exchange/shared_mailbox.txt
  • Last modified: 2019/10/31 09:14
  • by 127.0.0.1