Import-NpsConfiguration

Import-NpsConfiguration

Imports NPS settings.

Syntax

Parameter Set: Default
Import-NpsConfiguration [-Path] <String> [ <CommonParameters>]

Detailed 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 Server (https://technet.microsoft.com/en-us/library/cc732912.aspx) on TechNet.

Parameters

-Path<String>

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

Aliases

none

Required?

true

Position?

1

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • None

Examples

Example 1: Import settings to a Network Policy Server

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

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

Export-NpsConfiguration