Get-AdfsDeviceRegistrationUpnSuffix

Get-AdfsDeviceRegistrationUpnSuffix is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.

Synopsis

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

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.

Syntax

Get-AdfsDeviceRegistrationUpnSuffix []

——————Example 1——————
Get the UPN suffixes for the device registration service
PS C:> Get-AdfsDeviceRegistrationUpnSuffix | Format-List

Upn : TOSSolution.com
SslPort : 443
IsSetAsSslBinding : True
IsCustom : False

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

You can check the Version, CommandType and Source of this cmdlet by giving below command.

Get-Command Get-AdfsDeviceRegistrationUpnSuffix

Get-Command Get-AdfsDeviceRegistrationUpnSuffix powershell script command cmdlet adfs

You can also read about

  • Add-AdfsDeviceRegistrationUpnSuffix
  • Remove-AdfsDeviceRegistrationUpnSuffix
  • Set-AdfsDeviceRegistrationUpnSuffix

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *