Remove-AdfsDeviceRegistrationUpnSuffix

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

Synopsis

Removes a custom UPN suffix.

Description

The Remove-AdfsDeviceRegistrationUpnSuffix cmdlet removes a custom user principal name (UPN) suffix. The cmdlet removes the UPN suffix and the SSL binding that corresponds to the UPN suffix. After you remove a custom UPN suffix, accounts that have a UPN that corresponds to the specified UPN suffix can no longer register devices. Use the Add-AdfsDeviceRegistrationUpnSuffix cmdlet to add a custom UPN suffix.

Parameters

-Force
Forces the command to run without asking for user confirmation.

    Required?                    false
    Position?                    named
    Default value                none
    Accept pipeline input?       false
    Accept wildcard characters?  false

-UpnSuffix <String>
    Specifies a UPN suffix. The cmdlet removes the UPN suffix that you specify as a valid registration UPN suffix.

    Required?                    true
    Position?                    1
    Default value                none
    Accept pipeline input?       True (ByValue)
    Accept wildcard characters?  false

-Confirm <SwitchParameter>
    Prompts you for confirmation before running the cmdlet.Prompts you for confirmation before running the cmdlet.

    Required?                    false
    Position?                    named
    Default value                false
    Accept pipeline input?       false
    Accept wildcard characters?  false

-WhatIf <SwitchParameter>
    Shows what would happen if the cmdlet runs. The cmdlet is not run.Shows what would happen if the cmdlet runs. The cmdlet is not run.

    Required?                    false
    Position?                    named
    Default value                false
    Accept pipeline input?       false
    Accept wildcard characters?  false

Syntax

Remove-AdfsDeviceRegistrationUpnSuffix [-UpnSuffix] <String> [-Force] [-WhatIf] [-Confirm] [<CommonParameters>]

———————–Example 1———————–
Remove a custom UPN suffix
PS C:> Remove-AdfsDeviceRegistrationUpnSuffix -UpnSuffix “mumbai.TOSSolution.com” -Force
This command removes the UPN suffix mumbai.TOSSolution.com from the list of acceptable UPN suffixes for users to workplace join their devices.

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

Get-Command Remove-AdfsDeviceRegistrationUpnSuffix

Get-Command Remove-AdfsDeviceRegistrationUpnSuffix powershell script command cmdlet adfs

You can also read about

  • Add-AdfsDeviceRegistrationUpnSuffix
  • Get-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

One Reply to “Remove-AdfsDeviceRegistrationUpnSuffix”

  1. Great post. I was checking constantly this blog and I am impressed! Very useful info specifically the last part 🙂 I care for such info a lot. I was seeking this certain information for a very long time. Thank you and best of luck.

Leave a Reply

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