How do I assign permissions...

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to set permissions on a folder on a remote computer (note: not a file
share)

Is there a way that I can script this?
 
I want to set permissions on a folder on a remote computer (note: not a file
share)

Is there a way that I can script this?


CACLS \\RemoteComputer\C$\Folder /E /C /GRANT .......
 
That is awesome! Thanks.

It appears as if this command only works on indivual users, will it work
with a group as well?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top