Advertisement
Guest User

Untitled

a guest
Jun 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 KB | None | 0 0
  1. Start-ManagedFolderAssistant -Identity user@domain.com
  2.  
  3. Get-Mailbox "user" |FL Name,LitigationHoldEnabled,LitigationHoldDate,LitigationHoldOwner,LitigationHoldDuration,InPlaceHolds
  4.  
  5. Name : user
  6. LitigationHoldEnabled : True
  7. LitigationHoldDate : 5/3/2018 10:29:09 AM
  8. LitigationHoldOwner : xxxx
  9. LitigationHoldDuration : Unlimited
  10. InPlaceHolds : {}
  11.  
  12.  
  13.  
  14. Get-MailboxStatistics "user" | FL Name,DeletedItemCount,ItemCount,TotalDeletedItemSize,TotalItemSize
  15.  
  16. DeletedItemCount : 227953
  17. ItemCount : 33425
  18. TotalDeletedItemSize : 100 GB (107,374,277,766 bytes)
  19. TotalItemSize : 14.61 GB (15,687,850,951 bytes)
  20.  
  21.  
  22.  
  23. Get-Mailbox "user" | FL Name,RecoverableItemsQuota,RecoverableItemsWarningQuota
  24.  
  25.  
  26. Name : user
  27. RecoverableItemsQuota : 100 GB (107,374,182,400 bytes)
  28. RecoverableItemsWarningQuota : 90 GB (96,636,764,160 bytes)
  29.  
  30.  
  31. Get-Mailbox "user" |fl Name, *archive*
  32.  
  33. Name : user
  34. ArchiveDatabase : xxxxxx
  35. ArchiveDatabaseGuid : 4540c7b0-1edf-4ffd-94d9-64478a14a879
  36. ArchiveGuid : c74725e7-d3a4-4931-9fc4-774afdb6e68e
  37. ArchiveName : {Personal Archive - User)}
  38. JournalArchiveAddress :
  39. ArchiveQuota : 100 GB (107,374,182,400 bytes)
  40. ArchiveWarningQuota : 90 GB (96,636,764,160 bytes)
  41. ArchiveDomain :
  42. ArchiveStatus : Active
  43. ArchiveState : Local
  44. AutoExpandingArchiveEnabled : False
  45. DisabledArchiveDatabase :
  46. DisabledArchiveGuid : 00000000-0000-0000-0000-000000000000
  47. ArchiveRelease :
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement