Upgrade OS for Windows Server 2012 R2 and ADFS

Andryszak, Daniel 116 Reputation points
2022-02-23T16:52:04.93+00:00

Currently running a single Windows Server 2012 R2 with ADFS.
I would like to upgrade the OS to version 2019, which I assume (?) would upgrade ADFS to version 4.
Is it as "simple" as performing an in-place upgrade?
I read several articles on upgrading an ADFS farm, which requires additional servers - which I would rather not do.

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,755 questions
Windows Server 2012
Windows Server 2012
A Microsoft server operating system that supports enterprise-level management, data storage, applications, and communications.
1,590 questions
Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,261 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Pierre Audonnet - MSFT 10,186 Reputation points Microsoft Employee
    2022-02-28T14:16:44.387+00:00

    In-place upgrade is actually never simple. I am not even sure if that's a working thing for AD FS (never heard of someone even trying it).

    Adding a Windows Server 2019 to an existing farm is actaully a good way to test things without breaking stuff. You can add the server to the farm following the procedure you seem to allude to, then you can configure the HOSTS file of your machine to make the AD FS FQDN point to the new server and test stuff. Without affecting anything else than your machine and the couple of other machines on which you'd like to do the test on. Once this is done, then you can get rid of the 2012 R2 server and update your DNS to make the FQDN of the farm point to the new server.

    Not only that's the way to go, that's the easiest way to go (since it requires nothing to be configured or changed on the existing farm) and the rollback is as easy too.

    0 comments No comments

Your answer

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