Remotely Create Shares

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

Guest

I have to create a large number of shares on remote servers that are all
identicle. I was trying to do something like a "net share
name=\\servername\d$\folder" but the syntax is not correct.

Other than installing rcmd everywhere in advance, does anyone know of an
easy way to get this done?

Thanks
 
James Smith said:
I have to create a large number of shares on remote servers that are all
identicle. I was trying to do something like a "net share
name=\\servername\d$\folder" but the syntax is not correct.

Other than installing rcmd everywhere in advance, does anyone know of an
easy way to get this done?

Thanks

Use psexec.exe (www.sysinternals.com).
 
Back
Top