Set-CMCloudManagementGatewayConnectionPoint

配置云管理网关连接点。

语法

Set-CMCloudManagementGatewayConnectionPoint
   -CloudManagementGatewayName <String>
   -InputObject <IResultObject>
   [-PassThru]
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]
Set-CMCloudManagementGatewayConnectionPoint
   -CloudManagementGatewayName <String>
   [-PassThru]
   [-SiteCode <String>]
   [-SiteSystemServerName] <String>
   [-DisableWildcardHandling]
   [-ForceWildcardHandling]
   [-WhatIf]
   [-Confirm]
   [<CommonParameters>]

说明

使用此 cmdlet 在站点系统服务器上配置云管理网关 (CMG) 连接点角色。

有关 CMG 的详细信息,请参阅 CMG 概述

注意

从 Configuration Manager 站点驱动器运行 Configuration Manager cmdlet,例如 PS XYZ:\>。 有关详细信息,请参阅 入门

示例

示例 1

此示例更改站点系统服务器连接到的 CMG。

Set-CMCloudManagementGatewayConnectionPoint -CloudManagementGatewayName "GraniteFalls-new.cloudapp.net" -SiteSystemServerName "cmgcp.contoso.com"

参数

-CloudManagementGatewayName

在 Azure 中指定 CMG 的服务名称。

类型:String
Position:Named
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-Confirm

提示你在运行 cmdlet 之前进行确认。

类型:SwitchParameter
别名:cf
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-DisableWildcardHandling

此参数将通配符视为文本字符值。 不能将其与 ForceWildcardHandling 组合使用。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-ForceWildcardHandling

此参数处理通配符,并可能导致意外行为, (不建议) 。 不能将其与 DisableWildcardHandling 组合使用。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-InputObject

指定要配置的 CMG 连接点对象。 若要获取 对象,请使用 Get-CMCloudManagementGatewayConnectionPoint cmdlet。

类型:IResultObject
别名:GatewayConnectionPoint
Position:Named
默认值:None
必需:True
接受管道输入:True
接受通配符:False

-PassThru

返回一个 对象,该对象表示正在使用的项。 默认情况下,此 cmdlet 可能不会生成任何输出。

类型:SwitchParameter
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-SiteCode

指定此站点系统角色的站点代码。

类型:String
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

-SiteSystemServerName

指定服务器的 FQDN 作为此角色的目标。

类型:String
别名:Name, ServerName
Position:0
默认值:None
必需:True
接受管道输入:False
接受通配符:False

-WhatIf

显示在 cmdlet 运行时发生的情况。 该 cmdlet 未运行。

类型:SwitchParameter
别名:wi
Position:Named
默认值:None
必需:False
接受管道输入:False
接受通配符:False

输入

Microsoft.ConfigurationManagement.ManagementProvider.IResultObject

输出

IResultObject