Share via


Upgrading from ADFS 2.0 to ADFS 2.1

[Note: this is a shortcut variation on the steps in the Technet article on http://technet.microsoft.com/en-us/library/jj134039.aspx and should for now only be used in lab scenarios as it hasn't been officially tested by the PG's]

The short version; 

  • Add the AD FS role on Windows Server 2012, choose to add it to an existing farm.
  • Make the new ADFS 2.1 server the primary (set-adfssyncproperties -role PrimaryComputer).
  • Make the original ADFS server secondary (set-adfssyncproperties -role SecondaryComputer -PrimaryComputerName <computername>).
  • Update DNS to Point to the new server
  • Remove the original ADFS server

The long version; http://technet.microsoft.com/en-us/library/jj134039.aspx

Comments

  • Anonymous
    January 01, 2003
    This is a variation on step 8-10  in the Technet link - you should probably limit this to lab scenarios until the Technet documents are updated.

  • Anonymous
    June 19, 2013
    I do not see this scenario listed in the migration documents you link to above. What I do see is to backup everything, perform and in-place upgrade of the OS and reconfigure everything. Not as easy as listed in the step above, while they do make so much more sense. Can you refer to the exact section for this scenario? Thanks.