Remove-NpsRemediationServerGroup

Remove-NpsRemediationServerGroup

Removes a remediation server group from an NPS.

Syntax

Parameter Set: Default
Remove-NpsRemediationServerGroup -Name <String> [ <CommonParameters>]

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

Parameters

-Name<String>

Specifies the name of a remediation server group.

Aliases

none

Required?

true

Position?

named

Default Value

none

Accept Pipeline Input?

True (ByValue)

Accept Wildcard Characters?

false

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

  • None

Examples

Example 1: Remove a remediation server group

The following command removes a remediation server group named RemServers01.

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

Get-NpsRemediationServer

Get-NpsRemediationServerGroup

New-NpsRemediationServer

New-NpsRemediationServerGroup

Remove-NpsRemediationServer