Posts Tagged ‘ems’

If not configured Exchange sets the standard notification schedule to monday, 4 a.m. once a week. To bulk change this, you have to edit all databases properties with the EMC or simply run the following PowerShell command with equals the GUI setting “Daily 2 a.m.” : Get-MailboxDatabase | Set-MailboxDatabase -QuotaNotificationSchedule ‘So.02:00-So.02:15, Mo.02:00-Mo.02:15, Di.02:00-Di.02:15, Mi.02:00-Mi.02:15, Do.02:00-Do.02:15, […]


Yesterday I ran into a problem which was often discussed before by my colleagues and me. I wanted to prepare the AD schema update before installing Exchange 2010. The “setup /pad” and “setup /ps” commands ran without any errors so I started to install Exchange 2010 (SP2). The Installation itself ran without any errors, too. […]


With this command you get an overview over a certain user’s mailbox folders: Get-MailboxFolderStatistics user@domain.com | ft folderpath, itemsinfolder You can limit this to special folder, too: Get-MailboxFolderStatistics -identity user@domain.com -FolderScope ‘DeletedItems’ | Select Identity, FolderPath, ItemsInFolder, FolderSize Cheers, Chris



Follow

Get every new post delivered to your Inbox.

Join 301 other followers