Remove-ADFSAttributeStore

Remove-ADFSAttributeStore

Removes an attribute store from the Federation Service.

Syntax

Remove-ADFSAttributeStore [-TargetAttributeStore] <AttributeStore[]> [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
  • TargetAttributeStore

  • PassThru

  • Confirm

  • WhatIf

    Remove-ADFSAttributeStore [-TargetName] <string[]> [-PassThru] [-Confirm] [-WhatIf] []

  • TargetName

  • PassThru

  • Confirm

  • WhatIf

Detailed Description

The Remove-ADFSAttributeStore cmdlet removes an attribute store from the Federation Service.

Parameters

PassThru

Passes an object to the pipeline. By default, this cmdlet does not generate any output.

Default Value: **

Data Type: SwitchParameter

Attributes

Name Value PSMAML Attribute

Required?

false

required

Variable Length?

false

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

false

pipelineInput

Position?

named

position

Value Attributes

Name Value PSMAML Attribute

Required?

false

required

Variable Length?

false

variableLength

TargetAttributeStore

Specifies the attribute store to remove. This value is typically taken from the pipeline.

Default Value: **

Data Type: AttributeStore[]

Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

true (ByValue)

pipelineInput

Position?

1

position

Value Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

TargetName

Specifies the name of the attribute store to remove.

Default Value: **

Data Type: string[]

Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

true (ByValue)

pipelineInput

Position?

1

position

Value Attributes

Name Value PSMAML Attribute

Required?

true

required

Variable Length?

true

variableLength

Confirm

Prompts you for confirmation before executing the command.

Default Value: **

Data Type: SwitchParameter

Attributes

Name Value PSMAML Attribute

Required?

false

required

Variable Length?

true

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

false

pipelineInput

Position?

named

position

Value Attributes

Name Value PSMAML Attribute

Required?

false

required

Variable Length?

false

variableLength

WhatIf

Describes what would happen if you executed the command without actually executing the command.

Default Value: **

Data Type: SwitchParameter

Attributes

Name Value PSMAML Attribute

Required?

false

required

Variable Length?

true

variableLength

Accept wildcard characters?

false

globbing

Accept Pipeline Input?

false

pipelineInput

Position?

named

position

Value Attributes

Name Value PSMAML Attribute

Required?

false

required

Variable Length?

false

variableLength

Input Type

Microsoft.IdentityServer.PowerShell.Resources.AttributeStore

A class structure that represents an AD FS 2.0 attribute store object

Return Type

None

Notes

  • An Active Directory Federation Services (AD FS) 2.0 attribute store is a pluggable module that the policy process for AD FS 2.0 can query to retrieve claim values. You can use either an Active Directory database or a Microsoft SQL Server database as your attribute store, or you can create your own custom attribute store.

Examples

-------------------------- EXAMPLE 1 --------------------------

Command Prompt: C:\PS>

 
Remove-ADFSAttributeStore -TargetName "My Attribute Store"                        

Description

-----------

Removes an attribute store from the Federation Service.

See Also

Reference

Add-ADFSAttributeStore
Get-ADFSAttributeStore
Set-ADFSAttributeStore

Other Resources

Online version: