Remove-EntraBetaApplicationProxyConnectorGroup

The Remove-EntraBetaApplicationProxyConnectorGroup cmdlet deletes an Application Proxy Connector group.

Syntax

Remove-EntraBetaApplicationProxyConnectorGroup
      -Id <String>
      [<CommonParameters>]

Description

The Remove-EntraBetaApplicationProxyConnectorGroup cmdlet deletes an Application Proxy Connector Group. It can only be used on an empty connector group, with no connectors assigned.

Examples

Example 1: Remove a specific Connector Group

Connect-Entra -Scopes 'Directory.ReadWrite.All'
Remove-EntraBetaApplicationProxyConnectorGroup -Id 'aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb'

This example removes a specific Connector Group.

  • Id parameter specifies the connector group ID.

Parameters

-Id

The ID of the Connector group to delete. You can find this value by running the Get-EntraBetaApplicationProxyConnectorGroup command.

Type:System.String
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

Inputs

System.String

Outputs

System.Object