Get-AdfsDeviceRegistrationUpnSuffix

Get-AdfsDeviceRegistrationUpnSuffix

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

Syntax

Get-AdfsDeviceRegistrationUpnSuffix [ <CommonParameters>]

Detailed Description

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 Federation Services (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.

Parameters

<CommonParameters>

This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see    about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).

Inputs

The input type is the type of the objects that you can pipe to the cmdlet.

Outputs

The output type is the type of the objects that the cmdlet emits.

  • DrsBinding

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

Examples

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