Get-AdfsNativeClientApplication
Gets native client application roles from an application in AD FS.
Syntax
Identifier (Default)
Get-AdfsNativeClientApplication
[[-Identifier] <String[]>]
[<CommonParameters>]
Name
Get-AdfsNativeClientApplication
[-Name] <String[]>
[<CommonParameters>]
ApplicationObject
Get-AdfsNativeClientApplication
[-Application] <NativeClientApplication>
[<CommonParameters>]
ApplicationGroupIdentifier
Get-AdfsNativeClientApplication
[-ApplicationGroupIdentifier] <String>
[<CommonParameters>]
ApplicationGroupObject
Get-AdfsNativeClientApplication
[-ApplicationGroup] <ApplicationGroup>
[<CommonParameters>]
Description
The Get-AdfsNativeClientApplication cmdlet gets native client application roles from an application in Active Directory Federation Services (AD FS).
Parameters
-Application
Specifies the native client application to get.
Parameter properties
Type: | NativeClientApplication |
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 native client 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 native client 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 native client applications get.
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 native client applications get.
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
NativeClientApplication
NativeClientApplication objects are received by the Application parameter.
ApplicationGroup
ApplicationGroup objects are received by the ApplicationGroup parameter.
String
String objects are received by the Identifier and Name parameters.
Outputs
NativeClientApplication
Returns one or more NativeClientApplication objects that represent the native client application resources for the Federation Service.