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
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
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