#140418 - 2005-05-26 10:57 PM
New to KIXTART. Need help installing and configuring
|
jerry
Lurker
Registered: 2005-05-26
Posts: 2
|
I'm new to KIXTART so i'm not sure what to do. Here's my environment: W2K3 SERVER using AD WXP PRO for clients.
I want to set up login scripts for everyone so all their drives will be mapped at logon. Different people have different drive mappings.
How do i install the program, create the script and where do i save it to?
I know this is very basic, but everyone has to start at the bottom.
thanks
jerry
|
|
Top
|
|
|
|
#140420 - 2005-05-27 02:33 PM
Re: New to KIXTART. Need help installing and configuring
|
jerry
Lurker
Registered: 2005-05-26
Posts: 2
|
LES: Thanks for the reply but i need a little more help than that.
1 What do i put in the users profile under "profile path" and "login script"? 2 what else besides KIX32 do i put in the NETLOGON folder? 3 How do i get the script to work?
As you can see, this is new to me.
thanks
jerry
|
|
Top
|
|
|
|
#140422 - 2005-05-27 07:00 PM
Re: New to KIXTART. Need help installing and configuring
|
Huffinagle
Getting the hang of it
   
Registered: 2002-09-04
Posts: 75
Loc: McMinnville, OR, USA
|
Jerry,
Kixtart, as I am learning, is an outstanding scripting tool for logon use and beyond. This message board is full of very helpful people who will answer any of your questions. I've really appreciated there help.
Here's what I'm doing in a similar environment to yours.
BATCH FILE METHOD 1. For each USER set their "logon script" text to logon.bat (or whatever batch file name you give it) 2. On your Domain Controller copy the latest kix32.exe to your NETLOGON share (SYSVOL\domain\scripts) and create your first Kixtart script. You can name it script.kix or whatever you want. (if you need basic info on what this entails let me know) 3. Add this line in your batch file Code:
CALL %LOGONSERVER%\NETLOGON\kix32.exe %LOGONSERVER%\NETLOGON\script.kix /f 4. Now you can edit your script.kix file to map drives. Use the following example as a guideline. Code:
if ingroup ("Domain Admins") ; Where "Domain Admins" is a global group in AD use G: /d use G: "\\%servername%\%hiddensharename%$"
use H: /d use H: @HOMESHR + \ + @USERID ; connect to user's home share endif
LES presented you with a method of calling the kix32.exe script which bypasses the need of legacy batch files. I'm going to move all my legacy batch files in my system to this new method, but for starters, the batch files work just fine.
Also, DIVE into the Kix User's Guide. It has examples for all the kix commands I've mentioned and more.
Matthew
|
|
Top
|
|
|
|
#140424 - 2005-05-27 08:40 PM
Re: New to KIXTART. Need help installing and configuring
|
Huffinagle
Getting the hang of it
   
Registered: 2002-09-04
Posts: 75
Loc: McMinnville, OR, USA
|
Thank you LES for pointing out the problems. Can you provide some solutions?
Would this be more appropriate in a BATch file? Code:
CALL %0\..\kix32.exe %0\..\script.kix Where BATch, kix32.exe, and script.kix are in the NETLOGON directory.
|
|
Top
|
|
|
|
Moderator: Jochen, Allen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Arend_, Mart
|
0 registered
and 1247 anonymous users online.
|
|
|