Get-AdfsServerApplication
Gets configuration settings for a server application role for an application in AD FS.
Syntax
Identifier (Default)
Get-AdfsServerApplication
[[-Identifier] <String[]>]
[<CommonParameters>]
Name
Get-AdfsServerApplication
[-Name] <String[]>
[<CommonParameters>]
ApplicationObject
Get-AdfsServerApplication
[-Application] <ServerApplication>
[<CommonParameters>]
ApplicationGroupIdentifier
Get-AdfsServerApplication
[-ApplicationGroupIdentifier] <String>
[<CommonParameters>]
ApplicationGroupObject
Get-AdfsServerApplication
[-ApplicationGroup] <ApplicationGroup>
[<CommonParameters>]
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.
Parameter properties
Type: | ServerApplication |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ApplicationObject
Position: | 0 |
Mandatory: | True |
Value from pipeline: | True |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-ApplicationGroup
Specifies the application group from which to get server applications.
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 the application group from which to get server applications.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
ApplicationGroupIdentifier
Position: | 0 |
Mandatory: | True |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
-Identifier
Specifies an array of IDs of the application groups from which to get server applications.
Parameter properties
Type: | String[] |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
Identifier
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 the application groups from which to get server applications.
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
String
Microsoft.IdentityServer.Management.Resources.ServerApplication Microsoft.IdentityServer.Management.Resources.ApplicationGroup
Outputs
ServerApplication
ADUserPrincipalName string ApplicationGroupIdentifier string ClientSecret string Description string Enabled bool Identifier string JWKSUri uri JWTSigningCertificateRevocationCheck Microsoft.IdentityServer.PolicyModel.Configuration.RevocationSetting JWTSigningKeys System.Collections.Generic.IDictionary[string,System.Object] Name string RedirectUri string[]
RevocationSetting
RevocationSetting { None = 0, CheckEndCert = 1, CheckEndCertCacheOnly = 2, CheckChain = 3, CheckChainCacheOnly = 4, CheckChainExcludeRoot = 5, CheckChainExcludeRootCacheOnly = 6, }
Notes
Microsoft.IdentityServer.Management.Resources.ServerApplication inherits from Microsoft.IdentityServer.Management.Resources.ClientApplication object and implements the Microsoft.IdentityServer.Management.Resources.IApplication interface.
Microsoft.IdentityServer.Management.Resources.ClientApplication
ApplicationGroupIdentifier string Description string Enabled bool Identifier string Name string RedirectUri string[]
Microsoft.IdentityServer.Management.Resources.IApplication
ApplicationGroupIdentifier string Enabled bool Name string