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>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • 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