Get-AdfsAttributeStore
Gets the attribute stores of the Federation Service.
Syntax
Default (Default)
Get-AdfsAttributeStore
[[-Name] <String[]>]
[<CommonParameters>]
Description
The Get-AdfsAttributeStore cmdlet gets an attribute store of the Federation Service. If you do not specify any parameters, the cmdlet gets all attribute stores of the Federation Service.
Parameters
-Name
Specifies an array of names of attribute stores that this cmdlet gets.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
String
A string object is received by the Name parameter.
Outputs
AttributeStore
Returns one or more AttributeStore objects that represent the attribute stores of the Federation Service.