{"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":"01.09.2026","updated_at_date_time":"2026-09-01T12:06:22.6187139Z"},"_path":"module/configurationmanager/new-cmcertificateprofilescep.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/new-cmcertificateprofilescep?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMCertificateProfileScep.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"Erstellt ein SCEP-Zertifikatprofil.","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/New-CMCertificateProfileScep.md","github_contributors":["aczechowski","damabe","sankethka"],"locale":"de-de","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"05/05/2019","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/New-CMCertificateProfileScep.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMCertificateProfileScep.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"New-CMCertificateProfileScep","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-09-01 12:06 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmcertificateprofilescep","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMCertificateProfileScep","schemaType":"PowershellCmdlet","summary":"<p>Erstellt ein SCEP-Zertifikatprofil.</p>\n","uid":"ConfigurationManager.New-CMCertificateProfileScep"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMCertificateProfileScep":{"href":"new-cmcertificateprofilescep","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMCertificateProfileScep","schemaType":"PowershellCmdlet","summary":"<p>Erstellt ein SCEP-Zertifikatprofil.</p>\n","uid":"ConfigurationManager.New-CMCertificateProfileScep"}},"description":"<p>Das Cmdlet <strong>New-CMCertificateProfileScep</strong> erstellt ein SCEP-Zertifikatprofil (Simple Certificate Enrollment Protocol).</p>\n<p>Hinweis: Sie müssen ein vertrauenswürdiges Zertifizierungsstellenzertifikatprofil erstellen, bevor Sie ein SCEP-Zertifikatprofil erstellen können.\nInformationen zum Erstellen eines Zertifikatprofils für vertrauenswürdige Zertifizierungsstellen finden Sie im Cmdlet New-CMCertificateProfileTrustedRootCA.</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":"PS XYZ:\\> New-CMCertificateProfileScep -CertificateTemplateName \"TestTemplate01\" -CertificateValidityDays 10 -Eku @{ \"name1\" =\"1.2.3.4\"; \"name2\" = \"1.2.3.4.5\" } -HashAlgorithm SHA2 -KeyUsage KeyEncipherment -Name \"TestSCEPProf01\" -RootCertificate (New-CMCertificateProfileTrustedRootCA -Name testing -Path \"\\\\Server\\Sharefolder\\RootCA.cer\" -SupportedPlatform (Get-CMSupportedPlatform  -Fast -Name \"All Windows 10*Client\")) -SanType SubjectAltReqiureEmail -SupportedPlatform (Get-CMSupportedPlatform  -Fast -Name \"All Windows 10*Client\")","description":"<p>Dieser Befehl erstellt ein vertrauenswürdiges Zertifikat der Stammzertifizierungsstelle und ruft alle plattformen ab, die vom Windows 10-Client unterstützt werden.\nDer Befehl erstellt dann ein SEP-Zertifikatprofil mit dem neu erstellten Zertifikat der vertrauenswürdigen Stammzertifizierungsstelle.</p>\n","summary":"","title":"Beispiel 1: Erstellen eines SCEP-Zertifikatprofils"},{"code":"PS XYZ:\\> New-CMCertificateProfileScep -CertificateTemplateName \"TestTemplate02\" -CertificateValidityDays 10 -Eku @{ \"name1\" =\"1.2.3.4\"; \"name2\" = \"1.2.3.4.5\" } -HashAlgorithm ShA1 -KeyUsage Digitalsignature -Name \"TestSCEPProf02\" -RootCertificate (New-CMCertificateProfileTrustedRootCA -Name testingSecond -Path \"\\\\Server\\Sharefolder\\RootCA.cer\" -SupportedPlatform (Get-CMSupportedPlatform  -Fast -Name \"All Windows 10*Client\")) -SupportedPlatform (Get-CMSupportedPlatform -Fast -Name \"All Windows 10*Client\") -CertificateStore User -Description \"Test description\" -EnrollmentRenewThresholdPct 2 -EnrollmentRetryCount 5 -EnrollmentRetryDelayMins 7 -KeySize 2048 -KeyStorageProvider InstallToTPM_FailIfNotPresent -RequireMultiFactor -SubjectType SubjectRequireEmail -SanType SubjectAltReqiureEmail","description":"<p>Dieser Befehl erstellt ein vertrauenswürdiges Zertifikat der Stammzertifizierungsstelle und ruft alle plattformen ab, die vom Windows 10-Client unterstützt werden.\nDer Befehl erstellt dann ein SCEP-Zertifikat mithilfe des neu erstellten Zertifikats der Stammzertifizierungsstelle und legt den Zertifikatspeicher auf Benutzer fest.</p>\n","summary":"","title":"Beispiel 2: Erstellen eines SCEP-Zertifikatprofils und Festlegen des Zertifikatspeichers auf Benutzer"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"get-cmcertificateprofilescep","text":"Get-CMCertificateProfileScep"},{"href":"get-cmcertificateprofiletrustedrootca","text":"Get-CMCertificateProfileTrustedRootCA"},{"href":"get-cmsupportedplatform","text":"Get-CMSupportedPlatform"},{"href":"set-cmcertificateprofilescep","text":"Set-CMCertificateProfileScep"}],"module":"ConfigurationManager","name":"New-CMCertificateProfileScep","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>Gibt an, ob die Zertifikatregistrierung auf einem beliebigen Gerät zugelassen werden soll.</p>\n","name":"AllowCertificateOnAnyDevice","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"User","description":"<p>Gibt den Zertifikattyp an.\nGültige Werte sind:</p>\n<ul>\n<li>Maschine</li>\n<li>Benutzer</li>\n</ul>\n","name":"CertificateStore","parameterValueGroup":"Machine, User","position":"Named","type":"<span class=\"no-loc xref\">CertificateStoreType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt den Namen einer Zertifikatvorlage an.</p>\n","isRequired":true,"name":"CertificateTemplateName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt die Gültigkeitsdauer des Zertifikats in Tagen an.</p>\n","isRequired":true,"name":"CertificateValidityDays","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"cf","defaultValue":"False","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>Gibt eine Beschreibung für das SCEP-Zertifikatprofil an.</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":"Ekus","defaultValue":"None","description":"<p>Gibt die erweiterte Schlüsselverwendung an.\nDie Werte in der Hashtabelle definieren den beabsichtigten Zweck des Zertifikats.</p>\n","isRequired":true,"name":"Eku","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Hashtable</span>\n"},{"aliases":"","defaultValue":"20","description":"<p>Gibt den Prozentsatz der Zertifikatlebensdauer an, der verbleibt, bevor das Gerät eine Verlängerung des Zertifikats anfordert.</p>\n","name":"EnrollmentRenewThresholdPct","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"3","description":"<p>Gibt an, wie oft das Gerät die Zertifikatanforderung automatisch an den Server wiederholt, auf dem der Registrierungsdienst für Netzwerkgeräte ausgeführt wird.</p>\n","name":"EnrollmentRetryCount","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"1","description":"<p>Gibt das Intervall in Minuten zwischen jedem Registrierungsversuch an, wenn Sie die Genehmigung des Zertifizierungsstellen-Managers verwenden, bevor die ausstellende Zertifizierungsstelle die Zertifikatanforderung verarbeitet.</p>\n","name":"EnrollmentRetryDelayMins","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</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":"HashAlgorithms","defaultValue":"None","description":"<p>Gibt mindestens einen Hashalgorithmus an.\nGültige Werte sind:</p>\n<ul>\n<li>SHA1</li>\n<li>SHA2</li>\n<li>SHA3</li>\n</ul>\n","isRequired":true,"name":"HashAlgorithm","parameterValueGroup":"SHA1, SHA2, SHA3","position":"Named","type":"<span class=\"no-loc xref\">HashAlgorithmTypes</span>\n"},{"aliases":"","defaultValue":"2048","description":"<p>Gibt die Größe des Schlüssels an.\nGültige Werte sind:</p>\n<ul>\n<li>1024</li>\n<li>2048</li>\n</ul>\n","name":"KeySize","parameterValueGroup":"1024, 2048, 4096","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"InstallToTPM_IfPresent","description":"<p>Gibt den Schlüsselspeicheranbieter (Key Storage Provider, KSP) für die SCEP-Registrierung an.\nGültige Werte sind:</p>\n<ul>\n<li>Keine</li>\n<li>InstallToTPM_FailIfNotPresent</li>\n<li>InstallToTPM_IfPresent</li>\n<li>InstallToSoftwareKeyStorageProvider</li>\n<li>InstallToNGC_FailIfNotPresent</li>\n</ul>\n","name":"KeyStorageProvider","parameterValueGroup":"None, InstallToTPM_FailIfNotPresent, InstallToTPM_IfPresent, InstallToSoftwareKeyStorageProvider, InstallToNGC_FailIfNotPresent","position":"Named","type":"<span class=\"no-loc xref\">KeyStorageProviderSettingType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt mindestens eine Schlüsselverwendung für das Zertifikat an.\nGültige Werte sind:</p>\n<ul>\n<li>KeyEncipherment</li>\n<li>DigitalSignature</li>\n</ul>\n","isRequired":true,"name":"KeyUsage","parameterValueGroup":"KeyEncipherment, DigitalSignature","position":"Named","type":"<span class=\"no-loc xref\">X509KeyUsageFlags</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt einen Namen für das SCEP-Zertifikatprofil 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 an, dass die mehrstufige Authentifizierung während der Registrierung von Geräten erforderlich ist, bevor Zertifikate für diese Geräte ausgestellt werden.\nDieser Parameter kann verwendet werden, wenn der InstallToNGC_FailIfNotPresent Wert für den <em>KeyStorageProvider-Parameter</em> festgelegt ist.</p>\n","name":"RequireMultifactor","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Gibt ein vertrauenswürdiges Zertifikatobjekt der Stammzertifizierungsstelle an.\nVerwenden Sie die Funktion Get-CMCertificateProfileTrustedRootCA, um ein vertrauenswürdiges Stammzertifizierungsstellenzertifikat abzurufen.</p>\n","isRequired":true,"name":"RootCertificate","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"SanTypes","defaultValue":"None","description":"<p>Gibt einen oder mehrere alternativen Antragstellernamen an.\nGültige Werte sind:</p>\n<ul>\n<li>SubjectAltRequireSpn</li>\n<li>SubjectAltRequireUpn</li>\n<li>SubjectAltReqiureEmail</li>\n<li>SubjectAltRequireDns</li>\n</ul>\n","isRequired":true,"name":"SanType","parameterValueGroup":"SubjectAltRequireCustom, SubjectAltRequireSpn, SubjectAltRequireAAD, SubjectAltRequireUpn, SubjectAltReqiureEmail, SubjectAltRequireDns","position":"Named","type":"<span class=\"no-loc xref\">SubjectAlternativeNameFormatTypes</span>\n"},{"aliases":"ScepServerUrls","defaultValue":"None","description":"<p>Gibt ein Array von URLs für die NDES-Server (Network Device Enrollment Service) an, die Zertifikate über SCEP ausstellen.</p>\n","name":"ScepServerUrl","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"SubjectTypes","defaultValue":"SubjectRequireCommonName","description":"<p>Gibt das Format des Antragstellernamens an.\nGültige Werte sind:</p>\n<ul>\n<li>SubjectRequireCommonNameAsEmail</li>\n<li>SubjectRequireCommonNameAsDeviceName</li>\n<li>SubjectRequireCommonNameAsOSName</li>\n<li>SubjectRequireCommonNameAsIMEI</li>\n<li>SubjectRequireCommonNameAsMEID</li>\n<li>SubjectRequireCommonNameAsSerialNumber</li>\n<li>SubjectRequireCommonNameAsDeviceType</li>\n<li>SubjectRequireCommonNameAsWiFiMAC</li>\n<li>SubjectRequireCommonNameAsEthernetMAC</li>\n<li>SubjectRequireAsCustomString</li>\n<li>SubjectRequireDnsAsCN</li>\n<li>SubjectRequireEmail</li>\n<li>SubjectRequireCommonName</li>\n<li>SubjectRequireDirectoryPath</li>\n</ul>\n","name":"SubjectType","parameterValueGroup":"SubjectRequireCommonNameAsEmail, SubjectRequireCommonNameAsDeviceName, SubjectRequireCommonNameAsOSName, SubjectRequireCommonNameAsIMEI, SubjectRequireCommonNameAsMEID, SubjectRequireCommonNameAsSerialNumber, SubjectRequireCommonNameAsDeviceType, SubjectRequireCommonNameAsWiFiMAC, SubjectRequireCommonNameAsEthernetMAC, SubjectRequireAsCustomString, SubjectRequireDnsAsCN, SubjectRequireEmail, SubjectRequireCommonName, SubjectRequireDirectoryPath","position":"Named","type":"<span class=\"no-loc xref\">SubjectNameFormatTypes</span>\n"},{"aliases":"SupportedPlatforms","defaultValue":"None","description":"<p>Gibt ein unterstütztes Plattformobjekt an.\nVerwenden Sie das Cmdlet Get-CMSupportedPlatform, um ein unterstütztes Plattformobjekt abzurufen.</p>\n","isRequired":true,"name":"SupportedPlatform","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\n"},{"aliases":"wi","defaultValue":"False","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>Erstellt ein SCEP-Zertifikatprofil.</p>\n","syntaxes":["New-CMCertificateProfileScep [-AllowCertificateOnAnyDevice <Boolean>]\n [-CertificateStore <CertificateStoreType>] -CertificateTemplateName <String> -CertificateValidityDays <Int32>\n [-Description <String>] -Eku <Hashtable> [-EnrollmentRenewThresholdPct <Int32>]\n [-EnrollmentRetryCount <Int32>] [-EnrollmentRetryDelayMins <Int32>] -HashAlgorithm <HashAlgorithmTypes>\n [-KeySize <Int32>] [-KeyStorageProvider <KeyStorageProviderSettingType>] -KeyUsage <X509KeyUsageFlags>\n -Name <String> [-RequireMultifactor] -RootCertificate <IResultObject>\n -SanType <SubjectAlternativeNameFormatTypes> [-ScepServerUrl <String[]>]\n [-SubjectType <SubjectNameFormatTypes>] -SupportedPlatform <IResultObject[]> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMCertificateProfileScep","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/New-CMCertificateProfileScep.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmcertificateprofilescep","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMCertificateProfileScep","schemaType":"PowershellCmdlet","summary":"<p>Erstellt ein SCEP-Zertifikatprofil.</p>\n","uid":"ConfigurationManager.New-CMCertificateProfileScep"}],"canonical_url":"https://learn.microsoft.com/de-de/powershell/module/configurationmanager/new-cmcertificateprofilescep?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/de-de/powershell/module/configurationmanager/new-cmcertificateprofilescep?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Das Cmdlet <strong>New-CMCertificateProfileScep</strong> erstellt ein SCEP-Zertifikatprofil (Simple Certificate Enrollment Protocol).</p>\n<p>Hinweis: Sie müssen ein vertrauenswürdiges Zertifizierungsstellenzertifikatprofil erstellen, bevor Sie ein SCEP-Zertifikatprofil erstellen können.\nInformationen zum Erstellen eines Zertifikatprofils für vertrauenswürdige Zertifizierungsstellen finden Sie im Cmdlet New-CMCertificateProfileTrustedRootCA.</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/New-CMCertificateProfileScep.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=\"New-CMCertificateProfileScep\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Erstellt ein SCEP-Zertifikatprofil.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMCertificateProfileScep [-AllowCertificateOnAnyDevice <Boolean>]\n [-CertificateStore <CertificateStoreType>] -CertificateTemplateName <String> -CertificateValidityDays <Int32>\n [-Description <String>] -Eku <Hashtable> [-EnrollmentRenewThresholdPct <Int32>]\n [-EnrollmentRetryCount <Int32>] [-EnrollmentRetryDelayMins <Int32>] -HashAlgorithm <HashAlgorithmTypes>\n [-KeySize <Int32>] [-KeyStorageProvider <KeyStorageProviderSettingType>] -KeyUsage <X509KeyUsageFlags>\n -Name <String> [-RequireMultifactor] -RootCertificate <IResultObject>\n -SanType <SubjectAlternativeNameFormatTypes> [-ScepServerUrl <String[]>]\n [-SubjectType <SubjectNameFormatTypes>] -SupportedPlatform <IResultObject[]> [-DisableWildcardHandling]\n [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMCertificateProfileScep\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}