Set-AzureADApplicationProxyConnectorGroup
The Set-AzureADApplicationProxyConnectorGroup cmdlet allows you to change the name of a given Application Proxy connector group.
Syntax
Set-AzureADApplicationProxyConnectorGroup
-Id <String>
-Name <Name>
[<CommonParameters>]
Description
The Set-AzureADApplicationProxyConnectorGroup cmdlet allows you to change the name of a given Application Proxy connector group.
Examples
Example 1
PS C:\> Set-AzureADApplicationProxyConnectorGroup -Id d533d7b1-fd92-49e8-a200-3e7dcf7c2ab5 -Name "Offsite Application Servers"
Example 1: Rename a Connector Group to "Offsite Application Servers"
Parameters
-Id
The unique identifier of the Connector group that will be renamed. You can find the Id using the Get-AzureADApplicationProxyConnectorGroup command.
| Type: | String |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
-Name
The new name for the Connector group.
| Type: | Name |
| Position: | Named |
| Default value: | None |
| Accept pipeline input: | True |
| Accept wildcard characters: | False |
Inputs
Microsoft.Open.MSGraph.Model.Name