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
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
Every day one command. good work buddy. Good luck.
Thanks alot. Keep your good work on http://myexchangelink.wordpress.com , too.
sure Cheers!!!