Import-NpsConfiguration
Imports NPS settings.
Syntax
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.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Outputs
None