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.
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.