Update-WebApplicationProxyDeviceRegistration

Update-WebApplicationProxyDeviceRegistration

Configures the AD FS SSL endpoint listeners that correspond to the UPN suffixes.

구문

Parameter Set: Default
Update-WebApplicationProxyDeviceRegistration [-NetworkCredential] <PSCredential> [ <CommonParameters>]

자세한 설명

The Update-WebApplicationProxyDeviceRegistration cmdlet discovers the user principal name (UPN) suffixes that you have set in AD FS(Active Directory Federation Services) and configures the AD FS Secure Sockets Layer (SSL) endpoint listeners that correspond to the UPN suffixes. Any UPN suffix that the cmdlet discovers must have a corresponding registration name in the AD FS SSL certificate, in the form ienterpriseregistration.UpnSuffix. You can also use a wild-card SSL certificate that covers all possible registration names.

매개 변수

-NetworkCredential<PSCredential>

Specifies a PSCredential object that contains the credentials of the AD FS identity that is authorized to register new the Federation server proxies. By default, this is the account under which the Federation Service runs or an account that is a member of the administrators group on the federation server.

To obtain a PSCredential object, use the Get-Credential cmdlet. For more information, type Get-Help Get-Credential.

별칭

없음

필수 여부

true

위치

1

기본값

없음

파이프라인 입력 적용 여부

True (ByValue)

와일드카드 문자 허용 여부

false

<CommonParameters>

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

입력

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

출력

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

예제

Example 1: Configure AD FS SSL endpoint listeners

This command discovers the UPN suffixes in AD FS and configures the SSL endpoint listeners that correspond to the UPN suffixes.

PS C:\> Update-WebApplicationProxyDeviceRegistration

관련 항목

Get-WebApplicationProxyApplication