Table of Contents
First Header
Useful Commands
Convert Mail
Set-Mailbox ConfRoom1 -Type Room
You can use the following values for the Type parameter:
- Regular
- Room
- Equipment
- Shared
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
How To Check Exchange Database Size
Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize