Network Policy Server (NPS) Cmdlets in Windows PowerShell

Windows PowerShell® ist eine aufgabenbasierte Befehlszeilenshell- und Skriptsprache, die speziell für die Systemverwaltung entwickelt wurde. Dieses Referenzthema für IT-Profis bietet Unterstützung beim Einsatz von Windows PowerShell-Cmdlets, um Skripts für Aufgaben zu erstellen und sie zu automatisieren.

NPS Cmdlets

This reference provides cmdlet descriptions and syntax for all NPS cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.

Cmdlet Description

Export-NpsConfiguration

Exports NPS settings.

Get-NpsRadiusClient

Gets RADIUS clients.

Get-NpsRemediationServer

Retrieves a list of remediation servers from a remediation server group.

Get-NpsRemediationServerGroup

Retrieves all remediation server groups from a Network Policy Server.

Get-NpsSharedSecretTemplate

Returns a list of available shared secret templates.

Import-NpsConfiguration

Imports NPS settings.

New-NpsRadiusClient

Creates a RADIUS client.

New-NpsRemediationServer

Creates a remediation server.

New-NpsRemediationServerGroup

Creates a remediation server group.

Remove-NpsRadiusClient

Removes a RADIUS client.

Remove-NpsRemediationServer

Removes a remediation server from a remediation server group.

Remove-NpsRemediationServerGroup

Removes a remediation server group from an NPS.

Set-NpsRadiusClient

Specifies configuration settings for a RADIUS client.

Hinweis

To list all the cmdlets that are available, use the Get-Command –Module NPS cmdlet.

Um weitere Informationen zur Syntax beliebiger Cmdlets zu erhalten, verwenden Sie das Get-Help <Cmdlet-Name>-Cmdlet, wobei <Cmdlet-Name> der Name des Cmdlets ist, zu dem Sie Informationen wünschen. Um ausführlichere Informationen zu erhalten, können Sie die folgenden Cmdlets ausführen:

Get-Help <Cmdlet-Name> -Detailed
Get-Help <Cmdlet-Name> -Examples
Get-Help <Cmdlet-Name> -Full

More Information

For more information about the cmdlets, see the following: