[windows2000] Re: Print Servers

  • From: "Jeff Stockard" <JStockard@xxxxxxxxxxxxxxx>
  • To: <windows2000@xxxxxxxxxxxxx>
  • Date: Fri, 12 Sep 2003 12:06:55 -0400

Make sure you put a line in the Logon Script (Under the Profile tab on
the User properties of Active Directory) that says KIX32

We always create our KIX script.  Open a command prompt.  Move to the
drive letter where the KIXTART.KIX script is located.  Type in KIX32 and
let the script run after each change.  This helps to ensure that the
updated script is the one that is running.

This list has a bunch of people who are great at KIX scripting.  If you
don't find (or understand) something in the manual, a quick post here
should get you the results you need.

Hope this helps

Jeff

Jesus Loves You

 

-----Original Message-----
From: Farrugia, Paul [mailto:pfarrugia@xxxxxxxxxxxx] 
Sent: Friday, September 12, 2003 11:38 AM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: Print Servers

 

Thanks.......already downloaded it ...now just have to learn how to use
it....

 

Paul

-----Original Message-----
From: Rick Fogarty [mailto:rick@xxxxxxxxxxxxx] 
Sent: Friday, September 12, 2003 11:24 AM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: Print Servers

 

I think you best bet is to get kix....  It's free too.  Try
www.kixtart.org


Rick

        -----Original Message-----
        From: windows2000-bounce@xxxxxxxxxxxxx
[mailto:windows2000-bounce@xxxxxxxxxxxxx] On Behalf Of Herchenbach, Jim
        Sent: Friday, September 12, 2003 11:06 AM
        To: windows2000@xxxxxxxxxxxxx
        Subject: [windows2000] Re: Print Servers

        how about if you "don't" have KIX?  Can this be done with a
simple batch file as well?

                -----Original Message-----
                From: Jeff Stockard [mailto:JStockard@xxxxxxxxxxxxxxx]
                Sent: Friday, September 12, 2003 9:53 AM
                To: windows2000@xxxxxxxxxxxxx
                Subject: [windows2000] Re: Print Servers

                If you are using KIX, you can put this in their logon
script.  This works well in an Active Directory environment.  Create a
group for each printer.  Add the people who need each printer to each
group.  Put a line in the KIX script like this (which will also delete
the name of the old print server from their profile).

                if ingroup("NameofPrinterGroup")

                            DELPRINTERCONNECTION
("\\OldPrintServerName\PrinterName")

                            ADDPRINTERCONNECTION
("\\PrintServerName\PrinterName")

                endif

                 

                If you add this under the Add statement, you can also
set their default (everybody in the group gets this though)

                            SETDEFAULTPRINTER
("\\LMS2KDATA\LSENGHP4050")

                
                Hope this helps

                Jeff

                Jesus Loves You

                 

                -----Original Message-----
                From: Farrugia, Paul [mailto:pfarrugia@xxxxxxxxxxxx] 
                Sent: Friday, September 12, 2003 10:38 AM
                To: windows2000@xxxxxxxxxxxxx
                Subject: [windows2000] Print Servers

                 

                Hello,

                 

                I am looking to replace our existing NT print server for
10 printers. We connect our users manually to the printers. Once I
complete the replacement I was wondering if there was any was to connect
my users to the printers without having to sit at every desk and
manually connect them. The new server will be running windows 2000
server with Active Directory. Can anyone give me some advice on how to
handle it and does anyone know of any immediate problems I may have?

                 

                 

                Thanks in advance...

                 

                Paul 

                 

Other related posts: