|
|
|
re: Map printers and drives in one logon script
Thursday, September 14, 2006 at 6:12 am Windows Server 2003 Annoyances Discussion Forum
Posted by Si
(175 messages posted)
Might be a bit old school but i use batch files. Here is mine
@echo off
net time \\dell /set /yes
net use o:\\dell\admin\office
net use s: \\dell\Sims$
net use t: \\dell\shared
start \\dell\office_laser_printer
start \\dell\ict_mono_laser_1
start \\dell\ict_mono_laser_2
start \\dell\ks1_colour_laser
start \\dell\ks1_mono_laser
start \\dell\lz_mono_laser
its call simon.bat and saved in the netlogon folder on the server and then in active
directory under the profile tab just type simon.bat in the logon script box
On Sunday, September 10, 2006 at 10:00 pm, Jesus Fidalgo wrote:
>How do I map 3 drives on a server and 2 printers and set one as default on a logon
>script on windows 2003 server?
|
All messages in this thread [show all]
 |  | re: Map printers and drives in one logon script (Si: Thu, Sep 14, 2006, 6:12 am) |
| |
| |
Return to the Windows Server 2003 Discussion Forum
|
|
|
|