Skip to content

Latest commit

 

History

History
69 lines (46 loc) · 1.84 KB

Get-AdfsAttributeStore.md

File metadata and controls

69 lines (46 loc) · 1.84 KB
description external help file Module Name ms.date online version schema title
Use this topic to help manage Windows and Windows Server technologies with Windows PowerShell.
Microsoft.IdentityServer.Management.dll-Help.xml
ADFS
12/20/2016
2.0.0
Get-AdfsAttributeStore

Get-AdfsAttributeStore

SYNOPSIS

Gets the attribute stores of the Federation Service.

SYNTAX

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.

EXAMPLES

PARAMETERS

-Name

Specifies an array of names of attribute stores that this cmdlet gets.

Type: String[]
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

A string object is received by the Name parameter.

OUTPUTS

Microsoft.IdentityServer.Management.Resources.AttributeStore

Returns one or more AttributeStore objects that represent the attribute stores of the Federation Service.

NOTES

RELATED LINKS

Add-AdfsAttributeStore

Remove-AdfsAttributeStore

Set-AdfsAttributeStore