Remove-AdfsNativeClientApplication

Removes a native client application role from an application in AD FS.

Syntax

Remove-AdfsNativeClientApplication
      [-TargetIdentifier] <String>
      [-PassThru]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AdfsNativeClientApplication
      [-TargetName] <String>
      [-PassThru]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Remove-AdfsNativeClientApplication
      [-TargetApplication] <NativeClientApplication>
      [-PassThru]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Remove-AdfsNativeClientApplication cmdlet removes a native client application role from an application in Active Directory Federation Services (AD FS).

Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-PassThru

Returns an object representing the item with which you are working. By default, this cmdlet does not generate any output.

Type:SwitchParameter
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-TargetApplication

Specifies the native client application to remove.

Type:NativeClientApplication
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TargetIdentifier

Specifies the ID of the native client application to remove.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-TargetName

Specifies the name of the native client application to remove.

Type:String
Position:0
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:False
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

NativeClientApplication

NativeClientApplication objects are received by the TargetApplication parameter.

String

String objects are received by the TargetIdentifier and TargetName parameters.

Outputs

NativeClientApplication

Returns the removed NativeClientApplication object when the PassThru parameter is specified. By default, this cmdlet does not generate any output.