Get-AdfsServerApplication

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

Get-Command Get-AdfsServerApplication powershell script command cmdlet adfs

You can also read about

  • Add-AdfsServerApplication
  • Remove-AdfsServerApplication
  • Set-AdfsServerApplication

To know more PowerShell cmdlets(Commands) on Active Directory Federation Services(ADFS) click here

Click on this Link for an Single place where you get all the PowerShell cmdlet sorted based on the modules.

You can also refer other blogs on PowerShell at link

You can also refer other blogs on Microsoft at link

And also if you required any technology you want to learn, let us know below we will publish them in our site http://tossolution.com/

Like our page in Facebook and follow us for New technical information.

References are taken from Microsoft

Leave a Reply

Your email address will not be published. Required fields are marked *