Advertisement
Guest User

Untitled

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