How to check Size and Status of Online Archive in Exchange Online

Опубликовано: 25 Февраль 2023
на канале: TechTrip
6,357
21

Hi everyone,
In this video, I will show you a few commands you can use if you use OnlineArchive in Office 365.
The first command checks the archive status for a specific mailbox.

Get-Mailbox -Identity "MailboxName" | Select ArchiveStatus, ArchiveDatabase

Once you confirm the archive status for the mailbox, run the following command to get the size, and archived items count.


Get-MailboxStatistics -Identity "MailboxName" -Archive | Select DisplayName, TotalItemSize, ItemCount

Run the below command to list all the Office 365 users with the archive mailbox.

Get-Mailbox -ResultSize Unlimited -RecipientTypeDetails UserMailbox | Select DisplayName, ArchiveStatus


#howto #office365 #TechtripChannel #ExchangeOnline #powershell #toturial #exchangeonline #exchangeonlinearchivingoffice365


Смотрите видео How to check Size and Status of Online Archive in Exchange Online онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь TechTrip 25 Февраль 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 6,35 раз и оно понравилось 2 людям.