diff --git a/Home.md b/Home.md index 863c279..f31e48d 100644 --- a/Home.md +++ b/Home.md @@ -1 +1,6 @@ -Welcome to the NTFSSecurity wiki! +The module provides 10 cmdlets to manage permissions on the file system, like adding and removing ACEs, setting the inheritance, getting the current permissions or even get the effective permissions for a certain user. +The available cmdlets are listed below with a short description. More information can be retrieved in the PowerShell using Get-Help. + +All cmdlets have at least one parameter that supports the pipeline. They all can work with pipeline input coming from Get-ChildItem but some do more with what comes form the pipeline. + +The name / SID translation is done by the Security2 class. \ No newline at end of file