New-AzureADApplicationProxyConnectorGroup
The New-AzureADApplicationProxyConnectorGroup cmdlet creates a new Application Proxy Connector group.
Syntax
Default (Default)
New-AzureADApplicationProxyConnectorGroup
-Name <Name>
[<CommonParameters>]
Description
The New-AzureADApplicationProxyConnectorGroup cmdlet creates a new Application Proxy connector group.
Examples
Example 1
PS C:\> New-AzureADApplicationProxyConnectorGroup -Name "Backup Application Servers"
Id Name ConnectorGroupType IsDefault
-- ---- ------------------ ---------
d533d7b1-fd92-49e8-a200-3e7dcf7c2ab5 Backup Application Servers applicationProxy False
Example 1: Create a new Connector Group with the name "Backup Application Servers"
Parameters
-Name
The name of the new Connector Group.
Parameter properties
Type: | 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.