Get-AdfsDeviceRegistrationUpnSuffix

Get-AdfsDeviceRegistrationUpnSuffix

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

Sintaxis

Get-AdfsDeviceRegistrationUpnSuffix [ <CommonParameters>]

Descripción detallada

The Get-AdfsDeviceRegistrationUpnSuffix cmdlet gets all of the user principal name (UPN) suffixes that you can use when you register a device with Servicios de federación de 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.

Parámetros

<CommonParameters>

Este cmdlet admite los siguientes parámetros comunes: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer y -OutVariable. Para obtener más información, consulte about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Entradas

El tipo de entrada es el tipo de los objetos que se pueden canalizar al cmdlet.

Salidas

El tipo de resultado es el tipo de objetos que emite el cmdlet.

  • DrsBinding

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

Ejemplos

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

Temas relacionados

Add-AdfsDeviceRegistrationUpnSuffix

Set-AdfsDeviceRegistrationUpnSuffix

Remove-AdfsDeviceRegistrationUpnSuffix