What are three key facts of the staging folder?
What are key facts about the DfsrPrivate\ConflictandDeleted folder?
How do you change the settings of the staging folder?
Membership tab > Replicated folder > Properties > Staging
How do you change the quota size of the conflictanddeleted folder?
Memberships > folder properties > Advanced tab
What is the limitation for DFSR cloning?
Cannot be done for SYSVOL or read-only replicas
What is the structure of the dfsr database?
A database and a volume configuration xml
How do you stop replication from automatically resuming when the database unexpectedly stops?
Registry key HKey_Local_Machine\System\ CurrentControlSet\Services\DFSR\Parameters\StopReplicationOnAutoRecovery (DWORD) to 1.
How do you resume unexpected shutdown recovery of a replicated database?
wmic /namespace:\root\microsoftdfs path dfsrVolumeConfig where volumeGuid=“” call ResumeReplication
How do you configure dfsr to automatically perform a shuttdown recovery?
wmic /namespace:\root\microsoftdfs path dfsrmachineconfig set StopReplicationOnAutoRecovery=FALSE