VBS script request for multiple UNC path Access

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • jsusulin
    New Member
    • May 2010
    • 1

    #1

    VBS script request for multiple UNC path Access

    Hi Developers,

    i work for a district school system, and we have a software that requires several clients from our office to map to a network share to each of the 20 schools total.

    because of the mapped drives each client ran out of drive letters and were exchanging virus infections to the school servers and to the other clients. we then figured out a work around mapped drives, and started using UNC paths instead.

    now my headache is going to each client and input the school's logon credential of each server and ip address via "rundll32.e xe keymgr.dll, KRShowKeyMgr".

    is there someone out there who can develop a sample script or real script where i can input all the UNC path and logon credentials of each school so i can dump the script in to the clients start up folder? please advise.

    Example:
    School A - \\9.155.30.253\ sharedfolder
    School B - \\9.155.20.5\sh aredfolder
    School C - \\9.154.30.7\sh aredfolder
    School D - \\9.154.20.5\sh aredfolder$ (hidden share)
    Last edited by jsusulin; May 17 '10, 07:31 AM. Reason: spelling
Working...