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 AD FS(Active Directory Federation Services). 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>

이 cmdlet은 일반 매개 변수 -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer 및 -OutVariable을 지원합니다. 자세한 내용은 다음을 참조하세요. about_CommonParameters(https://go.microsoft.com/fwlink/p/?LinkID=113216).

입력

입력 유형은 cmdlet에 파이프할 수 있는 개체의 유형입니다.

출력

출력 유형은 cmdlet이 내보내는 개체의 유형입니다.

  • 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