Category Archives: Exchange

Exchange PowerShell Command Line

Check the free space available in the database Get-MailboxDatabase -Status | select Name, DatabaseSize, AvailableNewMailboxSpace Check for the stopped Exchange Server services Get-Service | Where-Object {$_.Name -Like ‘MSExchange*’ -and $_.Status -eq ‘Stopped’} Check mail flow –> Get-Queue

Posted in Exchange, PowerShell | Comments Off on Exchange PowerShell Command Line

meeting or appointment in Outlook send wrong date/time

As detailed below, Microsoft will change the meeting to reflect the timezone of the originator not the participants. https://support.office.com/en-gb/article/Set-the-time-zone-for-a-meeting-or-appointment-in-Outlook-2016-for-Mac-938d9db9-14ae-4203-ab91-b2d183429382 ,~�  You can stop this process by disabling the “sniffer” within Exchange. This is easily done by: Logging in to OWA … Continue reading

Posted in Outlook OWA | Comments Off on meeting or appointment in Outlook send wrong date/time

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