Networking Forums

Networking Forums > Computer Networking > Windows Networking > 2003 AD Member Server Autodisconnect Shares

Reply
Thread Tools Display Modes

2003 AD Member Server Autodisconnect Shares

 
 
dcoffaro@gmail.com
Guest
Posts: n/a

 
      03-03-2006, 06:12 PM
Environment:

2003 AD, DNS, WINS, DHCP, DC (also Global Catalog), ISA 2004, Exchange
2003, SMS 2003. All traffic in the following example are one hop away @
1 Gb.

XP Pro SP2, user logs in and runs a .vbs (see below) via a GPO to map
two drive shares on the same server, H: and W:. After 30 - 420 minutes
(i know, broad time frame...) of inactivity on the H:
(\\server\username$) the drive becomes disconnected, then _actually_
disappears from My Computer. The "net use" command show no reference to
the share after its lost. Manually mapping H: reconnects the share and
the same pattern would occur over time. There are no problems with
security/share on the folders as the user has Full Control.

2003 Server, turned off the autodisconnect feature via "net config
server /autodisconnect:-1" This problem is not unique to a unique image
but rather company wide. Logs report no user or machine errors in AD
and on the local machine.

Is there something on the file server or workstation that needs to be
enabled\disabled. At this point I am concerned because the same script,
syntax, and \\server are not an issue with the W:
(\\server\share\share)? Or possibly a more descript audit trail?

Thanks...

strUser = "\\server\" & strUser & "$"
WshNetwork.RemoveNetworkDrive "H:", True, True
WshNetwork.MapNetworkDrive "H:", strUser, True
WshNetwork.RemoveNetworkDrive "W:", True, True
WshNetwork.MapNetworkDrive "W:", "\\server\share\share", True

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
cant see AD from 2003 member server ? scott Windows Networking 5 09-09-2005 02:43 PM
Windows server 2003 SP1 member server RPC error Casey Windows Networking 1 06-11-2005 07:17 PM
WINS on a Server 2003 running as member server in NT 4.0 Domain? Nils Windows Networking 2 06-03-2005 02:33 PM
2003 Member server in a NT4 domain =?Utf-8?B?Y2FzZXliMQ==?= Windows Networking 3 03-08-2005 05:52 PM
Join 2003 Member Server to NT Domain John Windows Networking 0 03-05-2004 12:06 AM



1 2 3 4 5 6 7 8 9 10 11