|
Question : Enable File And Print Sharing for Microsoft Networks script /Utility
|
|
Is there a utility that can enable file and print sharing for Microsoft Networks? Ideally a script? or maybe a way to use group policy?
I have about 300 computers that I need to enable it on.
|
Answer : Enable File And Print Sharing for Microsoft Networks script /Utility
|
|
Get snetcfg.exe from here: http://www.cadjobs.net/sms/novell.htm
extract the snetcfg.exe file to a shared directory on a server your clients can all acces.
Then put this into a script in group policy: Code:
\\server\sharename\snetcfg.exe -l " %systemroot%\Inf\NETSERV.INF -c s -i
found at: http://www.security-forums.com/forum/viewtopic.php?p=177532
|
|
|