Set-EntraBetaApplicationProxyConnectorGroup
The Set-EntraBetaApplicationProxyConnectorGroup cmdlet allows you to change the name of a given Application Proxy connector group.
Syntax
Default (Default)
Set-EntraBetaApplicationProxyConnectorGroup
-Id <String>
-Name <Name>
[<CommonParameters>]
Description
The Set-EntraBetaApplicationProxyConnectorGroup cmdlet allows you to change the name of a given Application Proxy connector group. Specify Id and Name parameters to updates an connector group.
Examples
Example 1: Rename a Connector Group to "Offsite Application Servers"
Connect-Entra -Scopes 'Directory.ReadWrite.All'
Set-EntraBetaApplicationProxyConnectorGroup -Id 'aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb' -Name 'Offsite Application Servers'
This example rename a Connector Group to "Offsite Application Servers"
Idparameter specifies the connector group ID.Nameparameter specifies the name for connector group.
Parameters
-Id
The unique identifier of the Connector group that should be renamed.
You can find the ID using the Get-EntraBetaApplicationProxyConnectorGroup command.
Parameter properties
| Type: | System.String |
| 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 |
-Name
The new name for the 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.