Get-ADFSAttributeStore

Get-ADFSAttributeStore

Gets the attribute stores of the Federation Service.

Syntax

Get-ADFSAttributeStore [[-Name] <string[]>] [<CommonParameters>]
  • Name

Detailed Description

The Get-ADFSAttributeStore cmdlet retrieves the attribute stores of the Federation Service. You can use this cmdlet with no parameters to retrieve all the attribute stores of the Federation Service.

Parameters

Name

Specifies the name of the attribute store to retrieve.

Default Value: **

Data Type: string[]

Attributes

Name Value PSMAML Attribute

Required?

false

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

Input Type

None

Return Type

Microsoft.IdentityServer.PowerShell.Resources.AttributeStore

A class structure that represents the attribute stores that are configured for the Federation Service.

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. You can also use your own custom attribute store.

Examples

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

Command Prompt: C:\PS>

 
Get-ADFSAttributeStore  -Name "MyCustomStore"                        

Description

-----------

Gets the properties for the attribute store named MyCustomStore.

See Also

Reference

Add-ADFSAttributeStore
Remove-ADFSAttributeStore
Set-ADFSAttributeStore

Other Resources

Online version: