DC Promotion fails ‘FRS is Depreciated’

FRS is Depreciated KB ID 0001579

Problem

Error seen when attempting to add a new domain controller to an existing domain;

Verification of replica failed. The specified domain {Domain-Name} is still using the File Replication Service (FRS) to replicate the SYSVOL share. FRS is depreciated.

The server being promoted does not support FRS and cannot be promoted as a replica into the specified domain.

You MUST migrate the specified domain to use DFS Replication using the DFSRMIG command before continuing.

Solution: FRS is Depreciated

 

Before proceeding you MUST ensure all your existing domain controllers are AT LEAST Windows Server 2008. Your domain and forest functional levels should be at Windows Server 2008 (AL LEAST). It would also be a good move, to make sure all your DCs are replicating cleanly.

You need to go to one of your legacy (existing) domain controllers, and carry out the following PowerShell procedure. 

First make sure that no one’s messed about with this before, issue the following command and make sure the migration process has not been previously started;

[box]

dfsrmig /getglobalstate

[/box]

Start the process.

[box]

dfsrmig /setglobalstate 1

[/box]

It can take a while, (even if you only have one Domain Controller!) Keep checking the status, with the command ‘dfsrmig /getmigrationstate’ until it says all the domain controllers have migrated to global state ‘Prepared‘.

Change the process to state 2 (Redirected).

[box]

dfsrmig /setglobalstate 2

[/box]

This typically completes a bit faster than the first state. Keep checking the status, with the command you originally used, until it says all the domain controllers have migrated to global state ‘Redirected‘.

Change the process to state 3 (Eliminated).

[box]

dfsrmig /setglobalstate 3

[/box]

As before, keep checking the status, with the command you originally used, until it says all the domain controllers have migrated to global state ‘Suceeded‘.

On the ‘Old‘ domain controllers, you need to disable the NTFRS service and stop it.

[box]

Set-Service ntfrs -StartupType Disabled
Stop-Service ntfrs

[/box]

Now attempt to promote your new domain controller again.

Related Articles, References, Credits, or External Links

NA

37 thoughts on “DC Promotion fails ‘FRS is Depreciated’

    • If you have no DCs that require it still running, then theres not need to leave it running.

      P

      • I can also confirm during the final stage (setglobalstate 3) once replicated this service is automatically stopped and disabled

  1. Pete, when migrating domain services from FRS to DFS, the SYSVOL folder gets deleted correct? That means any clients that were still launching scripts from the SYSVOL folder such as mapped drive scripts need to migrate to mapping network drives in group policy before migrating to DFS correct?

    • Not that I’m aware of? All the legacy GPOs and login scripts are in there, why do you think it would be deleted?

      • Pete/Ryan

        I have just been through this process using this guide. During the process, SYSVOL is redirected to a new folder SYSVOL_DFSR in the Windows folder.

        This is used as a staging area until the migration is complete. You can see this by using the NET SHARE command during the process.

        Following migration this is tidied up. Its a simple process and thanks Pete for the article.

  2. Can a single label domain be reconfigured to use DFS instead of FRS or this is not supported on a single labeled domain?

    • Wow that’s a good question, I don’t think I’ve ever seen an SLD? So I honestly don’t know, I’d P2V the domain controllers and test it in sandbox to be on the safe side.

      P

    • I certainly did, (in this example,) and no one complained, temporarily the sysvol will go offline, but worse case scenario is some event ID errors will get logged on your clients.

  3. I’m getting the above error while adding a 2019 Server. But we’re already DFS, so I’m not sure where the problem is. Confirmed DC’s levels are 2008 at least.

  4. Hello,

    There are two typos above:

    To get the state of the migration it says: “Keep checking the status, with the command you originally used”. Well, in fact the command is: “dfsrmig /getmigrationstate” as can be seen in the captures that wasn’t used up to that step.

    “Change the process to state 2 (Eliminated).” should be “Change the process to state 3 (Eliminated).”

    Thanks for your guides!

  5. The ntfrs service was automatically stopped and disabled for me as well. Thank you for the excellent write-up! Very helpful.

  6. PeteLong – Am really excited and very happy by using your article to fix the dc promotion issue which it had become very tuff situation for me. Thanks a ton Pete!!

  7. Hi Pete,

    If someone already started the process and its in the “Prepared” state and has been there for awhile do we have to start over and go back to State 0 or can we continue to the “Redirected” state. I wasnt sure if it matter if it was in the “Prepared” state for awhile.

    • I’ve never been in this situation, I would try and progress rather than roll back. (as normal, make sure you have good backups before proceeding)

  8. Peter,

    I am so grateful that I found your article when I had the problem during a DC promotion today! Thank you so much for the very clear step-by-step instructions! It worked like a charm.

  9. Thanks Pete

    I observed this error whilst adding a new 2019 AD controller to a domain which was previously SBS2011.

    Much appreciated and the guide cuts out all the waffle!

  10. It was only a matter of time before our paths crossed again Pete! I can confirm the article works as described. Good to see Spike (Michael Warren) in the comments too. Hope you guys are well 🙂

  11. Hi Pete

    if we have 3 Domain Controllers, we must run this all procedures on each DC? Or just 1 DC on FSMO role as PDC

  12. Hi Pete,

    thank you for the great article. a quick question. if i stop at Stage 2. would i be able to promoto a server into a DC , or it wouldnt be supported until it is completely Migrated to Stage 3 ?

  13. In work I’m having to get rid of the old 2012R2 server as have purchased a new 2022 server.

    Running a test virtual vhdx of 2012 R2 and a seperate 2022 on hyper V. 2022 server could not join as a DC so followed this guide to a tee twice on the 2012 R2 server and it just deletes AD. I click on AD users and computers and get a ‘naming information cannot be located for the following reason: the server is not operational’.

    • In your Sandbox environment, and your live environment – are there any differences? – i.e where are the FSMO roles located – what are the server using for DNS? That error ‘sounds’ more ‘environmental’ – I’m struggling to see how altering FRS can ‘Delete AD’.

      P

      • Yes, it’s bizarre. They are exact copies as I took a vhdx of both machines and nothing has been changed apart from me deleting an old Exchange 2007 GC that had been left there by a 3rd party company. FSMO roles are on the 2012 R2 server. I just wanted to test the procedure of migrating 2012 to 2022 before actually doing it live after Christmas.

        Think I may just go the safe route and just create everything by hand on the 2022 server, demote the old server when ready and fingers crossed.

        Thanks for the reply.

Leave a Reply

Your email address will not be published. Required fields are marked *