2012R2 DFSR Performance issue
- This topic has 2 replies, 3 voices, and was last updated 2 years, 4 months ago by .
Viewing 1 post (of 1 total)
Viewing 1 post (of 1 total)
You must be logged in to reply to this topic.
Home › Forums › Server Operating Systems › Windows Server 2012 / 2012 R2 › 2012R2 DFSR Performance issue
I have a DFS server with around 1500 replicated folders. I am currently adding Replicated Folders to this hub server and the amount of time that it takes to create the MembersConnections with Powershell is taking over an hour each. Am I doing something wrong? Also, it takes over an hour to just refresh the DFS Management console. If I manually create the Replication GroupFolderMembersConnections the process is relatively quick, within 30 seconds. This doesn’t make sense. Help!
Powershell commands:
New-DfsReplicationGroup -GroupName $DFSName | New-DfsReplicatedFolder -FolderName $DFSName | Add-DfsrMember -ComputerName $DFSServer, $ServerName
Add-DfsrConnection -GroupName $DFSName -SourceComputerName $Servername -DestinationComputerName $DFSServer
Set-DfsrMemberShip -GroupName $DFSName -ComputerName $ServerName -FolderName $DFSName -ContentPath $Files -PrimaryMember $True -Force
Set-DfsrMemberShip -GroupName $DFSName -ComputerName $DFSServer -FolderName $DFSName -ContentPath $DFSServerRepFolder -Force
Set-DfsrGroupSchedule -GroupName $DFSName -ScheduleType Always
You must be logged in to reply to this topic.
Find out more about our cookie policy here.