New-EntraBetaApplicationProxyConnectorGroup
The New-EntraBetaApplicationProxyConnectorGroup cmdlet creates a new Application Proxy Connector group.
Syntax
Default (Default)
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.
-Nameparameter specifies the new connector group name.
Parameters
-Name
The name of the new Connector Group.
Parameter properties
| Type: | System.Name |
| 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.