Skip to main content

All Questions

0 votes
1 answer
2k views

Remove all user from security group

Is there a way through command line to remvoe all the users in a security group (from Local Users and Groups)? I can remove a single user with "net localgroup", but I don't know who is in the group.
the_lotus's user avatar
  • 135
2 votes
3 answers
19k views

how to grant access to a folder using cacls

I have revoked a permission for a folder test using cacls. cacls d:/test /D adsd14 Now I trying to reassign permission to this folder using the same command. cacls d:/test /E /G adsd14:F It ...
bunty's user avatar
  • 123