Set-EntraBetaApplicationProxyConnectorGroup
The Set-EntraBetaApplicationProxyConnectorGroup
cmdlet allows you to change the name of a given Application Proxy connector group.
Syntax
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"
Id
parameter specifies the connector group ID.Name
parameter 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.
Type: | System.String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-Name
The new name for the Connector group.
Type: | System.Name |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |