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