From 7a929de121af42af26f8a788681133364f65d7bd Mon Sep 17 00:00:00 2001 From: sup3rlativ3 Date: Mon, 14 Oct 2019 23:11:02 +1100 Subject: [PATCH] index --- Docs/Index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/Index.md b/Docs/Index.md index 3307a42..da66399 100644 --- a/Docs/Index.md +++ b/Docs/Index.md @@ -2,7 +2,7 @@ [![Build status](https://ci.appveyor.com/api/projects/status/2gfb58t9qh655b8x?svg=true)](https://ci.appveyor.com/project/Sup3rlativ3/ntfssecurity) -Managing permissions with PowerShell is only a bit easier than in VBS or the command line as there are no cmdlets for most day-to-day tasks like getting a permission report or adding permission to an item. PowerShell only offers Get-Acl and Set-Acl but everything in between getting and setting the ACL is missing. This module closes the gap. +Managing file & folder permissions with PowerShell is only a bit easier than in VBS or the command line as there are no cmdlets for most day-to-day tasks like getting a permission report or adding permission to an item. PowerShell only offers Get-Acl and Set-Acl but everything in between getting and setting the ACL is missing. This module closes the gap. [Version History](https://github.com/raandree/NTFSSecurity/wiki/Version-History)