Browse Source

Merge pull request #1 from raandree/master

update
pull/73/head
James Smith 6 years ago
committed by GitHub
parent
commit
18233e1eb5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      NTFSSecurity/ItemCmdlets/RemoveItem2.cs
  2. 2
      NTFSSecurity/NTFSSecurity.psd1
  3. 4
      README.md

2
NTFSSecurity/ItemCmdlets/RemoveItem2.cs

@ -40,7 +40,7 @@ namespace NTFSSecurity
} }
[Parameter] [Parameter]
public SwitchParameter PassThur public SwitchParameter PassThru
{ {
get { return passThru; } get { return passThru; }
set { passThru = value; } set { passThru = value; }

2
NTFSSecurity/NTFSSecurity.psd1

@ -15,6 +15,8 @@
PowerShellVersion = '2.0' PowerShellVersion = '2.0'
CompatiblePSEditions = 'Core', 'Desktop'
DotNetFrameworkVersion = '3.5' DotNetFrameworkVersion = '3.5'
ScriptsToProcess = @('NTFSSecurity.Init.ps1') ScriptsToProcess = @('NTFSSecurity.Init.ps1')

4
README.md

@ -14,5 +14,5 @@ Further help can be found in [How to install](https://github.com/raandree/NTFSSe
The cmdlets are yet not documented completely so Get-Help will not show help for all the cmdlets. Providing documentation is planned though. The cmdlets are yet not documented completely so Get-Help will not show help for all the cmdlets. Providing documentation is planned though.
Additional documentation is available: Additional documentation is available:
* [NTFSSecurity Tutorial 1 - Getting, adding and removing permissions](http://blogs.technet.com/b/fieldcoding/archive/2014/12/05/ntfssecurity-tutorial-1-getting-adding-and-removing-permissions.aspx) * [NTFSSecurity Tutorial 1 - Getting, adding and removing permissions](https://docs.microsoft.com/en-us/archive/blogs/fieldcoding/ntfssecurity-tutorial-1-getting-adding-and-removing-permissions)
* [NTFSSecurity Tutorial 2 - Managing NTFS Inheritance and Using Privileges](http://blogs.technet.com/b/fieldcoding/archive/2014/12/05/ntfssecurity-tutorial-2-managing-ntfs-inheritance-and-using-privileges.aspx) * [NTFSSecurity Tutorial 2 - Managing NTFS Inheritance and Using Privileges](https://docs.microsoft.com/en-us/archive/blogs/fieldcoding/ntfssecurity-tutorial-2-managing-ntfs-inheritance-and-using-privileges)

Loading…
Cancel
Save