For When You Can't Have The Real Thing
[ start | index | login ]
start > Windows > Server > 2012 > NPS Synchronization

NPS Synchronization

Created by dave. Last edited by dave, 9 years and 130 days ago. Viewed 3,494 times. #3
[diff] [history] [edit] [rdf]
labels
attachments
(2014-12-12)

Problem

I have two (or more) NPS (Network Policy Server) servers and I want them to have the same client and policy set.

Solution

Make all your changes on one server.

Then export that configuration:

> netsh nps export filename = "config.xml" exportPSK = YES

Copy the file to the other NPS server(s), and on each import that configuration:

> netsh nps import filename = "config.xml"

These commands do not require powershell.

Beware that doing an export like this exports shared radius secrets and should be protected appropriately.

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt