Set-AzureADApplicationProxyApplicationConnectorGroup
Cmdleten Set-AzureADApplicationProxyApplicationConnectorGroup tilldelar den angivna anslutningsgruppen till ett angivet program.
Syntax
Default (Standard)
Set-AzureADApplicationProxyApplicationConnectorGroup
-ObjectId <String>
-ConnectorGroupId <String>
[<CommonParameters>]
Description
Cmdleten Set-AzureADApplicationProxyApplicationConnectorGroup anger den anslutningsgrupp som tilldelats för det angivna programmet. Programmet måste konfigureras för Programproxy i Azure Active Directory (AD).
Exempel
Exempel 1
PS C:\> Set-AzureADApplicationProxyApplicationConnectorGroup -ObjectId aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb -ConnectorGroupId bbbbbbbb-1111-2222-3333-cccccccccccc
Exempel 1: Ange en ny anslutningsgrupp för ett specifikt program
Parametrar
-ConnectorGroupId
ID:t för den anslutningsgrupp som ska tilldelas till programmet. Du hittar detta med hjälp av kommandot Get-AzureADApplicationProxyConnectorGroup.
Parameteregenskaper
| Typ: | String |
| Standardvärde: | None |
| Stöder jokertecken: | False |
| DontShow: | False |
Parameteruppsättningar
(All)
| Position: | Named |
| Obligatorisk: | True |
| Värde från pipeline: | True |
| Värde från pipeline efter egenskapsnamn: | True |
| Värde från återstående argument: | False |
-ObjectId
Det unika program-ID:t för det program som anslutningsgruppen ska tilldelas till. Detta kan hittas med hjälp av kommandot Get-AzureADApplication.
Parameteregenskaper
| Typ: | String |
| Standardvärde: | None |
| Stöder jokertecken: | False |
| DontShow: | False |
Parameteruppsättningar
(All)
| Position: | Named |
| Obligatorisk: | True |
| Värde från pipeline: | True |
| Värde från pipeline efter egenskapsnamn: | True |
| Värde från återstående argument: | False |
CommonParameters
Den här cmdleten stöder vanliga parametrar: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction och -WarningVariable. Mer information finns i about_CommonParameters.