Update-WebApplicationProxyDeviceRegistration

Update-WebApplicationProxyDeviceRegistration

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

Syntax

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

Detaillierte Beschreibung

The Update-WebApplicationProxyDeviceRegistration cmdlet discovers the user principal name (UPN) suffixes that you have set in Active Directory-Verbunddienste (Active Directory Federation Services, AD FS) 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.

Parameter

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

Aliasse

Keiner

Erforderlich?

true

Position?

1

Standardwert

Keiner

Pipelineeingaben akzeptieren?

True (ByValue)

Platzhalterzeichen akzeptieren?

false

<CommonParameters>

Dieses Cmdlet unterstützt die allgemeinen Parameter: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, -OutVariable. Weitere Informationen finden Sie unter about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Eingaben

Der Eingabetyp ist der Typ der Objekte, die über die Pipeline an das Cmdlet übergeben werden können.

Ausgaben

Der Ausgabetyp ist der Typ der Objekte, die vom Cmdlet ausgegeben werden.

Beispiele

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

Verwandte Themen

Get-WebApplicationProxyApplication