Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- VBS Logon scripts
- Does anyone use VBScripting .vbs for logon scripts effectively in a Windows 2000 domain setting?this is how mine looks if it helps anyDim objNeton error resume nextSet objNet = CreateObject("Wscript.Network")objNet.MapNetworkDrive "I:", "\SLTsmsI_folder"objNet.MapNetworkDrive "J:", "\SLTsmsJ_folder"objNet.MapNetworkDrive "K:", "\SLTsmsK_folder"objNet.MapNetworkDrive "L:", "\SLTsmsL_folder"objNet.MapNetworkDrive "N:", "\SLTsmsN_folder"objNet.MapNetworkDrive "Q:", "\SLTsmsQ_folder"WSCript.QuitVery niceDo you run a mixed mode and if...
- Tags: Microsoft Windows 98, Microsoft Windows, objNet.MapNetworkDrive
- Discussion threads 2005-01-25
Additional Resources
- Scripting Help
- Good afternoon.Is there a way I can tell which users have what mapped drivers and also which mapped drives are available please?Let me give you some background on this....Im trying to create a new shared area across departments, however we have so many drive mappings and cross mappings via departments...
- Tags: Scripting languages, steve.garlinge@..., mapping
- Discussion threads 2007-08-15
- client mapping to a partition on a server
- I have setup a partition on a server. I would like to have client workstations map a few logical drives to different parts of the partion. The partition on the server is labeled 'Z'. Would the following code get the job done in a logon script?Set objNetwork =...
- Tags: Workstations, server, mark@...
- Discussion threads 2007-10-02
- VB Login Script Help needed
- Please forgive me, but i'm extremely new to VBScript. I need to write a login script to map drives based on group membership in a windows 2003 AD Domain. I've found numerous examples all over the net, but none of them has seemed to work properly for me.Here...
- Tags: accounting, CreateObject, Microsoft Visual Basic, objNetwork.MapNetworkDrive, programming, RhythmMethod, windows, wshNetwork.MapNetworkDrive, \\SERVER\SHARE
- Discussion threads 2006-10-18
- Login Script
- I need a simple login script for drive mappings, printers and pushing exe file through login script for example DST push.Anybody knows a site?RE: Login ScriptThis site has a lot of information and explanations.http://www.computerperformance.co.uk/Logon/logon_scripts.htmEasy windows script...Old sample of mine for a batch file setupEcho OffREM Drive map for Casselle,...
- Tags: jfkind@..., strRemotePath1, strDriveLetter2, strRemotePath2
- Discussion threads 2007-10-27
- Error 800A01C3 - VBScript (Login Script)
- Any ideas? I received the above error when I run the login script as anyone that doesnt have administrative rights to the network. The section that returns the error is below. I can't post the entire script here, but if you email me: thamilton at tuskyvalley.k12.oh.us, I can...
- Tags: GetObject, LDAP://, Login, Login Script, Microsoft VBScript, objNetwork.MapNetworkDrive, programming, thamilton@...
- Q&A 2005-09-22
- VB script problem
- Hi,Is there any way include user name with password to map a network share in VB script. example: username: mejhone password: support, network shard: \csg_appmerchsharecan this be done?Thank you.No I would not recommend to do it that way. Best way is to assign permissions on ther server to allow users...
- Tags: password, WScript.Network, Wscript.CreateObject
- Q&A 2004-11-12
- Group plicy works intermittently!!
- I have a group policy object called "Map users".In this policy I have logon script policy(User configuration >Windows setting >scripts>logon)This script basically maps users to different folder on the server.The problem is that the script, for some mysterious, reason doesn't work all the time. Even though it's in the same...
- Tags: e_canaan@..., it management, WScript.Network
- Q&A 2005-05-09
- Drive Label Says Network Drive
- Here's the snippet of code I'm using:If InStr(strGroup, lcase(Staff_Group)) Then objNetwork.MapNetworkDrive "H:","\blahGeneral" objShell.NameSpace("H:").Self.Name = "General"Now when I login as someone in the Staff Group and I open windows explorer I for a share name I see "Network Drive (H:)" rather then "General (H:)" any ideas why?Thanks for the help.-Chris Matera
- Tags: cmatera@..., drives, mapping, network, Network Drive, networking, programming, scripting, server 2003, shares, windows
- Discussion threads 2007-01-17
- Strange behavior after using vbscript to map a drive based on group members
- ere in my office we're using a group policy dropped onto ourcontainer below our workstation critical update policy. This policycalls a login script to map drives to logged in users based on groupmembership. Here's a snippet of that code:If InStr(strGroup, lcase(Staff_Group)) Then objNetwork.MapNetworkDrive "S:","\umafinaidGeneral"...
- Tags: Servers, cmatera@..., Microsoft VBScript
- Discussion threads 2007-03-16
- Mapping home directory in windows server???
- Hello there,Can anybody please tell me how I can set up home directory mapping in Group policly in win 2003 server.I have shared directory on the server. I want users to see their home directory mapped to a drive letter when they log on(i.e H:home%username%.I know how to do it...
- Tags: e_canaan@..., home directory, server, window, windows
- Q&A 2005-04-09
- Mapping Network Drive to a specific username and password
- Hi i would like to know if its possible to create a logon script to map a network drive but only map it with a specified username and password. We are trying to map a network drive that will be hidden but allows access so that sims can be used...
- Tags: Scripting languages, kyleclements@..., password, network
- Discussion threads 2007-10-17
- Windows assigning drive letters
- I have mapped a network drive and used the letter F but now every time I connect a usb device it assigns the usb device the letter F so I can't access it unless I go in to disk management and change the drive letter of the usb device, is...
- Tags: Microsoft Windows, deerek11@..., network, usb device, CreateObject
- Discussion threads 2007-07-26
- Mapping Network Drives over VPN
- Hi,I got into this new job.In fact, you can all it my first job in the field. I understand VPN, firewalls, router, etc at CCSP level( trained in Network Security..as you can guess). But I'm not really good at Systems. This new job is mainly systems administration and i took...
- Tags: security, drive maps, windows, VPN, neora_x_m@..., networking, laptop computer, network
- Discussion threads 2006-09-25
- Show a shared folder as a drive.
- I would like to display a shared folder in the win2k3 server as a drive in each domain users MY Computer icon. I have around 350 users in the AD.Hi, You can achieve this via simple 'net use' statement in a script. As you wish this to be...
- Tags: maya_girish@..., shared folder, window, windows
- Q&A 2005-02-23
- mapping lost after second log on
- We have just upgraded from Windows 2000 Pro to Windows XP Pro SP2. The problem is that we run a scrip that maps a drive letter to the users in that group. However, since we've upgraded to the latter OS, the users can run the scrip and map the drive...
- Tags: Microsoft Windows, LCase
- Q&A 2004-12-16
- << Previous
- page 1 of 1
- Next >>