Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
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
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.
Inputs
Microsoft.Open.MSGraph.Model.Name
Outputs
System.Object
Related Links
Feedback
Was this page helpful?
