Remove-AzureADApplicationProxyConnectorGroup
The Remove-AzureADApplicationProxyConnectorGroup cmdlet deletes an Application Proxy Connector group.
Syntax
Default (Default)
Remove-AzureADApplicationProxyConnectorGroup
-Id <String>
[<CommonParameters>]
Description
The Remove-AzureADApplicationProxyConnectorGroup cmdlet deletes an Application Proxy Connector Group. It can only be used on an empty connector group, with no connectors assigned.
Examples
Example 1
PS C:\> Remove-AzureADApplicationProxyConnectorGroup -Id 59462d3c-a1bc-40a0-9bed-be799357ebce
Example 1: Remove a specific Connector Group
Parameters
-Id
The Id of the Connector group to delete. You can find this value by running the Get-AzureADApplicationProxyConnectorGroup command.
Parameter properties
Type: | 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.