070-347日本語試験無料問題集「Microsoft Enabling Office 365 Services (070-347日本語版) 認定」


正解:

Explanation

Step 1: Set-MsolGroup
The New-MsolGroup cmdlet adds a new security group to Azure Active Directory.
Step 2: New-Mailbox
Use the New-Mailbox cmdlet to create mailboxes and user accounts at the same time.
Step 3: Set-CalendarProcessing
Use the Set-CalendarProcessing cmdlet to modify calendar processing options for resource mailboxes, which include the Calendar Attendant, resource booking assistant, and calendar configuration. Note that this cmdlet is effective only on resource mailboxes.
References:
https://docs.microsoft.com/en-us/powershell/module/msonline/new-msolgroup?view=azureadps-1.0
https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/new-mailbox?view=exchange-ps
https://docs.microsoft.com/en-us/powershell/module/exchange/mailboxes/set-calendarprocessing?view=exchang


正解:

Explanation

In order to install Office 365 ProPlus on a client computer from a network share, the syntax should include the location, the path to the setup.exe file, the setup file, parameter, the path to the configuration file, and the configuration file.
In this case:
The location and path to the setup.exe file - \\server01\Office
The setup file - setup.exe
The /configure parameter, which specifies the path to the configuration file.
The location and path to the configuration file - \\server01\Office
The configuration file- office.xml.
References:
http://technet.microsoft.com/en-us/library/jj219423(v=office.15).aspx


正解:

Explanation

The legal department requests that only items in the mailbox of a user named User5 that were sent or received between July and November of last year be preserved for 540 days.
The legal department requests that all mailbox items in the organization that have the keyword ProjectX be placed on hold for 180 days from the time they were received or created.


正解:

Explanation

In the Office 365 Security & Compliance Center, use the New-DlpSensitiveInformationTypeRulePackage cmdlet.
Upload your rule package
* To upload your rule package, do the following.
* Save it as an .xml file with Unicode encoding.
* Connect to the Office 365 Security & Compliance Center using remote PowerShell
* In the Security & Compliance Center PowerShell, type New-DlpSensitiveInformationTypeRulePackage
-FileData (Get-Content -Path "C:\custompath\MyNewRulePack.xml" -Encoding Byte).
* Make sure that you use the file location where your rule pack is actually stored. C:\custompath\ is a placeholder.
* To confirm, type Y, and then press ENTER.








