Set-ADFSAttributeStore

Sets the properties of the attribute store.

Syntax

Set-ADFSAttributeStore
   [-Name <String>]
   [-Configuration <Hashtable>]
   [-TargetName] <String>
   [-PassThru]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-ADFSAttributeStore
   [-Name <String>]
   [-Configuration <Hashtable>]
   [-TargetAttributeStore] <AttributeStore>
   [-PassThru]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

Description

The Set-ADFSAttributeStore cmdlet configures the attribute stores in the Federation Service.

Examples

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

C:\PS>Set-ADFSAttributeStore -TargetName 'MyCustomStore' -Configuration @("runmode" = "verbose"; configParaName2 = configParaValueNew)

Description


Sets configuration for a custom attribute store.

Parameters

-Configuration

Specifies the initialization parameters of the attribute store, such as a connection string.

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Name

Specifies the friendly name of this attribute store.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PassThru

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

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TargetAttributeStore

Specifies the attribute store that will be modified by the cmdlet. This value is typically taken from the pipeline.

Type:AttributeStore
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TargetName

Specifies the name of the attribute store that will be modified by the cmdlet.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False