Hi, I have mapped a network drive using the following command:
net use x: \\ipaddress\C$ /user:someuser somepassword /persistent:yes
this works fine, however when the server is restarted the connection is NOT restored (so it seems "persistent:yes" is not working for some reason), so when explorer is started, it comes up with the "enter credentials" window. Any idea where I start looking ???