How do I assign permissions...

G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

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?
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

On Wed, 13 Jul 2005 08:27:26 -0700, SkiOne <SkiOne@discussions.microsoft.com> wrote:

>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 .......
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.general (More info?)

That is awesome! Thanks.

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

"Jerold Schulman" wrote:

> On Wed, 13 Jul 2005 08:27:26 -0700, SkiOne <SkiOne@discussions.microsoft.com> wrote:
>
> >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 .......
>