Jump to content

Recommended Posts

Posted

We have a server running SIMS in a workgroup and have currently one PC from the curriculum network which connects to it - works fine when set up.

 

I have physically mapped the drive and also set the map up as a BAT file for startup but after a reboot the mapped drive fails to show and has to be physically reset again - what am I missing:(

Posted

Try

 

net use S: /delete

 

at the beginning of the batch file.

 

Let me know how you get on, could you post a copy of the batch file?

Posted (edited)

Thanks folks. My current mapdrive.bat reads:

 

@echo off

cls

 

net use t: /d /y

 

net use t: \\****\simsdata /<***** >:<*****>

 

exit

Edited by speckytecky
Posted
Shove a ping -n 5 name-of-sims-server in in front of that and log the whole lot out to a text file so you can see whether it's running before the network connection is established or whatnot.
  • Thanks 1
Posted
are they able to login using cached logins? if so enable wait for network at startup via gpo - you may find that they are logging in using cached settings it cannot map the drive due to the network card not being ready

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...