{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/zh-tw/powershell/","_op_gitContributorInformation":{"author":{"display_name":"Banreet Kaur","id":"92906285","name":"Banreet","profile_url":"https://github.com/Banreet"},"contributors":[{"display_name":"Aaron Czechowski","id":"26784733","name":"aczechowski","profile_url":"https://github.com/aczechowski"},{"display_name":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"2026/8/3","updated_at_date_time":"2026-08-03T08:48:54.1849698Z"},"_path":"module/configurationmanager/set-cmcloudmanagementgateway.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/set-cmcloudmanagementgateway?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Set-CMCloudManagementGateway.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"設定雲端管理閘道 (CMG) 。","document_id":"c953e175-6e09-bac3-8bcc-f8db3ea881ba","document_version_independent_id":"4814c966-2485-00d7-b526-b24462148dab","external help file":"AdminUI.PS.dll-Help.xml","feedback_product_url":"https://feedbackportal.microsoft.com/feedback/forum/4669adfc-ee1b-ec11-b6e7-0022481f8472","feedback_system":"Standard","git_commit_id":"48cf632fb4b9ad92060012681a500478254de750","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/48cf632fb4b9ad92060012681a500478254de750/sccm-ps/ConfigurationManager/Set-CMCloudManagementGateway.md","github_contributors":["aczechowski","damabe","sankethka"],"locale":"zh-tw","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"11/20/2020","ms.service":"microsoft-endpoint-configuration-manager","ms.subservice":"other","ms.topic":"reference","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/Set-CMCloudManagementGateway.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Set-CMCloudManagementGateway.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"Set-CMCloudManagementGateway","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-08-03 08:48 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmcloudmanagementgateway","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMCloudManagementGateway","schemaType":"PowershellCmdlet","summary":"<p>設定雲端管理閘道 (CMG) 。</p>\n","uid":"ConfigurationManager.Set-CMCloudManagementGateway"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Set-CMCloudManagementGateway":{"href":"set-cmcloudmanagementgateway","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMCloudManagementGateway","schemaType":"PowershellCmdlet","summary":"<p>設定雲端管理閘道 (CMG) 。</p>\n","uid":"ConfigurationManager.Set-CMCloudManagementGateway"}},"description":"<p>使用此 Cmdlet 來設定雲端管理閘道 (CMG) 。</p>\n<p>如需詳細資訊，請參閱 <a href=\"/mem/configmgr/core/clients/manage/cmg/overview\">CMG概觀</a>。</p>\n<div class=\"NOTE\">\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&gt;</code>。 如需詳細資訊，請 <a href=\"/powershell/sccm/overview\">參閱開始使用</a>。</p>\n</div>\n","examples":[{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -EnableTrafficOut $true -TrafficOutGB 10000 -TrafficWarningPct 50 -TrafficCriticalPct 90 -EnableStorageQuota $true -StorageQuotaGB 2000 -StorageWarningPct 50 -StorageCriticalPct 90","description":"","summary":"","title":"範例 1：變更 CMG 警示設定"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -VMInstancesCount 4","description":"","summary":"<p>此範例以名為 <strong>GraniteFalls</strong> 的 CMG 為目標，並將 VM 數目變更為 <code>4</code>。</p>\n","title":"範例 2：變更 CMG 服務的虛擬機數目"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -EnableCloudDPFunction $true","description":"","summary":"","title":"範例 3：啟用 CMG 以從 Azure 記憶體提供內容"},{"code":"$path1 = \"folder\\root.cer\"\n$type1 = [Microsoft.ConfigurationManagement.AdminConsole.AzureServices.CertificateStore]::RootCA\n\n$path2 = \"folder\\intermediate.cer\"\n$type2 = [Microsoft.ConfigurationManagement.AdminConsole.AzureServices.CertificateStore]::IntermediateCA\n\n$cert = @{$path1 = $type1; $path2 = $type2}\n\nSet-CMCloudManagementGateway -Name \"GraniteFalls\" -CARootCert $cert","description":"","summary":"","title":"範例 4：新增兩個新的證書頒發機構單位"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -ServiceCertPath \"c:\\TestPath\\NewServiceCert.pfx\" -ServiceCertPassword (ConvertTo-SecureString -String \"tX*xJ11Nuo^B\" -AsPlainText -Force)","description":"","summary":"<p>此範例以名為 <strong>GraniteFalls 的</strong> CMG 為目標，並更新 CMG 伺服器驗證憑證。</p>\n","title":"範例 5：更新 CMG 伺服器驗證憑證"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -RemoveCertThumbprints \"A7CBA0014DEF847593569D05003D5B96A1D6A627\"","description":"","summary":"","title":"範例 6：從 CMG 移除跟證書"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"get-cmcloudmanagementgateway","text":"Get-CMCloudManagementGateway"},{"href":"new-cmcloudmanagementgateway","text":"New-CMCloudManagementGateway"},{"href":"remove-cmcloudmanagementgateway","text":"Remove-CMCloudManagementGateway"},{"href":"start-cmcloudmanagementgateway","text":"Start-CMCloudManagementGateway"},{"href":"stop-cmcloudmanagementgateway","text":"Stop-CMCloudManagementGateway"},{"href":"/mem/configmgr/core/clients/manage/cmg/overview","text":"CMG 概觀"}],"module":"ConfigurationManager","name":"Set-CMCloudManagementGateway","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"CARootCertificate, CARootCertificates","defaultValue":"None","description":"<p>將跟證書新增至雲端服務。</p>\n","name":"CARootCert","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Hashtable</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>將此參數設定為 ， <code>true</code> 以驗證客戶端憑證撤銷。  (CRL) 的證書吊銷清單必須公開發佈，此驗證才能運作。 如需詳細資訊，請 <a href=\"/mem/configmgr/core/clients/manage/cmg/security-and-privacy-for-cloud-management-gateway#bkmk_crl\">參閱發佈證書吊銷清單</a>。</p>\n","name":"CheckClientCertRevocation","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"cf","defaultValue":"None","description":"<p>執行 Cmdlet 之前提示您確認。</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定此 CMG 服務的選擇性描述，以更妥善地識別它。</p>\n","name":"Description","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>此參數會將通配符視為常值字元值。 您無法將其與 <strong>ForceWildcardHandling</strong> 結合。</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 啟用或停用 [ <strong>允許 CMG 作為雲端發佈點並從 Azure 記憶體提供內容</strong>] 選項。</p>\n","name":"EnableCloudDPFunction","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 啟用或停用 [ <strong>指定記憶體警示閾值</strong>] 選項。</p>\n","name":"EnableStorageQuota","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 啟用或停用 [ <strong>開啟 14 天閾值和警示] 選項，以監視輸出數據傳輸</strong>。</p>\n","name":"EnableTrafficOut","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 啟用或停用 <strong>[強制執行 TLS 1.2]</strong> 選項。</p>\n","name":"EnforceProtocol","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>執行命令而不要求確認。 如果服務憑證包含多個 DNS 名稱，請使用此參數來避免來自 Cmdlet 的警告。</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>此參數會處理通配符，並可能導致非預期的行為 (不建議) 。 您無法將其與 <strong>DisableWildcardHandling</strong> 結合。</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"AzureServiceId","defaultValue":"None","description":"<p>指定 Azure 服務的站台標識碼。 \n              <strong>Id 是</strong>儲存在服務之月臺資料庫中的整數值。 例如，執行下列 SQL 查詢，並 <strong>查看標識碼</strong> 數據行： <code>select * from Azure_CloudService</code>。</p>\n","isRequired":true,"name":"Id","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定要設定的 CMG 物件。 若要取得此物件，請使用 <a href=\"get-cmcloudmanagementgateway\">Get-CMCloudManagementGateway</a> Cmdlet。</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定要設定的 CMG 名稱。</p>\n","isRequired":true,"name":"Name","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>傳回 物件，表示您正在使用的專案。 根據預設，此 Cmdlet 可能不會產生任何輸出。</p>\n","name":"PassThru","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 指定一或多個憑證指紋，將它們從 CMG 中移除為跟證書或中繼證書頒發機構單位。</p>\n","name":"RemoveCertThumbprints","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"ServiceCertificatePassword","defaultValue":"None","description":"<p>適用於 2006 版和更新版本。 在 <strong>-ServiceCertPath</strong> 中指定憑證的密碼。</p>\n","name":"ServiceCertPassword","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SecureString</span>\n"},{"aliases":"ServiceCertificatePath","defaultValue":"None","description":"<p>適用於 2006 版和更新版本。 指定服務憑證的路徑。 如需詳細資訊，請參閱 <a href=\"/mem/configmgr/core/clients/manage/cmg/server-auth-cert\">CMG 伺服器驗證憑證</a>。</p>\n","name":"ServiceCertPath","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"StorageCriticalPercent","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 指定記憶體警示閾值的 [ <strong>產生重大警示 (% </strong>的整數值) 。 例如，<code>90</code>。</p>\n","name":"StorageCriticalPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 指定 <strong>記憶體警示閾值 </strong>的整數值 (GB) 。 例如，<code>2</code>。</p>\n","name":"StorageQuotaGB","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"StorageWarningPercent","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 針對記憶體 <strong>警示閾值的 [產生警告警示 (% 指定整數值) </strong>。 例如，<code>50</code>。</p>\n","name":"StorageWarningPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果您啟用警示來監視輸出數據傳輸，請指定引發 <strong>重大</strong> 警示的閾值百分比。 此值默 <code>90</code> 認為 。</p>\n","name":"TrafficCriticalPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果您啟用記憶體警示，請使用此參數以 <strong>GB</strong> 指定記憶體警示閾值。 預設值為 <code>2</code>。</p>\n","name":"TrafficOutGB","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"StopTrafficOutService","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 啟用或停用 <strong>在超過臨界值時停止此服務的</strong>選項。</p>\n","name":"TrafficOutStopService","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果您啟用警示來監視輸出數據傳輸，請指定引發 <strong>警告</strong> 警示的閾值百分比。 此值默 <code>50</code> 認為 。</p>\n","name":"TrafficWarningPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"VMInstancesCount","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 指定虛擬機的實例計數。</p>\n","name":"VMInstanceCount","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>顯示執行 Cmdlet 時會發生什麼情況。 Cmdlet 不會執行。</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>設定雲端管理閘道 (CMG) 。</p>\n","syntaxes":["Set-CMCloudManagementGateway [-CARootCert <Hashtable>] [-CheckClientCertRevocation <Boolean>]\n [-Description <String>] [-EnableCloudDPFunction <Boolean>] [-EnableStorageQuota <Boolean>]\n [-EnableTrafficOut <Boolean>] [-EnforceProtocol <Boolean>] [-Force] -InputObject <IResultObject> [-PassThru]\n [-RemoveCertThumbprints <String[]>] [-ServiceCertPassword <SecureString>] [-ServiceCertPath <String>]\n [-StorageCriticalPct <Int32>] [-StorageQuotaGB <Int32>] [-StorageWarningPct <Int32>]\n [-TrafficCriticalPct <Int32>] [-TrafficOutGB <Int32>] [-TrafficOutStopService <Boolean>]\n [-TrafficWarningPct <Int32>] [-VMInstanceCount <Int32>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMCloudManagementGateway [-CARootCert <Hashtable>] [-CheckClientCertRevocation <Boolean>]\n [-Description <String>] [-EnableCloudDPFunction <Boolean>] [-EnableStorageQuota <Boolean>]\n [-EnableTrafficOut <Boolean>] [-EnforceProtocol <Boolean>] [-Force] -Id <String> [-PassThru]\n [-RemoveCertThumbprints <String[]>] [-ServiceCertPassword <SecureString>] [-ServiceCertPath <String>]\n [-StorageCriticalPct <Int32>] [-StorageQuotaGB <Int32>] [-StorageWarningPct <Int32>]\n [-TrafficCriticalPct <Int32>] [-TrafficOutGB <Int32>] [-TrafficOutStopService <Boolean>]\n [-TrafficWarningPct <Int32>] [-VMInstanceCount <Int32>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMCloudManagementGateway [-CARootCert <Hashtable>] [-CheckClientCertRevocation <Boolean>]\n [-Description <String>] [-EnableCloudDPFunction <Boolean>] [-EnableStorageQuota <Boolean>]\n [-EnableTrafficOut <Boolean>] [-EnforceProtocol <Boolean>] [-Force] -Name <String> [-PassThru]\n [-RemoveCertThumbprints <String[]>] [-ServiceCertPassword <SecureString>] [-ServiceCertPath <String>]\n [-StorageCriticalPct <Int32>] [-StorageQuotaGB <Int32>] [-StorageWarningPct <Int32>]\n [-TrafficCriticalPct <Int32>] [-TrafficOutGB <Int32>] [-TrafficOutStopService <Boolean>]\n [-TrafficWarningPct <Int32>] [-VMInstanceCount <Int32>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.Set-CMCloudManagementGateway","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"zh-tw","loc_version":"2024-08-21T21:18:36.7205003Z","loc_source_id":"Github-72476255#live","loc_file_id":"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMCloudManagementGateway.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmcloudmanagementgateway","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMCloudManagementGateway","schemaType":"PowershellCmdlet","summary":"<p>設定雲端管理閘道 (CMG) 。</p>\n","uid":"ConfigurationManager.Set-CMCloudManagementGateway"}],"canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/set-cmcloudmanagementgateway?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/set-cmcloudmanagementgateway?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>使用此 Cmdlet 來設定雲端管理閘道 (CMG) 。</p>\n<p>如需詳細資訊，請參閱 <a href=&quot;/mem/configmgr/core/clients/manage/cmg/overview&quot;>CMG概觀</a>。</p>\n<div class=&quot;NOTE&quot;>\n<p>注意事項</p>\n<p>從 Configuration Manager 月臺磁碟驅動器執行 Configuration Manager Cmdlet，例如 <code>PS XYZ:\\&amp;gt;</code>。 如需詳細資訊，請 <a href=&quot;/powershell/sccm/overview&quot;>參閱開始使用</a>。</p>\n</div>\n\" />\r\n<meta name=\"hideEdit\" content=\"true\" />\r\n<meta name=\"loc_file_id\" content=\"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMCloudManagementGateway.md\" />\r\n<meta name=\"loc_source_id\" content=\"Github-72476255#live\" />\r\n<meta name=\"loc_version\" content=\"2024-08-21T21:18:36.7205003Z\" />\r\n<meta name=\"module\" content=\"ConfigurationManager\" />\r\n<meta name=\"ms.contentlocale\" content=\"zh-tw\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Set-CMCloudManagementGateway\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>設定雲端管理閘道 (CMG) 。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMCloudManagementGateway [-CARootCert <Hashtable>] [-CheckClientCertRevocation <Boolean>]\n [-Description <String>] [-EnableCloudDPFunction <Boolean>] [-EnableStorageQuota <Boolean>]\n [-EnableTrafficOut <Boolean>] [-EnforceProtocol <Boolean>] [-Force] -InputObject <IResultObject> [-PassThru]\n [-RemoveCertThumbprints <String[]>] [-ServiceCertPassword <SecureString>] [-ServiceCertPath <String>]\n [-StorageCriticalPct <Int32>] [-StorageQuotaGB <Int32>] [-StorageWarningPct <Int32>]\n [-TrafficCriticalPct <Int32>] [-TrafficOutGB <Int32>] [-TrafficOutStopService <Boolean>]\n [-TrafficWarningPct <Int32>] [-VMInstanceCount <Int32>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMCloudManagementGateway [-CARootCert <Hashtable>] [-CheckClientCertRevocation <Boolean>]\n [-Description <String>] [-EnableCloudDPFunction <Boolean>] [-EnableStorageQuota <Boolean>]\n [-EnableTrafficOut <Boolean>] [-EnforceProtocol <Boolean>] [-Force] -Id <String> [-PassThru]\n [-RemoveCertThumbprints <String[]>] [-ServiceCertPassword <SecureString>] [-ServiceCertPath <String>]\n [-StorageCriticalPct <Int32>] [-StorageQuotaGB <Int32>] [-StorageWarningPct <Int32>]\n [-TrafficCriticalPct <Int32>] [-TrafficOutGB <Int32>] [-TrafficOutStopService <Boolean>]\n [-TrafficWarningPct <Int32>] [-VMInstanceCount <Int32>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMCloudManagementGateway [-CARootCert <Hashtable>] [-CheckClientCertRevocation <Boolean>]\n [-Description <String>] [-EnableCloudDPFunction <Boolean>] [-EnableStorageQuota <Boolean>]\n [-EnableTrafficOut <Boolean>] [-EnforceProtocol <Boolean>] [-Force] -Name <String> [-PassThru]\n [-RemoveCertThumbprints <String[]>] [-ServiceCertPassword <SecureString>] [-ServiceCertPath <String>]\n [-StorageCriticalPct <Int32>] [-StorageQuotaGB <Int32>] [-StorageWarningPct <Int32>]\n [-TrafficCriticalPct <Int32>] [-TrafficOutGB <Int32>] [-TrafficOutStopService <Boolean>]\n [-TrafficWarningPct <Int32>] [-VMInstanceCount <Int32>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Set-CMCloudManagementGateway\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}