Update-WebApplicationProxyDeviceRegistration
Configures the AD FS SSL endpoint listeners that correspond to the UPN suffixes.
Syntax
Update-WebApplicationProxyDeviceRegistration
[-NetworkCredential] <PSCredential>
[<CommonParameters>]
Description
The Update-WebApplicationProxyDeviceRegistration cmdlet discovers the user principal name (UPN) suffixes that you have set in 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.
Examples
Example 1: Configure AD FS SSL endpoint listeners
PS C:\>Update-WebApplicationProxyDeviceRegistration
This command discovers the UPN suffixes in AD FS and configures the SSL endpoint listeners that correspond to the UPN suffixes.
Parameters
-NetworkCredential
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
.
Type: | PSCredential |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |