From 77d6f34c7a8f83f6fca5ae8b296237ba53efd6ea Mon Sep 17 00:00:00 2001 From: sup3rlativ3 Date: Tue, 15 Oct 2019 22:33:34 +1100 Subject: [PATCH] added RTD badge --- Docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docs/index.md b/Docs/index.md index a8924b9..eee4b41 100644 --- a/Docs/index.md +++ b/Docs/index.md @@ -1,6 +1,6 @@ # NTFSSecurity -[![Build status](https://ci.appveyor.com/api/projects/status/2gfb58t9qh655b8x?svg=true)](https://ci.appveyor.com/project/Sup3rlativ3/ntfssecurity) +[![Build status](https://ci.appveyor.com/api/projects/status/2gfb58t9qh655b8x?svg=true)](https://ci.appveyor.com/project/Sup3rlativ3/ntfssecurity) [![Documentation Status](https://readthedocs.org/projects/ntfssecurity/badge/?version=latest)](https://ntfssecurity.readthedocs.io/en/latest/?badge=latest) 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.