Edit

Share via


Remove-EntraBetaApplicationProxyConnectorGroup

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

Syntax

Default (Default)

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.

Parameter properties

Type:System.String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:True
Value from pipeline:True
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

System.String

Outputs

System.Object