How should you complete the relevant Windows PowerShell script?

HOTSPOT

You are the Office 365 administrator for your company’s Microsoft Exchange Online environment. The company recently subscribed to the Office 365 Enterprise E3 plan.

Employees currently archive old email messages in . pst files. The company has now mandated that all email messages stored in . pst files must be archived online.

You need to enable archiving for all mailboxes.

How should you complete the relevant Windows PowerShell script? To answer, select the appropriate cmdlet from each list in the answer area.

Answer:

Explanation:

In-Place Archiving helps you regain control of your organization’s messaging data by eliminating the need for personal store (.pst) files. With archiving enabled, users can store messages in an archive mailbox, also called an In-Place Archive, which is accessible by using Microsoft Outlook and Outlook Web App.

In this question, we use the Get-Mailbox cmdlet to retrieve a list of all mailboxes.

The CFilter {(RecipientTypeDetails Ceq ‘UserMailbox’)} option is used to retrieve a list of user mailboxes only (thus excluding Room mailboxes, Resource mailboxes etc).

The Enable-Mailbox CArchive command is used to create an archive for each user mailbox returned by the Get-Mailbox command.

References:

https://technet.microsoft.com/en-us/library/jj984357(v=exchg.150)

Latest 70-347 Dumps Valid Version with 314 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments