diff --git a/WindowsServerDocs/administration/windows-commands/icacls.md b/WindowsServerDocs/administration/windows-commands/icacls.md index b340348208..bc8e58099a 100644 --- a/WindowsServerDocs/administration/windows-commands/icacls.md +++ b/WindowsServerDocs/administration/windows-commands/icacls.md @@ -43,7 +43,7 @@ icacls directory [/substitute SidOld SidNew [...]] [/restore aclfile] [/C] [/L] | /setintegritylevel `` | 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