Share via

File Server Migration from 2012 to 2022

lmgmcg 130 Reputation points
2026-01-22T15:35:49.61+00:00

Hi,

I'm in the process of migrating a server 2012 to 2022. This is a domain controller, fileserver and NPS.

2022 is already a Domain controller now. We already have DFS in place, so for the file server migration I need you expertise.

Current Setup as follows.

Namespace: company.local\Data

Folder:Accounts

Folder Target: dc01\Accounts$

So my planned steps are,

  1. On server 2022 (dc02) install DFS management and replication
  2. Add dc02 as a namespace server on dc01 DFS management
  3. Create a share on dc02 as Accounts
  4. Add a folder target to DFS Accounts folder as dc02\Accounts
  5. Allow this to create a replication group or create manually (Total capacity is just 200GB, so I thought of not using robocopy)
  6. Once the replication is finished I will disable the old folder target and enable the new one and let it run for like a week.
  7. Delete the old folder target

So I have a question here, will I be able to see the same DFS management window on dc02 as well? If not how to do it as I will be retiring the dc01. So I want to disable and delete the folder targets by logging into dc02's DFS Management.

Hope to hear your suggestions.

Thanks,

Windows for business | Windows Server | Storage high availability | Other
0 comments No comments

3 answers

Sort by: Most helpful
  1. VPHAN 28,590 Reputation points Independent Advisor
    2026-01-24T09:14:05.23+00:00

    Hello lmgmcg,

    I wanted to quickly follow up on your DFS migration to ensure the replication groups are syncing correctly on DC02. As discussed, please exercise caution when increasing the staging quotas; applying a blanket 100GB limit per replicated folder can rapidly exhaust the physical disk space on the target volume if it is not sized to handle the cumulative reservation of all staging folders combined (e.g., 5 folders x 100GB staging = 500GB reserved space). The most stable and efficient configuration is to size each specific folder's quota slightly above the sum of its 32 largest files using the PowerShell method provided earlier. This prevents "staging space exceeded" backlogs during the initial sync without wasting valid storage capacity.

    If the issue has been successfully resolved, please consider accepting the answer as it helps other people sharing the same question benefit too. Thank you!

    VP

    0 comments No comments

  2. VPHAN 28,590 Reputation points Independent Advisor
    2026-01-22T16:12:59.28+00:00

    Hello lmgmcg,

    Yes, you will be able to view and manage the exact same DFS structure from DC02. Because your namespace \\company.local\Data is a Domain-based namespace, the configuration metadata resides in Active Directory partitions, not in the local registry of the specific namespace server. This means that any domain controller or member server with the RSAT-DFS-Mgmt-Con tools installed can view the same topology once connected. However, when you first launch the DFS Management console on DC02, the console tree will likely be empty. You must explicitly right-click the "Namespaces" node, select Add Namespaces to Display, and query the domain to load your existing company.local\Data namespace into the view.

    Your proposed workflow is technically sound, but there are two specific configurations you should verify during the replication setup for a dataset of that size. When you add the folder target and trigger the replication group creation wizard, ensure you adjust the Staging Quota for the new member. The default staging size is 4,096 MB (4 GB), which is often insufficient for an initial sync of 200 GB if the dataset contains large individual files (like Outlook archives or ISOs). A best practice is to set the Staging Quota to be slightly larger than the sum of the 32 largest files in the replicated folder; otherwise, replication may enter a "retry" loop and slow down significantly. Furthermore, when you are ready to retire DC01, ensure you remove DC01 from the Namespace Servers tab in the console before you demote the domain controller or shut it down. This ensures the Active Directory object for the namespace is cleanly updated to remove the referral to the old server.

    I hope you've found something useful here. If it helps you get more insight into the issue, it's appreciated to accept the answer. Should you have more questions, feel free to leave a message. Have a nice day!

    VP


  3. Q&A Assist
    2026-01-22T15:36:02.12+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    Yes, you will be able to see the same DFS Management window on dc02 after you install the DFS Management tools. To do this, you need to install the DFS Namespaces and DFS Management Tools on your Windows Server 2022 (dc02). You can do this using Server Manager or PowerShell.

    Installation Steps:

    1. Using Server Manager:
      • Open Server Manager, click Manage, and then select Add Roles and Features.
      • Follow the wizard to install the DFS Namespaces role under File and Storage Services > File and ISCSI Services.
    2. Using PowerShell:
      • Open an elevated PowerShell session and run the following command:
         Install-WindowsFeature -Name "FS-DFS-Namespace", "RSAT-DFS-Mgmt-Con"  
      

    After installation, you should be able to access the DFS Management console on dc02, allowing you to manage the DFS setup, including disabling and deleting folder targets as needed during your migration process.


    References:

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.