Get-NpsRemediationServerGroup

Get-NpsRemediationServerGroup

Retrieves all remediation server groups from a Network Policy Server.

Syntax

Get-NpsRemediationServerGroup [ <CommonParameters>]

Detailed Description

The Get-NpsRemediationServerGroup retrieves all remediation server groups from a Network Policy Server (NPS). A remediation server group is a group of remediation servers in a Microsoft Windows NPS configuration. In Network Access Protection (NAP), the network policies on an NPS use remediation to enforce NAP for clients whose health state does not comply with policy requirements and to bring those clients into a compliant state. Remediation servers provide the resources that clients need to become compliant including the client management point, the software update point, or distribution points that contain software updates.

Parameters

<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.

  • RemediationServerGroup[]

Examples

Example 1: Get remediation groups from a Network Policy Server

This command gets the remediation groups from an NPS and assigns them to the variable named $NPSRemedGroups01.

PS C:\> $NPSRemedGroups01 = Get-NpsRemediationServerGroup

Get-NpsRemediationServer

New-NpsRemediationServer

New-NpsRemediationServerGroup

Remove-NpsRemediationServer

Remove-NpsRemediationServerGroup