From 9f6bdd79f1232586cb3536fde7753bcf46f35173 Mon Sep 17 00:00:00 2001 From: Ariendg <40452837+ariendg@users.noreply.github.com> Date: Thu, 6 Feb 2025 17:18:27 +0100 Subject: [PATCH] Update icacls.md parameter/flag inheritancelevel is not correct? --- WindowsServerDocs/administration/windows-commands/icacls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsServerDocs/administration/windows-commands/icacls.md b/WindowsServerDocs/administration/windows-commands/icacls.md index b2abb2d943..744fa5a0dc 100644 --- a/WindowsServerDocs/administration/windows-commands/icacls.md +++ b/WindowsServerDocs/administration/windows-commands/icacls.md @@ -44,7 +44,7 @@ icacls [/substitute [...]] [/restore [/c | [/setintegritylevel [(CI)(OI)] \:\[...]] | Explicitly adds an integrity ACE to all matching files. The level can be specified as:
  • **l** - Low
  • **m**- Medium
  • **h** - High
Inheritance options for the integrity ACE may precede the level and are applied only to directories. | | [/substitute \\ [...]] | Replaces an existing SID (*sidold*) with a new SID (*sidnew*). Requires using with the `` parameter. | | /restore \ [/c] [/l] [/q] | Applies stored DACLs from `` to files in the specified directory. Requires using with the `` parameter. | -| /inheritancelevel: [e \| d \| r] | Sets the inheritance level, which can be:
  • **e** - Enables inheritance
  • **d** - Disables inheritance and copies the ACEs
  • **r** - Disables inheritance and removes only inherited ACEs
| +| /inheritance: [e \| d \| r] | Sets the inheritance level, which can be:
  • **e** - Enables inheritance
  • **d** - Disables inheritance and copies the ACEs
  • **r** - Disables inheritance and removes only inherited ACEs
| ## Remarks