共用方式為


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

Description

使用此 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