Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. '$Dumpster = Get-MailboxServer | Get-Mailboxstatistics'
  2. '$Dumpster | ? {$_.DisplayName -like "Display Name"} | ft DisplayName, MailboxGUID, ItemCount, TotalItemSize, Database -AutoSize
  3.  
  4.  
  5.  
  6.  
  7. DisplayName MailboxGuid ItemCount TotalItemSize Database
  8. ----------- ----------- --------- ------------- --------
  9. Display Name 437cdd37-d54c-4f96-aae0-8d523707ca41 1 3.891 KB (3,984 bytes) DB53 '
  10.  
  11. 'New-MailboxRestoreRequest -SourceDatabase "DB53" -SourceStoreMailbox "437cdd37-d54c-4f96-aae0-8d523707ca41" -TargetMailbox dname@domain.tld -AllowLegacyDNMismatch'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement