-
Dear @redhook62 I hope this message finds you well. I recently renamed my ADFS primary and secondary machine names; however, I am still seeing the old server name reflected in the services status. Additionally, the secondary server is not appearing as expected. Could you please provide guidance on how to resolve these issues? Thank you for your assistance. Best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi, try to use these cmdlets Unregister-MFAComputer (For old names) Additionally, you can export your configuration and remove / computer in the xml file regards |
Beta Was this translation helpful? Give feedback.
Hi,
try to use these cmdlets
Unregister-MFAComputer (For old names)
and
Register-MFAComputer (For new names)
Additionally, you can export your configuration and remove / computer in the xml file
Export-MFASystemConfiguration
and
Import-MFASystemConfiguration
regards