Get-NpsRemediationServerGroup

Get-NpsRemediationServerGroup

Retrieves all remediation server groups from a Network Policy Server.

構文

Get-NpsRemediationServerGroup [ <CommonParameters>]

詳細説明

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.

パラメーター

<CommonParameters>

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

入力

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

出力

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

  • RemediationServerGroup[]

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