Set-ADFSAttributeStore
Set-ADFSAttributeStore
Sets the properties of the attribute store.
Syntax
Set-ADFSAttributeStore [-TargetAttributeStore] <AttributeStore[]> [-Configuration <hashtable>] [-Name <string>] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
- TargetAttributeStore
- Configuration
- Name
- PassThru
- Confirm
- WhatIf
Set-ADFSAttributeStore [-TargetName] <string[]> [-Configuration <hashtable>] [-Name <string>] [-PassThru] [-Confirm] [-WhatIf] [<CommonParameters>]
- TargetName
- Configuration
- Name
- PassThru
- Confirm
- WhatIf
Detailed Description
The Set-ADFSAttributeStore cmdlet configures the attribute stores in the Federation Service.
Parameters
Configuration
Specifies the initialization parameters of the attribute store, such as a connection string.
Default Value:
Data Type: hashtable
Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
false |
variableLength |
|
Accept wildcard characters? |
false |
globbing |
|
Accept Pipeline Input? |
false |
pipelineInput |
|
Position? |
named |
position |
Value Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
true |
required |
|
Variable Length? |
false |
variableLength |
Name
Specifies the friendly name of this attribute store.
Default Value:
Data Type: string
Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
false |
variableLength |
|
Accept wildcard characters? |
false |
globbing |
|
Accept Pipeline Input? |
false |
pipelineInput |
|
Position? |
named |
position |
Value Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
true |
required |
|
Variable Length? |
false |
variableLength |
PassThru
Passes an object to the pipeline. By default, this cmdlet does not generate any output.
Default Value:
Data Type: SwitchParameter
Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
false |
variableLength |
|
Accept wildcard characters? |
false |
globbing |
|
Accept Pipeline Input? |
false |
pipelineInput |
|
Position? |
named |
position |
Value Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
false |
variableLength |
TargetAttributeStore
Specifies the attribute store that will be modified by the cmdlet. This value is typically taken from the pipeline.
Default Value:
Data Type: AttributeStore[]
Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
true |
required |
|
Variable Length? |
true |
variableLength |
|
Accept wildcard characters? |
false |
globbing |
|
Accept Pipeline Input? |
true (ByValue) |
pipelineInput |
|
Position? |
1 |
position |
Value Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
true |
required |
|
Variable Length? |
true |
variableLength |
TargetName
Specifies the name of the attribute store that will be modified by the cmdlet.
Default Value:
Data Type: string[]
Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
true |
required |
|
Variable Length? |
true |
variableLength |
|
Accept wildcard characters? |
false |
globbing |
|
Accept Pipeline Input? |
true (ByValue) |
pipelineInput |
|
Position? |
1 |
position |
Value Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
true |
required |
|
Variable Length? |
true |
variableLength |
Confirm
Prompts you for confirmation before executing the command.
Default Value:
Data Type: SwitchParameter
Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
true |
variableLength |
|
Accept wildcard characters? |
false |
globbing |
|
Accept Pipeline Input? |
false |
pipelineInput |
|
Position? |
named |
position |
Value Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
false |
variableLength |
WhatIf
Describes what would happen if you executed the command without actually executing the command.
Default Value:
Data Type: SwitchParameter
Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
true |
variableLength |
|
Accept wildcard characters? |
false |
globbing |
|
Accept Pipeline Input? |
false |
pipelineInput |
|
Position? |
named |
position |
Value Attributes
| Name | Value | PSMAML Attribute |
|---|---|---|
|
Required? |
false |
required |
|
Variable Length? |
false |
variableLength |
Input Type
Return Type
Notes
Examples
-------------------------- EXAMPLE 1 --------------------------
Set-ADFSAttributeStore -TargetName 'MyCustomStore' -Configuration @("runmode" = "verbose"; configParaName2 = configParaValueNew)
Description
-----------
Sets configuration for a custom attribute store.
See Also
Reference
Add-ADFSAttributeStoreGet-ADFSAttributeStore
Remove-ADFSAttributeStore
Other Resources
Online version:
