Tuesday, September 6, 2016

Redirect command line output to the Windows clipboard!

example: tasklist | clip

This redirects command line output to the clipboard, then paste away!

Verify if a backup is currently in progress on an Exchange server

Open a windows powershell session to your exchange server;

get-MailboxDatabase –Status | format-table Name,StorageGroup,Mounted,BackupInProgress