Re: 2003 Question
- From: "kmonroe.mgbp" <kmonroe.mgbp@xxxxxxxxx>
- Date: Mon, 28 Jul 2008 08:51:40 -0700 (PDT)
What do you mean with MMX extended?
Group - [Console Root\Local Computer Policy] EXTENDED
I am aible to add any snap in to the console to create my own.
For the script also describe more in detail, does it run as startup
script or logon script?
LOGON
default domain policy / User Configuration / Windows settings /
Scripts / logon
Also post the script content and how did you start it.
---------------SCRIPT-START--------------
Option Explicit
Dim objNetwork
Dim strDriveLetter, strRemotePath, strUserName
strDriveLetter = "X:"
strRemotePath = "\\mgbp2k\users"
Set objNetwork = WScript.CreateObject("WScript.Network")
strUserName = objNetwork.UserName
objNetwork.MapNetworkDrive strDriveLetter, strRemotePath _
& "\" & strUserName
WScript.Echo " Share, check: "& strDriveLetter
WScript.Quit
---------------SCRIPT-END--------------
.
- Follow-Ups:
- Re: 2003 Question
- From: Meinolf Weber
- Re: 2003 Question
- References:
- 2003 Question
- From: kmonroe.mgbp
- Re: 2003 Question
- From: Meinolf Weber
- 2003 Question
- Prev by Date: Re: System Volume Information
- Next by Date: Re: File Replication errors n Event log on Server
- Previous by thread: Re: 2003 Question
- Next by thread: Re: 2003 Question
- Index(es):
Relevant Pages
|