Get-Adfs
Native
Client
Application
Gets native client application roles from an application in AD FS.
Syntax
Get-Adfs Native Client Application
[[-Identifier] <String[]>]
[<CommonParameters>]
Get-Adfs Native Client Application
[-Name] <String[]>
[<CommonParameters>]
Get-Adfs Native Client Application
[-Application] <NativeClientApplication>
[<CommonParameters>]
Get-Adfs Native Client Application
[-ApplicationGroupIdentifier] <String>
[<CommonParameters>]
Get-Adfs Native Client Application
[-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.
Type: | NativeClientApplication |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ApplicationGroup
Specifies the application group from which to get native client applications.
Type: | ApplicationGroup |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-ApplicationGroupIdentifier
Specifies the ID of the application group from which to get native client applications.
Type: | String |
Position: | 0 |
Default value: | None |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Identifier
Specifies an array of IDs of native client applications get.
Type: | String [ ] |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
Specifies an array of names of native client applications get.
Type: | String [ ] |
Position: | 0 |
Default value: | None |
Accept pipeline input: | True |
Accept wildcard characters: | False |
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.