exam questions

Exam 70-741 All Questions

View all questions & answers for the 70-741 exam

Exam 70-741 topic 2 question 41 discussion

Actual exam question from Microsoft's 70-741
Question #: 41
Topic #: 2
[All 70-741 Questions]

You have two servers named Server1 and Server2.
Server1 contains a folder named D:\Videos that contains large video files.
You configure a replication of D:\Videos to Server2 by using Distributed File System (DFS) Replication.
You need to increase the size of the staging area for the replicated folder.
Which cmdlet should you run?

  • A. Set-DfsrConnection
  • B. Set-DfsrMembership
  • C. Set-DfsrReplicatedFolder
  • D. Set-DfsrServiceConfiguration
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️
References:
https://docs.microsoft.com/en-us/powershell/module/dfsr/set-dfsrmembership?view=win10-ps

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
Nhan
Highly Voted 5 years, 5 months ago
PS C:\> Set-DfsrMembership -GroupName "RG22" -FolderName "RepFolder" -ComputerName "SRV07" -StagingPathQuotaInMB 32768 -ConflictAndDeletedQuotaInMB 4096 the answer is correct
upvoted 19 times
...
panda
Most Recent 4 years, 5 months ago
I think B is correct D.Set-DfsrServiceConfiguration >>It configurates the server that performs replications. C.Set-DfsReplicatedFolder >>It sets physical folder settings. B.Set-DfsrMembership >>It configurates settings related to replications. A.Set-DfsrConnection >>It sets connection settings for replications.
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 ...