Get-AdfsApplicationGroup
Get-AdfsApplicationGroup is accessible with the help of adfs module. To install adfs on your system please refer to this adfs.
Synopsis
Gets an application group.
Description
The Get-AdfsApplicationGroup cmdlet gets an Active Directory Federation Services (AD FS) application group.
Parameters
-ApplicationGroup
Specifies an application group.
Required? true
Position? 1
Default value none
Accept pipeline input? true(ByValue)
Accept wildcard characters? false
-ApplicationGroupIdentifier
Specifies the ID of an application group.
Required? false
Position? 1
Default value none
Accept pipeline input? true(ByValue,ByPropertyName)
Accept wildcard characters? false
-Name
Specifies an array of names of application groups.
Required? true
Position? 1
Default value none
Accept pipeline input? true(ByPropertyName)
Accept wildcard characters? false
Syntax
Get- AdfsApplicationGroup [[-ApplicationGroupIdentifier] <String[]>] [<CommonParameters>]
Get- AdfsApplicationGroup [-Name] <String[]> [<CommonParameters>]
Get-AdfsApplicationGroup [-ApplicationGroup] <ApplicationGroup> [<CommonParameters>]
You can check the Version, CommandType and Source of this cmdlet by giving below command.
Get-Command Get-AdfsApplicationGroup
You can also read about
- Disable-AdfsApplicationGroup
- Enable-AdfsApplicationGroup
- New-AdfsApplicationGroup
- Remove-AdfsApplicationGroup
- Set-AdfsApplicationGroup