Remove-NpsRemediationServerGroup

Remove-NpsRemediationServerGroup

Removes a remediation server group from an NPS.

構文

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

詳細説明

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.

パラメーター

-Name<String>

Specifies the name of a remediation server group.

エイリアス

なし

必須?

true

位置は?

named

既定値

なし

パイプライン入力を許可する

True (ByValue)

ワイルドカード文字を許可する

false

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • None

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