Exim View the body of the message
exim -Mvb messageID
exim -bp|grep $name Will show the mail in queue for $name exim -Mvh $MSGID View message header exim -Mvb $MSGID View message body exim -M $MSGID Force delivery of message exim -v -M $MSGID View the transact of message
Add-MailboxPermission “MailBoxAlias” -User “Admin” -AccessRights FullAccess
Removing disconnected mailboxes in Exchange Server 2007 Exchange Server 2007 doesn’t allow us to purge the disconnected mailbox. In order to remove one or multiple disconnected mailboxes we can be performing these steps: Listing all disconnected mailboxes Get-MailboxStatistics | where-object { $_.DisconnectDate -ne $null } | Select DisplayName,MailboxGuid Removing a single entry Remove-Mailbox -Database <Database-Name>