Get-AdfsApplicationGroup
Gets an application group.
Syntax
ApplicationGroupIdentifier (Default)
Get-AdfsApplicationGroup
[[-ApplicationGroupIdentifier] <String[]>]
[<CommonParameters>]
Name
Get-AdfsApplicationGroup
[-Name] <String[]>
[<CommonParameters>]
ApplicationGroupObject
Get-AdfsApplicationGroup
[-ApplicationGroup] <ApplicationGroup>
[<CommonParameters>]
Description
The Get-AdfsApplicationGroup cmdlet gets an Active Directory Federation Services (AD FS) application group.
Parameters
-ApplicationGroup
Specifies an application group.
Parameter properties
Type: | ApplicationGroup |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ApplicationGroupObject
Position: | 0 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ApplicationGroupIdentifier
Specifies the ID of an application group.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ApplicationGroupIdentifier
Position: | 0 |
Mandatory: | False |
Value from pipeline: | True |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
-Name
Specifies an array of names of application groups.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Name
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | True |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Inputs
ApplicationGroup
ApplicationGroup objects are received by the ApplicationGroup parameter.
String
String objects are received by the ApplicationGroupIdentifier and Name parameters.
Outputs
ApplicationGroup
Returns one or more ApplicationGroup objects that represent the Application Groups for the Federation Service.