Remove-AzureADApplicationProxyConnectorGroup
Cmdleten Remove-AzureADApplicationProxyConnectorGroup tar bort en programproxyanslutningsgrupp.
Syntax
Remove-AzureADApplicationProxyConnectorGroup
-Id <String>
[<CommonParameters>]
Description
Cmdleten Remove-AzureADApplicationProxyConnectorGroup tar bort en programproxyanslutningsgrupp. Den kan bara användas i en tom anslutningsgrupp, utan att några kopplingar har tilldelats.
Exempel
Exempel 1
PS C:\> Remove-AzureADApplicationProxyConnectorGroup -Id 59462d3c-a1bc-40a0-9bed-be799357ebce
Exempel 1: Ta bort en specifik anslutningsgrupp
Parametrar
-Id
ID för den anslutningsgrupp som ska tas bort. Du hittar det här värdet genom att köra kommandot Get-AzureADApplicationProxyConnectorGroup.
Typ: | String |
Position: | Named |
Standardvärde: | None |
Obligatorisk: | True |
Godkänn pipeline-indata: | True |
Godkänn jokertecken: | False |