Global Folder Sharing

  • Thread starter Thread starter Leonard Green
  • Start date Start date
L

Leonard Green

This might be a simple question, but I want to set up my domain to allow all
users the ability to share folders that are accessible by all domain users
by default. Currently users have to add authenticated users group and
domain users group to their share permissions to give users access. I would
want a system where folders are automatically shared and accessible.

Using a windows 2000 sp2 server to run a mostly windows xp client base,
about 20 clients in total. Thanks in advance.
 
This might be a simple question, but I want to set up my domain to allow all
users the ability to share folders that are accessible by all domain users
by default. Currently users have to add authenticated users group and
domain users group to their share permissions to give users access. I would
want a system where folders are automatically shared and accessible.

Using a windows 2000 sp2 server to run a mostly windows xp client base,
about 20 clients in total. Thanks in advance.

Using RMTSHARE from tip 6353 in the 'Tips & Tricks' at http://www.jsiinc.com

rmtshare \\%computername%\sharename="c:\temp" /UNLIMITED /Grant "Authenticated Users":C /Grant "%userdomain%\Domain Users":C


Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 
Back
Top