Get rid of on Premise ADFS server

Mikayel Mikayelyan 56 Reputation points
2020-12-02T16:46:17.38+00:00

Hello everyone

I have a task , to get rid of on premise ADFS server, currently AD migrated to Azure with all functions and Azure has ADFS services set.
I would like to understand is there a clear guide from Microsoft how to do this procedure and just demote ADFS server on prem.

Thanks in advance.

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,200 questions
0 comments No comments
{count} votes

Accepted answer
  1. James Hamil 22,081 Reputation points Microsoft Employee
    2020-12-02T21:48:47.66+00:00

    Hi @Mikayel Mikayelyan , my colleague Vipul answered a similar question recently here. Here is what you should do:

    1) You will need to make sure to remove there ADFS entries from any of the load balancers (internal as well as external) you might have configured for them.

    2) Delete any corresponding DNS entries for ADFS servers in your environment.

    3) On the primary ADFS server run (Get-ADFSProperties) and look for CertificateSharingContainer. Keep a note of this DN, as you will need to delete it near the end of the installation (after a few reboots and when it is not available any more)
    • Remove the content in this DN using ADSI Edit after uninstallation.

    4) Uninstall the WAP (Proxy) Servers.
    • Login to each WAP server, open the Remote Access Management Console and look for published web applications.
    • Remove any related to ADFS that are not being used any more.
    • When all the published web applications are removed, uninstall WAP with the following Remove-WindowsFeature Web-Application-Proxy,CMAK,RSAT-RemoteAccess.

    5) Uninstall the ADFS Servers.
    • Starting with the secondary nodes, uninstall ADFS with Remove-WindowsFeature ADFS-Federation,Windows-Internal-Database
    • After this run del C:\Windows\WID\data\adfs* to delete the database files and

    6) You can now safely delete your ADFS Account.

    I hope this helps! If you still need assistance please let me know. If not, please mark this answer as verified.

    Thank you,
    James

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful