Posts Tagged ‘full’
Recently it was necessary to change the “From” display name of the sending notifications. This notifications appear e.g. when your mailbox size hits the quota or you get an internal NDR. It’s not possible to edit the sender email address in EMC or EMS but you can change the Display Name of this notification sender […]
Filed under: Exchange 2010 | Leave a Comment
Tags: 2010, ADSI, display, Edit, exchange, from, full, mailbox, MicrosoftExchange329e71ec88ae4615bbc36ab6ce41109e, name, notification, sender, sending, settings, system, transport
With this PowerShell command you get an overview of database sizes, last full backups and active servers. (get-mailboxdatabase -status) | foreach-object {write-host $_Server $_.Name $_.lastfullbackup $_.databasesize} Cheers, Chris
Filed under: Exchange 2010, MBX, Powershell | 3 Comments
Tags: 2010, backup, database, exchange, full, mailbox, overview, powershell
Enable circular logging
For some reasons it is necessarry to enable circular logging on your Exchange databases. This reasons could be moving many or large mailboxes or perhaps a broken backup which causes the logfile partition to be stuffed with logfiles. However, you can enable circular logging via Exchange Management Console (EMC) or via PowerShell. With PowerShell you […]
Filed under: Exchange 2010, MBX, Powershell | 1 Comment
Tags: circular, exchange, full, logfile, logging, partition, powershell