HOTSPOT
You need to create a script to deploy DFS replication.Which Windows PowerShell commands should you add to the script? To answer, select the appropriate
Windows PowerShell commands in each list in the answer area.
Leave a Reply
HOTSPOT
You need to create a script to deploy DFS replication.Which Windows PowerShell commands should you add to the script? To answer, select the appropriate
Windows PowerShell commands in each list in the answer area.
1A
2A
3A
4A
according to:
“Replication requires at least two member computers (those involved in replication). Each member computer must be running Windows Server 2012 R2 Preview or later with the DFSR role installed (FS-DFS-Replication), and must be joined to an Active Directory domain. The local computer (where the script is run) must be running either Windows Server 2012 R2 Preview or later with the DFS Management Tools installed (RSAT-DFS-Mgmt-Con), or Windows 8.1 Preview or later with the Remote Server Administration Tools installed. All DFSR objects will be created in the current user’s Active Directory domain.”
correct order to configure DFS replication:
1. new replication group => 1A
2. a new replicated folder => 1A
3. adds member computers and the desired connection topology =>2A
4. configures memberships
3A
4A (4A=4B I can’t see difference)
https://gallery.technet.microsoft.com/Configure-DFSR-using-162aa873
maybe Storage1=DAL-FS1 and Storage2=DAL-FS2