Update-WebApplicationProxyDeviceRegistration
Configures the AD FS SSL endpoint listeners that correspond to the UPN suffixes.
Syntax
Default (Default)
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.
Parameter properties
| Type: | PSCredential |
| Default value: | None |
| Supports wildcards: | False |
| DontShow: | False |
Parameter sets
(All)
| Position: | 0 |
| Mandatory: | True |
| Value from pipeline: | True |
| Value from pipeline by property name: | False |
| Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.