Site icon TOSS

Disable-AdfsClaimsProviderTrust

powershell

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

Synopsis

Disables a claims provider trust in the Federation Service.

Description

The Disable-AdfsClaimsProviderTrust cmdlet disables a claims provider trust in the Federation Service. When disabled all tokens issued by this claims provider are not accepted by the AD FS service.

Parameters

-Confirm <>

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

-PassThru <>

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

-TargetCertificate <X509Certificate2>

    Required?                    true
    Position?                    Named
    Default value                
    Accept pipeline input?       true (ByValue)
    Accept wildcard characters?  

-TargetClaimsProviderTrust <ClaimsProviderTrust>

    Required?                    true
    Position?                    Named
    Default value                
    Accept pipeline input?       true (ByValue)
    Accept wildcard characters?  

-TargetIdentifier <string>

    Required?                    true
    Position?                    Named
    Default value                
    Accept pipeline input?       true (ByValue)
    Accept wildcard characters?  

-TargetName

Required? true
Position? Named
Default value
Accept pipeline input? true (ByValue)
Accept wildcard characters?

-WhatIf <>

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

Syntax

Disable- AdfsClaimsProviderTrust -TargetClaimsProviderTrust <ClaimsProviderTrust> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

Disable- AdfsClaimsProviderTrust -TargetCertificate <X509Certificate2> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

Disable- AdfsClaimsProviderTrust -TargetIdentifier <String> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

Disable- AdfsClaimsProviderTrust -TargetName <String> [-PassThru] [-WhatIf] [-Confirm] [<CommonParameters>]

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

Get-Command Disable-AdfsClaimsProviderTrust

You can also read about

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

Exit mobile version