I have two NPS servers NPS1 and NPS2.
NPS1 has some policy already configure and NPS2 has many policy configured. Now I have to move all the policy from NPS1 to NPS2. How can I do it using PowerShell?
I tried using Export-NPSConfiguration and Import-NPSconfiguration. But problem is when you import command to import NPS policies, it will overwrite existing policy. So I am unsure how could I do it. Any help pls?