{"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"}],"update_at":"25.06.2026","updated_at_date_time":"2026-06-25T23:26:29.9249507Z"},"_path":"module/configurationmanager/new-cmfilesystemaccesscontrolentry.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-cmfilesystemaccesscontrolentry?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMFileSystemAccessControlEntry.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"d2a617e7-8e0d-5ae9-7139-9a08348cacd4","document_version_independent_id":"75df02d0-ce3d-1ec3-6df7-ca968c22b352","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":"c74b3f4574af7a8a480adb998b311f6eeeb3e856","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/c74b3f4574af7a8a480adb998b311f6eeeb3e856/sccm-ps/ConfigurationManager/New-CMFileSystemAccessControlEntry.md","github_contributors":["aczechowski"],"locale":"de-de","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"12/30/2020","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","online version":"","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/New-CMFileSystemAccessControlEntry.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMFileSystemAccessControlEntry.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-25 11:26 PM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmfilesystemaccesscontrolentry","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMFileSystemAccessControlEntry","schemaType":"PowershellCmdlet","summary":"<p>Erstellen Sie einen Dateisystemzugriffssteuerungseintrag.</p>\n","uid":"ConfigurationManager.New-CMFileSystemAccessControlEntry"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMFileSystemAccessControlEntry":{"href":"new-cmfilesystemaccesscontrolentry","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMFileSystemAccessControlEntry","schemaType":"PowershellCmdlet","summary":"<p>Erstellen Sie einen Dateisystemzugriffssteuerungseintrag.</p>\n","uid":"ConfigurationManager.New-CMFileSystemAccessControlEntry"}},"description":"<p>Verwenden Sie dieses Cmdlet, um einen Zugriffssteuerungseintrag (Access Control Entry, ACE) für das Dateisystem zu erstellen. Ein Zugriffssteuerungseintrag definiert bestimmte Berechtigungen für einen bestimmten Benutzer oder eine bestimmte Gruppe. Sie können dieses Objekt mit dem Cmdlet <strong>New-CMRequirementRuleFilePermissionValue</strong> verwenden, um eine Anforderungsregel für einen Anwendungsbereitstellungstyp zu erstellen, der Dateiberechtigungen überprüft.</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":"$myGC = Get-CMGlobalCondition -Name \"LOB app data file\"\n\n$userName = \"contoso\\jqpublic\"\n$ce = New-CMFileSystemAccessControlEntry -GroupOrUserName $userName -AccessOption Allow -Permission Read,Write\n\n$userName2 = \"contoso\\jdoe\"\n$ce2 = New-CMFileSystemAccessControlEntry -GroupOrUserName $userName2 -AccessOption Allow -Permission Read\n\n$myRule = New-CMRequirementRuleFilePermissionValue -GlobalCondition $myGC -ControlEntry $ce,$ce2\n\nSet-CMScriptDeploymentType -ApplicationName \"Central app\" -DeploymentTypeName \"Install\" -AddRequirement $myRule","description":"","summary":"<p>In diesem Beispiel wird zunächst das Cmdlet <strong>Get-CMGlobalCondition</strong> verwendet, um eine benutzerdefinierte globale Bedingung abzurufen. Anschließend werden zwei Zugriffssteuerungseinträge für bestimmte Benutzer erstellt. Als Nächstes wird <strong>new-CMRequirementRuleFilePermissionValue</strong> verwendet, um das Anforderungsregelobjekt zu erstellen. Schließlich wird dieses Regelobjekt an das Cmdlet <strong>Set-CMScriptDeploymentType</strong> übergeben, um die Anforderung hinzuzufügen.</p>\n","title":"Beispiel 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"new-cmrequirementrulefilepermissionvalue","text":"New-CMRequirementRuleFilePermissionValue"}],"module":"ConfigurationManager","name":"New-CMFileSystemAccessControlEntry","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>Geben Sie an, ob dieser ACE auf oder <code>Deny</code> zugreifen soll<code>Allow</code>.</p>\n","name":"AccessOption","parameterValueGroup":"Allow, Deny","position":"Named","type":"<span class=\"no-loc xref\">AccessType</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>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":"","defaultValue":"None","description":"<p>Geben Sie den Gruppen- oder Benutzernamen für diesen ACE an. Verwenden Sie das Standardformat \"Domain\\name\". Zum Beispiel <code>contoso\\jqpublic</code> oder <code>&quot;nwtraders\\All IT Users&quot;</code>.</p>\n","isRequired":true,"name":"GroupOrUserName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Permissions","defaultValue":"None","description":"<p>Geben Sie ein Array mit mindestens einer Berechtigung für diesen ACE an. Verwenden Sie den <strong>AccessOption-Parameter</strong> , um anzugeben, ob diese Berechtigungen <code>Allow</code> oder <code>Deny</code> der Zugriff erforderlich sind.</p>\n","name":"Permission","parameterValueGroup":"ListFolderContentsOrReadData, CreateFilesOrWriteData, CreateFoldersOrAppendData, ReadExtendedAttributes, WriteExtendedAttributes, TraverseFolderOrExecuteFile, DeleteSubfoldersAndFiles, ReadAttributes, WriteAttributes, Write, Delete, ReadPermissions, Read, Execute, ChangePermissions, TakeOwnership, FullControl","position":"Named","type":"<p><span class=\"no-loc xref\">FileSystemPermissions</span><span>[</span><span>]</span></p>\n"}],"schema":"PowershellCmdlet","summary":"<p>Erstellen Sie einen Dateisystemzugriffssteuerungseintrag.</p>\n","syntaxes":["New-CMFileSystemAccessControlEntry [-AccessOption <AccessType>] -GroupOrUserName <String>\n [-Permission <FileSystemPermissions[]>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMFileSystemAccessControlEntry","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-CMFileSystemAccessControlEntry.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmfilesystemaccesscontrolentry","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMFileSystemAccessControlEntry","schemaType":"PowershellCmdlet","summary":"<p>Erstellen Sie einen Dateisystemzugriffssteuerungseintrag.</p>\n","uid":"ConfigurationManager.New-CMFileSystemAccessControlEntry"}],"canonical_url":"https://learn.microsoft.com/de-de/powershell/module/configurationmanager/new-cmfilesystemaccesscontrolentry?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/de-de/powershell/module/configurationmanager/new-cmfilesystemaccesscontrolentry?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Verwenden Sie dieses Cmdlet, um einen Zugriffssteuerungseintrag (Access Control Entry, ACE) für das Dateisystem zu erstellen. Ein Zugriffssteuerungseintrag definiert bestimmte Berechtigungen für einen bestimmten Benutzer oder eine bestimmte Gruppe. Sie können dieses Objekt mit dem Cmdlet <strong>New-CMRequirementRuleFilePermissionValue</strong> verwenden, um eine Anforderungsregel für einen Anwendungsbereitstellungstyp zu erstellen, der Dateiberechtigungen überprüft.</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-CMFileSystemAccessControlEntry.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-CMFileSystemAccessControlEntry\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Erstellen Sie einen Dateisystemzugriffssteuerungseintrag.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMFileSystemAccessControlEntry [-AccessOption <AccessType>] -GroupOrUserName <String>\n [-Permission <FileSystemPermissions[]>] [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMFileSystemAccessControlEntry\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}