Difference between revisions of "Files and Folders (PowerShell)"

Jump to navigation Jump to search
m
Added Get-Acl
(Initial creation)
 
m (Added Get-Acl)
 
Line 1: Line 1:
== <code> Get-Acl </code> ==
=== Troubleshooting ===
* '''Set-Acl : The security identifier is not allowed to be the owner of this object.'''
** Normally caused by the owner no longer having rights over the object in the new ACL despite still being the owner.  Either change the owner of the object before attempting to apply the new ACL, or add the current owner into the new ACL.
== Directory Walker ==
== Directory Walker ==
A basic recursive function to walk through a directory tree
A basic recursive function to walk through a directory tree

Navigation menu