G Guest Jul 13, 2005 #1 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?
J Jerold Schulman Jul 14, 2005 #2 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? Click to expand... CACLS \\RemoteComputer\C$\Folder /E /C /GRANT .......
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? Click to expand... CACLS \\RemoteComputer\C$\Folder /E /C /GRANT .......
G Guest Jul 14, 2005 #3 That is awesome! Thanks. It appears as if this command only works on indivual users, will it work with a group as well?
That is awesome! Thanks. It appears as if this command only works on indivual users, will it work with a group as well?