Remove-NpsRemediationServerGroup

Removes a remediation server group from an NPS.

Syntax

Remove-NpsRemediationServerGroup
      -Name <String>
      [<CommonParameters>]

Description

The Remove-NpsRemediationServerGroup cmdlet removes a remediation server group 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.

Examples

Example 1: Remove a remediation server group

PS C:\>Remove-NpsRemediationServerGroup -Name "RemServers01"

The following command removes a remediation server group named RemServers01.

Parameters

-Name

Specifies the name of a remediation server group.

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Outputs

None