Pushing a mapped drive

  • Thread starter Thread starter johnfli
  • Start date Start date
J

johnfli

Is it possible to push out a mapped drive to my users without needing to
have them log on and off?
 
Is it possible to push out a mapped drive to my users without needing to
have them log on and off?

You can push out a batch file that they could double-click.
If would contain something similar to:

@echo off
net use X: \\Servername\Sharemame /persistent:YES

or

@echo off
net use X: \\Servername\Sharemame /persistent:NO



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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top