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 explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte 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