I want to Remove a specific user from ACL via Powershell. Not just the permission of the user for the folder.
I want the user gone from the directory.
The following post discribes my problem perfectly but the solution leads me to an 404 error^^
https://learn.microsoft.com/en-us/archive/msdn-technet-forums/6fbe497e-0ee5-41b5-802b-373466658b48
Does anybody know the solution?
i tried with get-acl and set-acl but these are just setting and removing the permissions not deleting the user itself from the folder.
if my folder has lets say test1, test2, test3 users with permissions i now want to remove test1 for example. so not the permissions, i want the user gone from the folder.
KillerHaseTV is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1