Monthly Archives: May 2019

Change the sound played when messages arrive

When a new item arrives in your mailbox, an audio alert can be used. You can change this short .wav audio file to any valid .wav file. Quit Microsoft Outlook. Do one of the following:Microsoft Windows XP or Microsoft Windows … Continue reading

Posted in Exchange | Comments Off on Change the sound played when messages arrive

Deleted mailboxes are not showing up in Disconnected Mailbox in EMC

Clean-MailboxDatabase “oberon\Mailbox Database”

Posted in Exchange | Comments Off on Deleted mailboxes are not showing up in Disconnected Mailbox in EMC

Exchange 2007 – Export or Import Mailbox’s to PST files

Give Admin to Full access of Damon’ s mailbox from the Console then from SHELL and RUN export-mailbox -identity damon -pstfolderpath c:\TEMP import-mailbox -identity damon -pstfolderpath c:\TEMP\damon.pst

Posted in Exchange | Comments Off on Exchange 2007 – Export or Import Mailbox’s to PST files

Eseutil /D (Defragmentation)

Dismount the database first and open CMD then enter type C:\Program Files\Microsoft\Exchange Server\Bin>eseutil /d “f:\First Storage Group\GroupMail.edb”

Posted in Exchange | Comments Off on Eseutil /D (Defragmentation)

Remove MAIL from disconnected Mailbox

this command that remove all disconnected email from “Mailbox Database” Get-MailboxStatistics -database “oberon\Mailbox Database” | where {$_.disconnectdate -ne $null} | foreach {Remove-mailbox -database $_.database -storemailboxidentity $_.mailboxguid} ————————————————– Example The first example shows how to disconnect the user John Peoples’ (john) … Continue reading

Posted in Exchange | Comments Off on Remove MAIL from disconnected Mailbox