[windows2000] Re: Mapping drives the right way

  • From: "Greg Reese" <GReese@xxxxxxxxxxxxxxxx>
  • To: <windows2000@xxxxxxxxxxxxx>
  • Date: Wed, 4 Sep 2002 16:35:39 -0400

you can also use kix and make a case statement for the drives or =
printers or whatever.  Kix is also extremely fast compared to regular =
scripts.

We create and set default printers in our login scripts and Kix was the =
only way to do it fast.

Greg

-----Original Message-----
From: Jeff Stockard [mailto:JStockard@xxxxxxxxxxxxxxx]
Sent: Wednesday, September 04, 2002 4:20 PM
To: windows2000@xxxxxxxxxxxxx
Subject: [windows2000] Re: Mapping drives the right way



We use Kix in our environment.  We put users into groups using Active
Directory.  Then we have a Kix script in the NETLOGON directory.  The
syntax for mapping drives that we use is posted below.  If there are
spaces in the path name, use the second IF statement.
if ingroup("Dearborn Users")
        use p:  \\Nameofserver\departments
endif

if ingroup("Dearborn Users")
        use p:  "\\Name of Server\departments"
endif

Hope this helps
Jeff
Jesus Loves You

-----Original Message-----
From: Costanzo, Ray [mailto:rcostanzo@xxxxxxxxxxx]=3D20
Sent: Wednesday, September 04, 2002 3:36 PM
To: 'windows2000@xxxxxxxxxxxxx'
Subject: [windows2000] Mapping drives the right way


Hi there list,

Okay, so we have some Novell administrator type people where I work.
Finally after years of preaching to them about how much Novell sucks
(opinion), we're doing away with it.  Novell has something built into it
for
mapping drives that is like the ifmember Resource Kit utility.  So, one
of
these Novell guys just asked me how the same thing is done in a 2000
domain.





=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

==================================
To Unsubscribe, set digest or vacation
mode or view archives use the below link.

http://thethin.net/win2000list.cfm

Other related posts: