exam questions

Exam 70-417 All Questions

View all questions & answers for the 70-417 exam

Exam 70-417 topic 1 question 360 discussion

Actual exam question from Microsoft's 70-417
Question #: 360
Topic #: 1
[All 70-417 Questions]

DRAG DROP -
You have a server that runs Windows Server 2012 R2.
You create a new work folder named Share1.
You need to configure Share1 to meet the following requirements:
1. Ensure that all synchronized copies of Share1 are encrypted.
2. Ensure that clients synchronize to Share1 every 30 minutes.
3. Ensure that Share1 inherits the NTFS permissions of the parent folder.
Which cmdlet should you use to achieve each requirement?
To answer, drag the appropriate cmdlets to the correct requirements. Each cmdlet may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:

New-SyncDevicePolicy and the Set-SyncDevicePolicy are invalid commands

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
ms70743
4 years, 9 months ago
(box 1) Set-SyncShare (box 2) Set-SyncServerSettings (box 3) Set-SyncShare
upvoted 1 times
...
ms70743
4 years, 9 months ago
* (box 1) Set-SyncShare The Set-SyncShare cmdlet modifies the settings for a sync share. / parameter: -RequireEncryption<Boolean> Indicates whether the sync server requests that the contents of Work Folders be encrypted on each PC and device that accesses the sync share. * (box 2) Set-SyncServerSettings Parameter: -MinimumChangeDetectionMins<UInt32> Specifies the time, in minutes, before the Sync Share server detects changes on devices and syncs the client and server. * (box 3): Example: Modify a sync share to enable inherited permissions This command modifies settings on the share named Share01, and sets KeepParentFolderPermission to enable the share to inherit permissions from the parent folder. Windows PowerShell - PS C:\> Set-SyncShare Share01 -KeepParentFolderPermission Reference: Set-SyncShare; Set-SyncServerSettings
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...