Forum Discussion
Frenchy81100
Nov 14, 2022Copper Contributor
Specials Get-Acl and Set-Acl rules on directories
Hello Everyone, I'm managing to create a script for a company I am working with, and unfortunately, I'm stuck. The company wants some people to only access few directories using that path m...
- Nov 15, 2022
$Data1=Get-ChildItem C:\Users\Administrateur\Software\Clients -Directory -Recurse | where-object Name -eq Direct
Does that work? I don't think the * works... Nope, it doesn't 🙂
Nov 17, 2022
Nice!
Frenchy81100
Nov 17, 2022Copper Contributor
Harm_Veenstra
Thanks a lot For Everything, the script doesn't look clean but still is nice and fully working.
Thanks a lot For Everything, the script doesn't look clean but still is nice and fully working.