Set-AdfsApplicationGroup
Modifies an application group.
Set-AdfsApplicationGroup
[-TargetApplicationGroupIdentifier] <String>
[-Name <String>]
[-ApplicationGroupIdentifier <String>]
[-Description <String>]
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsApplicationGroup
[-TargetName] <String>
[-Name <String>]
[-ApplicationGroupIdentifier <String>]
[-Description <String>]
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
Set-AdfsApplicationGroup
[-TargetApplicationGroup] <ApplicationGroup>
[-Name <String>]
[-ApplicationGroupIdentifier <String>]
[-Description <String>]
[-PassThru]
[-WhatIf]
[-Confirm]
[<CommonParameters>]
The Set-AdfsApplicationGroup cmdlet modifies an application group in Active Directory Federation Services (AD FS).
Specifies the ID of an application group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
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 a description for an application group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies a name for an application group.
Type: | String |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Returns an object representing the item with which you are working. 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 target application group.
Type: | ApplicationGroup |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the ID for an application group.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the name for an application group.
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 |
String objects are received by the ApplicationGroupIdentifer, Description, Name, TargetApplicationGroupIdentifier, and TargetName parameters.
ApplicationGroup objects are received by the TargetApplicationGroup parameter.
Returns the updated ApplicationGroup object when the PassThru parameter is specified. By default, this cmdlet does not generate any output.