Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
themeEmacs
languagepowershell
Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize

Database Management and Statistics

Show Server Name, Database Name, Database Size: 

Code Block
themeEmacs
languagepowershell
Get-MailboxDatabase -Status | select ServerName,Name,DatabaseSize

Show Database and Mailbox Count

Code Block
themeEmacs
languagepowershell
Get

...

-Mailbox | Group-Object -Property:Database | Select-Object name,count

Managing Move Requests

Show current move Requests and % Complete

Code Block
themeEmacs
languagepowershell
Get-MoveRequest | Get-MoveRequestStatistics