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 Active Directory 联合身份验证服务 (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.

参数

-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