How to check Mailbox Backup status
Hi all just a simple line to check with PS the backup status of your MBX:
Get-MailboxDatabase "Database Name Here" -status | select *backup* | fl
Tento prohlížeč se už nepodporuje.
Upgradujte na Microsoft Edge, abyste mohli využívat nejnovější funkce, aktualizace zabezpečení a technickou podporu.
Hi all just a simple line to check with PS the backup status of your MBX:
Get-MailboxDatabase "Database Name Here" -status | select *backup* | fl