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
Questo browser non è più supportato.
Esegui l'aggiornamento a Microsoft Edge per sfruttare i vantaggi di funzionalità più recenti, aggiornamenti della sicurezza e supporto tecnico.
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