229k views
2 votes
What command can be used to export an nps backup file named npsconfig.xml that can be used to restore nps configuration on another server?

1 Answer

6 votes

The command is Export-NpsConfiguration

An admin can export the entire NPS configuration from one NPS for import to another NPS. Standard precautions should be taken when exporting NPS configurations over the network. The command syntax that can be used for exporting the NPS configurations is Export-NpsConfiguration –Path <filename>


User Milianoo
by
5.6k points