Import-NpsConfiguration

Imports NPS settings.

Syntax

Import-NpsConfiguration
      [-Path] <String>

Description

The Import-NpsConfiguration cmdlet imports settings for Network Policy Server (NPS). NPS manages network access policies for client health, connection request authentication, and connection request authorization. You can use NPS as a Remote Authentication Dial-In User Service (RADIUS) proxy to forward connection requests to NPS or other RADIUS servers that you configure in remote RADIUS server groups. For more information about NPS, see Network Policy Serverhttp://technet.microsoft.com/en-us/library/cc732912.aspx (http://technet.microsoft.com/en-us/library/cc732912.aspx) on TechNet.

Examples

Example 1: Import settings to a Network Policy Server

PS C:\>Import-NpsConfiguration -Path "C:\Npsconfig.xml"

This command imports settings from the file named C:\Npsconfig.xml to NPS.

Parameters

-Path

Specifies the full file path of the NPS configuration to import.

Type:String
Position:1
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Outputs

None