README.md aktualisiert
Added Information about Execution Policy
This commit is contained in:
parent
a13420fd6f
commit
7d47c4d6b4
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
|
|
||||||
This repository contains some more or less useful PowerShell scripts. ;)
|
This repository contains some more or less useful PowerShell scripts. ;)
|
||||||
|
|
||||||
|
If the script is not permitted to be run on the machine you need to set the execution policy in powershell.exe:
|
||||||
|
|
||||||
|
`set-executionpolicy remotesigned`
|
||||||
|
|
||||||
|
After that you can right-click the script and select "Execute with PowerShell"
|
||||||
|
|
||||||
## NTFS-ACL-Finder.ps1
|
## NTFS-ACL-Finder.ps1
|
||||||
This scripted GUI-Tool searches for folders and files that contains the given ACL (username or groupname).
|
This scripted GUI-Tool searches for folders and files that contains the given ACL (username or groupname).
|
||||||
The depth level can be set and the results can be exported to a csv file.
|
The depth level can be set and the results can be exported to a csv file.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue