live chatMcAfee Secure sites help keep you safe from identity theft, credit card fraud, spyware, spam, viruses and online scams
Pass4Test 10%OFF Discount Code

Microsoft Advanced Solutions of Microsoft Exchange Server 2013 (70-342日本語版) - 70-342日本語 Exam Questions

QUESTION NO: 1
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 2
HOTSPOT

Correct Answer:

Explanation:

Use the Update-MailboxDatabaseCopy cmdlet to seed or reseed a mailbox database copy.
We reseed the database with a new copy by issuing the following command.
[PS] C:\>Update-MailboxDatabaseCopy -Identity "DB1\EX2"
For long reseeds where you do not want to leave your Exchange Management Shell open, or when scripting a reseed and you don't want the script to have to wait for the reseed to complete, you can use the -BeginSeed parameter.
[PS] C:\>Update-MailboxDatabaseCopy "-Identity "DB1\EX2" -BeginSeed
The BeginSeed parameter is useful for scripting reseeds, because with this parameter, the task asynchronously starts the seeding operation and then exits the cmdlet.
Incorrect:
* The MaximumSeedsInParallel parameter is used with the Server parameter to specify the maximum number of parallel seeding operations that should occur across the specified server during a full server reseed operation. The default value is 10.
QUESTION NO: 3
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 4
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 5
You have an Exchange Server 2013 organization.
Correct Answer: A,D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 6
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 7
HOTSPOT


Correct Answer:

Explanation:

* Scenario:
Implement an archiving policy that moves all of the email messages from the mailbox folders to an Archive mailbox after 30 days and permanently deletes all of the email messages after 365 days.
* Both Tag Types should affect all email messages. For the first policy move the archive after 30 days. The second policy should permanently delete the messages after 365 days.
QUESTION NO: 8
Correct Answer: B
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 9
HOTSPOT

Correct Answer:
QUESTION NO: 10
Correct Answer: A
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 11
DRAG DROP

Correct Answer:

Explanation:
Box 1:

Box 2:

Box 3:

Note:
Box 1: First use the retention tags to create a new retention policy.
Box 2: Use the Set-Mailbox cmdlet to modify the settings of an existing mailbox. You can use this cmdlet for one mailbox at a time.
Box 3: Use the Start-ManagedFolderAssistant cmdlet to immediately start messaging records management (MRM) processing of mailboxes that you specify
/ The Managed Folder Assistant uses the retention policy settings of users' mailboxes to process retention of items. This mailbox processing occurs automatically. You can use the Start-ManagedFolderAssistant cmdlet to immediately start processing the specified mailbox.
*
QUESTION NO: 12
HOTSPOT

Correct Answer:

Explanation:

This example creates a transport rule with the following condition:
Between distribution list and distribution list. The first condition property value is the distribution group Sales-Group. The second condition property value is the distribution group Brokerage-Group.
The rule also has the following exceptions:
* With text patterns in the subject. The value for this exception is Press Release or
Corporate Communication.
* From people. The values for this exception are the users Tony Smith and Pilar
Ackerman.
The following action will be applied to any messages that match the "Between distribution list and distribution list" condition, but doesn't match the "with text patterns in the subject" or
"from people" exceptions:
* Send reject message to sender The value for this action is: Email messages sent between the Sales department and the Brokerage department are prohibited.
New-TransportRule "BlockMessagesBetweenSalesAndBrokerage" -BetweenMemberOf1
"Sales-Group" -BetweenMemberOf2 "Brokerage-Group" -ExceptIfFrom "Tony Smith","Pilar
Ackerman" -ExceptIfSubjectContainsWords "Press Release","Corporate Communication" -
RejectMessageEnhancedStatusCode "5.7.1" -RejectMessageReasonText "Email messages sent between the Sales department and the Brokerage department are prohibited."
QUESTION NO: 13
Correct Answer: B,C,E
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).
QUESTION NO: 14
Correct Answer: D
Explanation: Only visible for Pass4Test members. You can sign-up / login (it's free).