You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Table of Contents


First Header

Useful Commands

Setup new Shared Mailbox

New-Mailbox -Name "mailbox" -Database "database" -UserPrincipalName mailbox@domain.com -Shared
Add-MailboxPermission "mailbox" -User "user" -Access Rights FullAccess
Add-ADPermission "mailbox" -User "user" -ExtendedRights Send-As
  • No labels