Get-AdfsDeviceRegistrationUpnSuffix

Get-AdfsDeviceRegistrationUpnSuffix

Gets the UPN suffixes that can be used with device registration.

構文

Get-AdfsDeviceRegistrationUpnSuffix [ <CommonParameters>]

詳細説明

The Get-AdfsDeviceRegistrationUpnSuffix cmdlet gets all of the user principal name (UPN) suffixes that you can use when you register a device with Active Directory フェデレーション サービス (AD FS). The cmdlet returns a list of UPN suffixes and indicates whether a UPN suffix was discovered or manually configured by the administrator, and if the server has a valid SSL binding configured for the UPN suffix.

パラメーター

<CommonParameters>

このコマンドレットは次の共通パラメーターをサポートします。-Verbose、-Debug、-ErrorAction、-ErrorVariable、-OutBuffer、-OutVariable.詳細については、以下を参照してください。 about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216)。

入力

入力型は、コマンドレットにパイプできるオブジェクトの型です。

出力

出力型は、コマンドレットによって生成されるオブジェクトの型です。

  • DrsBinding

    Upn: string
    SslPort: ushort
    IsSetAsSslBinding: bool
    IsCustom: bool
    Upn: string
    SslPort: ushort
    IsSetAsSslBinding: bool
    IsCustom: bool

Example 1: Get the UPN suffixes for the device registration service

This command gets information on the UPN suffixes that are accepted by the Device Registration Service in AD FS.

PS C:\> Get-AdfsDeviceRegistrationUpnSuffix | Format-List

関連トピック

Add-AdfsDeviceRegistrationUpnSuffix

Set-AdfsDeviceRegistrationUpnSuffix

Remove-AdfsDeviceRegistrationUpnSuffix