Set-ADFSAttributeStore
Sets the properties of the attribute store.
Set-ADFSAttributeStore
[-Name <String>]
[-Configuration <Hashtable>]
[-TargetName] <String>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-ADFSAttributeStore
[-Name <String>]
[-Configuration <Hashtable>]
[-TargetAttributeStore] <AttributeStore>
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Set-ADFSAttributeStore cmdlet configures the attribute stores in the Federation Service.
C:\PS>Set-ADFSAttributeStore -TargetName 'MyCustomStore' -Configuration @("runmode" = "verbose"; configParaName2 = configParaValueNew)
Description
Sets configuration for a custom attribute store.
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 |
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 |
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 |
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 |
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 |
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 |
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 |