Get-ADFSAttributeStore
Get-ADFSAttributeStore
Gets the attribute stores of the Federation Service.
Syntax
Parameter Set: Default
Get-ADFSAttributeStore [[-Name] <String[]> ] [ <CommonParameters>]
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<String[]>
Specifies the name of the attribute store to retrieve.
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
true (ByValue) |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
- None
Outputs
The output type is the type of the objects that the cmdlet emits.
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 --------------------------
Description
-----------
Gets the properties for the attribute store named MyCustomStore.
C:\PS>Get-ADFSAttributeStore -Name "MyCustomStore"