Get-AdfsNativeClientApplication
Gets native client application roles from an application in AD FS.
Get-AdfsNativeClientApplication
[[-Identifier] <String[]>]
[<CommonParameters>]
Get-AdfsNativeClientApplication
[-Name] <String[]>
[<CommonParameters>]
Get-AdfsNativeClientApplication
[-Application] <NativeClientApplication>
[<CommonParameters>]
Get-AdfsNativeClientApplication
[-ApplicationGroupIdentifier] <String>
[<CommonParameters>]
Get-AdfsNativeClientApplication
[-ApplicationGroup] <ApplicationGroup>
[<CommonParameters>]
The Get-AdfsNativeClientApplication cmdlet gets native client application roles from an application in Active Directory Federation Services (AD FS).
Specifies the native client application to get.
Type: | NativeClientApplication |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the application group from which to get native client applications.
Type: | ApplicationGroup |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies the ID of the application group from which to get native client applications.
Type: | String |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Specifies an array of IDs of native client applications get.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
Specifies an array of names of native client applications get.
Type: | String[] |
Position: | 0 |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
NativeClientApplication objects are received by the Application parameter.
ApplicationGroup objects are received by the ApplicationGroup parameter.
String objects are received by the Identifier and Name parameters.
Returns one or more NativeClientApplication objects that represent the native client application resources for the Federation Service.