export import from 2016 to 2012

Gloria Gu 3,891 Reputation points
2020-07-15T03:33:42.93+00:00

Hi,

Is it possible to export for NPS server 2016 to NPS server 2012 R2 ?

When I follow either powershell or netsh it failes to import the xml file from 2016, so I guess there is no compatibility that way ?

If that is the case, Is there a command for me to import only the radius clients ?

Thanks for reply

Thread source link: https://social.technet.microsoft.com/Forums/zh-CN/11714d1a-8808-4ac8-b5c0-a12f2748852f/export-import-from-2016-to-2012?forum=winserverNAP

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
12,113 questions
0 comments No comments
{count} votes

Accepted answer
  1. Candy Luo 12,656 Reputation points Microsoft Vendor
    2020-07-15T05:55:33.057+00:00

    Hi ,

    Welcome to our new Microsoft Q&A Platform.

    >>but if fails when I am trying to export FROM 2016 -> 2012

    Please try to use netsh command and check if it is successful.

    Netsh command:

    On the source NPS, open Command Prompt, type netsh, and then press Enter.

    At the netsh prompt, type nps, and then press Enter.

    At the netsh nps prompt, type export filename="path\file.xml" exportPSK=YES, where pathis the folder location where you want to save the NPS configuration file, and file is the name of the XML file that you want to save. Press Enter.

    Copy the file you created to the destination NPS.

    At a command prompt on the destination NPS, type netsh nps import filename="path\file.xml", and then press Enter. A message appears indicating whether the import from the XML file was successful.

    Best Regards,

    Candy

    0 comments No comments

0 additional answers

Sort by: Most helpful