Networking Forums

Networking Forums > Computer Networking > Windows Networking > New admin question

Reply
Thread Tools Display Modes

New admin question

 
 
Mervin Williams
Guest
Posts: n/a

 
      09-13-2004, 08:11 PM
I am new to Windows administration, and I am trying to set up printers for
my clients. What I'd like to happen is that when each user logs onto any
PC, their user profile should contain each printer on the network along with
the network default printer. This should occur even for newly created
users.

Furthermore, if an existing user has changed his default printer to one
other than the network default, this should not be overridden.

Any assistance to help me achieve this would be greatly appreciated.

Mervin Williams


 
Reply With Quote
 
 
 
 
Henry Craven
Guest
Posts: n/a

 
      09-14-2004, 03:14 AM
See the response to your other post.

patience is a virtue ( ....and excessive cross
is NOT a good thing. )

--
Henry Craven {SBS-MVP}
Melbourne Australia

"Mervin Williams" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I am new to Windows administration, and I am trying to set up printers

for
> my clients. What I'd like to happen is that when each user logs onto

any
> PC, their user profile should contain each printer on the network

along with
> the network default printer. This should occur even for newly created
> users.
>
> Furthermore, if an existing user has changed his default printer to

one
> other than the network default, this should not be overridden.
>
> Any assistance to help me achieve this would be greatly appreciated.
>
> Mervin Williams
>
>



 
Reply With Quote
 
PC
Guest
Posts: n/a

 
      09-14-2004, 09:13 AM
Hi Mervin,

Here is an example of a vb script you can use to assign printers and shares
to clients.

Dim WSHNetwork
Set WSHNetwork = WScript.CreateObject("WScript.Network")

WSHNetwork.MapNetworkDrive "L:" , "\\Servername\Share1"
WSHNetwork.MapNetworkDrive "W:" , "\\Servername\Share2"

WshNetwork.AddWindowsPrinterConnection "\\ServerName\Printer1"
WshNetwork.AddWindowsPrinterConnection "\\ServerName\Printer2"
WshNetwork.SetDefaultPrinter "\\ServerName\Pritner1"

Save this to a file with a .vbs extention (e.g. printers.vbs) and add it to
the users startup profile

If you're network is windows 2000 you can use group policy to lock down the
systems and prevent user from making changes. (Rght click the domain name in
"AD Users and Computers" and go to properties)

hth.

Paul

"Mervin Williams" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I am new to Windows administration, and I am trying to set up printers for
> my clients. What I'd like to happen is that when each user logs onto any
> PC, their user profile should contain each printer on the network along

with
> the network default printer. This should occur even for newly created
> users.
>
> Furthermore, if an existing user has changed his default printer to one
> other than the network default, this should not be overridden.
>
> Any assistance to help me achieve this would be greatly appreciated.
>
> Mervin Williams
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba: ADMIN$ IPC or ADMIN$ Disk ??? d Linux Networking 0 08-06-2006 04:40 AM
net admin knows so much... linq936@hotmail.com Linux Networking 2 05-09-2005 09:26 AM
I am interested in Linux Admin, wanted to self learn, what are important things in Admin? GS Linux Networking 12 05-01-2005 01:54 AM
Windows Admin Pack Question Lamar Thomas Windows Networking 2 01-05-2005 06:49 PM
[OSOT] Distinction between Network Admin and System Admin jab3 Linux Networking 10 09-15-2004 08:09 PM



1 2 3 4 5 6 7 8 9 10 11