{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/de-de/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":"26.06.2026","updated_at_date_time":"2026-06-26T00:00:07.0314368Z"},"_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/de-de/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":"Konfigurieren sie ein Cloudverwaltungsgateway (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":"de-de","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>Konfigurieren sie ein Cloudverwaltungsgateway (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>Konfigurieren sie ein Cloudverwaltungsgateway (CMG).</p>\n","uid":"ConfigurationManager.Set-CMCloudManagementGateway"}},"description":"<p>Verwenden Sie dieses Cmdlet, um ein Cloudverwaltungsgateway (CLOUD Management Gateway, CMG) zu konfigurieren.</p>\n<p>Weitere Informationen finden Sie unter <a href=\"/mem/configmgr/core/clients/manage/cmg/overview\">ÜBERSICHT ÜBER CMG</a>.</p>\n<div class=\"NOTE\">\n<p>Hinweis</p>\n<p>Führen Sie Configuration Manager-Cmdlets auf dem Configuration Manager-Standortlaufwerk aus, z. B <code>PS XYZ:\\&gt;</code>. . Weitere Informationen finden Sie unter <a href=\"/powershell/sccm/overview\">Erste Schritte</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":"Beispiel 1: Ändern der CMG-Warnungskonfiguration"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -VMInstancesCount 4","description":"","summary":"<p>In diesem Beispiel wird das CMG <strong>namens GraniteFalls</strong> als Ziel verwendet, und die Anzahl der VMs wird in <code>4</code>geändert.</p>\n","title":"Beispiel 2: Ändern der Anzahl virtueller Computer für den CMG-Dienst"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -EnableCloudDPFunction $true","description":"","summary":"","title":"Beispiel 3: Aktivieren des CMG für die Bereitstellung von Inhalten aus Azure Storage"},{"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":"Beispiel 4: Hinzufügen von zwei neuen Zertifizierungsstellen"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -ServiceCertPath \"c:\\TestPath\\NewServiceCert.pfx\" -ServiceCertPassword (ConvertTo-SecureString -String \"tX*xJ11Nuo^B\" -AsPlainText -Force)","description":"","summary":"<p>In diesem Beispiel wird das CMG <strong>namens GraniteFalls</strong> als Ziel verwendet und das CMG-Serverauthentifizierungszertifikat aktualisiert.</p>\n","title":"Beispiel 5: Aktualisieren des CMG-Serverauthentifizierungszertifikats"},{"code":"Set-CMCloudManagementGateway -Name \"GraniteFalls\" -RemoveCertThumbprints \"A7CBA0014DEF847593569D05003D5B96A1D6A627\"","description":"","summary":"","title":"Beispiel 6: Entfernen eines Stammzertifikats aus einem 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":"ÜBERSICHT ÜBER 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>Fügen Sie dem Clouddienst Stammzertifikate hinzu.</p>\n","name":"CARootCert","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Hashtable</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Legen Sie diesen Parameter auf fest <code>true</code> , um die Clientzertifikatsperrung zu überprüfen. Eine Zertifikatsperrliste (Certificate Revocation List, CRL) muss öffentlich veröffentlicht werden, damit diese Überprüfung funktioniert. Weitere Informationen finden Sie unter <a href=\"/mem/configmgr/core/clients/manage/cmg/security-and-privacy-for-cloud-management-gateway#bkmk_crl\">Veröffentlichen der Zertifikatsperrliste</a>.</p>\n","name":"CheckClientCertRevocation","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"cf","defaultValue":"None","description":"<p>Fordert Sie vor dem Ausführen des Cmdlets zur Bestätigung auf.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Geben Sie eine optionale Beschreibung dieses CMG-Diensts an, um ihn besser zu identifizieren.</p>\n","name":"Description","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Dieser Parameter behandelt Wildcardzeichen als Literalzeichenwerte. Sie können es nicht mit <strong>ForceWildcardHandling</strong> kombinieren.</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Aktivieren oder deaktivieren Sie die Option <strong>Zulassen, dass CMG als Cloudverteilungspunkt funktioniert und Inhalte aus Azure Storage bereitstellen</strong> kann.</p>\n","name":"EnableCloudDPFunction","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Aktivieren oder deaktivieren Sie die Option <strong>Speicherwarnungsschwellenwert angeben</strong>.</p>\n","name":"EnableStorageQuota","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Aktivieren oder deaktivieren Sie die Option <strong>14-Tage-Schwellenwert und Warnungen für die Überwachung der ausgehenden Datenübertragung</strong> aktivieren oder deaktivieren.</p>\n","name":"EnableTrafficOut","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Aktivieren oder deaktivieren Sie die Option <strong>TLS 1.2 erzwingen</strong>.</p>\n","name":"EnforceProtocol","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Führen Sie den Befehl aus, ohne zur Bestätigung zu fragen. Wenn das Dienstzertifikat mehrere DNS-Namen enthält, verwenden Sie diesen Parameter, um Warnungen des Cmdlets zu vermeiden.</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Dieser Parameter verarbeitet Wildcardzeichen und kann zu unerwartetem Verhalten führen (nicht empfohlen). Sie können es nicht mit <strong>DisableWildcardHandling</strong> kombinieren.</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"AzureServiceId","defaultValue":"None","description":"<p>Geben Sie die ID des Standorts für den Azure-Dienst an. Die <strong>ID</strong> ist der ganzzahlige Wert, der in der Standortdatenbank für den Dienst gespeichert ist. Führen Sie beispielsweise die folgende SQL-Abfrage aus, und sehen Sie sich die <strong>ID-Spalte</strong> an: <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>Geben Sie ein zu konfigurierenes CMG-Objekt an. Verwenden Sie zum Abrufen dieses Objekts das Cmdlet <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>Geben Sie den Namen des zu konfigurierenden CMG an.</p>\n","isRequired":true,"name":"Name","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt ein Objekt zurück, das das Element darstellt, mit dem Sie arbeiten. Standardmäßig generiert dieses Cmdlet möglicherweise keine Ausgabe.</p>\n","name":"PassThru","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Geben Sie mindestens einen Zertifikatfingerabdruck an, um sie als Stammzertifizierungsstellen oder Zwischenzertifizierungsstellen aus dem CMG zu entfernen.</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>Gilt für Version 2006 und höher. Geben Sie das Kennwort für das Zertifikat in <strong>-ServiceCertPath</strong> an.</p>\n","name":"ServiceCertPassword","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SecureString</span>\n"},{"aliases":"ServiceCertificatePath","defaultValue":"None","description":"<p>Gilt für Version 2006 und höher. Geben Sie den Pfad zum Dienstzertifikat an. Weitere Informationen finden Sie unter <a href=\"/mem/configmgr/core/clients/manage/cmg/server-auth-cert\">CMG-Serverauthentifizierungszertifikat</a>.</p>\n","name":"ServiceCertPath","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"StorageCriticalPercent","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Geben Sie einen ganzzahligen Wert für die <strong>Warnung \"Kritisch generieren\" (% des Schwellenwerts für Speicherwarnungen)</strong> an. Beispiel: <code>90</code>.</p>\n","name":"StorageCriticalPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Geben Sie einen ganzzahligen Wert für den <strong>Speicherwarnungsschwellenwert (GB) an</strong>. Beispiel: <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>Gilt für Version 2010 und höher. Geben Sie einen ganzzahligen Wert für warnung <strong>generieren (% des Speicherwarnungsschwellenwerts) an</strong>. Beispiel: <code>50</code>.</p>\n","name":"StorageWarningPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Wenn Sie Warnungen für die Überwachung der ausgehenden Datenübertragung aktivieren, geben Sie den Prozentsatz des Schwellenwerts für das Auslösen einer <strong>Kritischen</strong> Warnung an. Dieser Wert ist <code>90</code> standardmäßig.</p>\n","name":"TrafficCriticalPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Wenn Sie Speicherwarnungen aktivieren, verwenden Sie diesen Parameter, um den Speicherwarnungsschwellenwert in <strong>GB</strong> anzugeben. Der Standardwert ist <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>Gilt für Version 2010 und höher. Aktivieren oder deaktivieren Sie die Option Diesen <strong>Dienst beenden, wenn der kritische Schwellenwert überschritten wird</strong>.</p>\n","name":"TrafficOutStopService","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Wenn Sie Warnungen für die Überwachung der ausgehenden Datenübertragung aktivieren, geben Sie den Prozentsatz des Schwellenwerts für das Auslösen einer <strong>Warnung an</strong> . Dieser Wert ist <code>50</code> standardmäßig.</p>\n","name":"TrafficWarningPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"VMInstancesCount","defaultValue":"None","description":"<p>Gilt für Version 2010 und höher. Geben Sie die Anzahl der Instanzen virtueller Computer an.</p>\n","name":"VMInstanceCount","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"wi","defaultValue":"None","description":"<p>Zeigt, was passieren würde, wenn das Cmdlet ausgeführt wird. Das Cmdlet wird nicht ausgeführt.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Konfigurieren sie ein Cloudverwaltungsgateway (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":"de-de","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>Konfigurieren sie ein Cloudverwaltungsgateway (CMG).</p>\n","uid":"ConfigurationManager.Set-CMCloudManagementGateway"}],"canonical_url":"https://learn.microsoft.com/de-de/powershell/module/configurationmanager/set-cmcloudmanagementgateway?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/de-de/powershell/module/configurationmanager/set-cmcloudmanagementgateway?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Verwenden Sie dieses Cmdlet, um ein Cloudverwaltungsgateway (CLOUD Management Gateway, CMG) zu konfigurieren.</p>\n<p>Weitere Informationen finden Sie unter <a href=&quot;/mem/configmgr/core/clients/manage/cmg/overview&quot;>ÜBERSICHT ÜBER CMG</a>.</p>\n<div class=&quot;NOTE&quot;>\n<p>Hinweis</p>\n<p>Führen Sie Configuration Manager-Cmdlets auf dem Configuration Manager-Standortlaufwerk aus, z. B <code>PS XYZ:\\&amp;gt;</code>. . Weitere Informationen finden Sie unter <a href=&quot;/powershell/sccm/overview&quot;>Erste Schritte</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=\"de-de\" />\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>Konfigurieren sie ein Cloudverwaltungsgateway (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/"}