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
Este browser já não é suportado.
Atualize para o Microsoft Edge para tirar partido das mais recentes funcionalidades, atualizações de segurança e de suporte técnico.
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