แก้ไข

แชร์ผ่าน


Import-NpsConfiguration

Imports NPS settings.

Syntax

Default (Default)

Import-NpsConfiguration
    [-Path] <String>
    [<CommonParameters>]

Description

The Import-NpsConfiguration cmdlet imports settings for Network Policy Server (NPS). NPS manages network access policies, 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 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.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:0
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Outputs

None