{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ja-jp/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/06/26","updated_at_date_time":"2026-06-26T00:00:07.9506313Z"},"_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/ja-jp/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":"ja-jp","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"11/20/2020","ms.service":"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-06-26 12:00 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>クラウド管理ゲートウェイ (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>\n              <code>PS XYZ:\\&gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <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: 2 つの新しい証明機関を追加する"},{"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>コマンドレットを実行する前に確認メッセージを表示します。</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>この CMG サービスをより適切に識別するために、この CMG サービスの説明 (省略可能) を指定します。</p>\n","name":"Description","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターは、ワイルドカード文字をリテラル文字の値として扱います。 \n              <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 以降に適用されます。 \n              <strong>[CMG がクラウド配布ポイントとして機能し、Azure Storage からコンテンツを提供することを許可する</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 以降に適用されます。 \n              <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 以降に適用されます。 \n              <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 名が含まれている場合は、このパラメーターを使用してコマンドレットからの警告を回避します。</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>このパラメーターはワイルドカード文字を処理し、予期しない動作が発生する可能性があります (推奨されません)。 \n              <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 サービスのサイトの ID を指定します。 \n              <strong>Id</strong> は、サービスのサイト データベースに格納されている整数値です。 たとえば、次の SQL クエリを実行し、 <strong>ID</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> コマンドレットを使用します。</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>作業中のアイテムを表す オブジェクトを返します。 既定では、このコマンドレットは出力を生成しない場合があります。</p>\n","name":"PassThru","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>バージョン 2010 以降に適用されます。 1 つ以上の証明書拇印を指定して、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 以降に適用されます。 \n              <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 以降に適用されます。 \n              <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 以降に適用されます。 \n              <strong>ストレージ アラートしきい値 (GB)</strong> の整数値を指定します。 たとえば、「 <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 以降に適用されます。 \n              <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 以降に適用されます。 \n              <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>コマンドレットが実行されるとどうなるかを示します。 コマンドレットは実行されません。</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":"ja-jp","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/ja-jp/powershell/module/configurationmanager/set-cmcloudmanagementgateway?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ja-jp/powershell/module/configurationmanager/set-cmcloudmanagementgateway?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>クラウド管理ゲートウェイ (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>\n              <code>PS XYZ:\\&amp;gt;</code>など、Configuration Manager サイト ドライブから Configuration Manager コマンドレットを実行します。 詳細については、「作業の <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=\"ja-jp\" />\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/"}