New-EntraBetaApplicationProxyConnectorGroup

The New-EntraBetaApplicationProxyConnectorGroup cmdlet creates a new Application Proxy Connector group.

Syntax

New-EntraBetaApplicationProxyConnectorGroup
   -Name <Name>
   [<CommonParameters>]

Description

The New-EntraBetaApplicationProxyConnectorGroup cmdlet creates a new Application Proxy connector group.

Examples

Example 1: Create a new Connector Group

Connect-Entra -Scopes 'Directory.ReadWrite.All'
New-EntraBetaApplicationProxyConnectorGroup -Name 'Backup Application Servers'

Name                           Value
----                           -----
id                             aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb
@odata.context                 https://graph.microsoft.com/beta/$metadata#onPremisesPublishingProfiles('applicationProxy')/connectorGroups/$entity
isDefault                      False
name                           Backup Application Servers
region                         eur
connectorGroupType             applicationProxy

This example creates a new Connector Group using specified name.

  • -Name parameter specifies the new connector group name.

Parameters

-Name

The name of the new Connector Group.

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

Inputs

Microsoft.Open.MSGraph.Model.Name

Outputs

System.Object