Home > Windows Server News > Scripting School: MapResources sample script
Windows Server News:
EMAIL THIS

Scripting School: MapResources sample script

By Christa Anderson, Contributor
11 Jul 2005 | SearchWinSystems.com

Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   

'Tell the script to recognize only defined variables.
Option Explicit

'Define the variables.
Dim oNet, sUserName

'Create the WshNetwork object in the script and assign
'it to a variable.
Set oNet = CreateObject("WScript.Network")

'Get the name of the current user and assign it a variable
sUserName = oNet.UserName

'Evaluate sUserName and perform actions
appropriate to its value.
Select Case sUserName
   Case "Mary" 

'Map the network share to a local drive letter, supplying
'the path to the network share as an argument.

      oNet.MapNetworkDrive "X:", "\\server \documents"
      oNet.MapNetworkDrive "Y:", "\\server\templates"
   Case "Todd"
      oNet.MapNetworkDrive "X:", "\\server\documents"
   Case Else 
oNet.MapNetworkDrive "Y:", "\\server\default"
End Select

Scripting School: More on connecting to network resources

  Introduction
  What happens to all those mapped drives?
  What about location-based mappings?
  How do I map printers?
  Does Select Case support wildcards?
  How to put the script together
  MapResources sample script
  Summary

Read Christa's previous columns:
Beginner's guide to scripting
It's time to increase your scripting expertise

Scripting: Connect users to network resources

ABOUT THE AUTHOR:
Christa Anderson
When Christa Anderson began working with Windows Server operating systems in 1992, she became increasingly interested in finding more efficient and flexible ways of performing routine tasks. Christa has written extensively about administrative scripting and taught technical sessions on the subject at conferences such as Comdex and CeBIT, helping people who had never done any scripting to write their own scripts in half a day. In addition to her interest in scripting Windows management, Christa is an authority on server-based computing and the program manager for Terminal Services licensing in Longhorn. If you have a scripting question for Christa, please e-mail her at scripting@SearchWinSystems.com.


Digg This!    StumbleUpon Toolbar StumbleUpon    Bookmark with Delicious Del.icio.us   



RELATED RESOURCES
2020software.com, trial software downloads for accounting software, ERP software, CRM software and business software systems
Search Bitpipe.com for the latest white papers and business webcasts
Whatis.com, the online computer dictionary



Windows Server Management - Virtualization, Consolidation, Clustering
HomeTopicsBlogsITKnowledge ExchangeTipsNewsMultimediaWhite PapersIT Downloads
About Us  |  Contact Us  |  For Advertisers  |  For Business Partners  |  Site Index  |  RSS
SEARCH 
TechTarget provides technology professionals with the information they need to perform their jobs - from developing strategy, to making cost-effective purchase decisions and managing their organizations' technology projects - with its network of technology-specific websites, events and online magazines.

TechTarget Corporate Web Site  |  Media Kits  |  Site Map




All Rights Reserved, Copyright 2004 - 2009, TechTarget | Read our Privacy Policy
  TechTarget - The IT Media ROI Experts