Help me writing a simple code for login Script !!!

Tech-Archive recommends: Fix windows errors by optimizing your registry



Hello All,

Can anyone help me writing a simple vbs script for the following
scenario :

2 drive mappings :
1 ) \\db1\personel folder
2) \\db1\technical

2 printer assigning :

1) \\db1\HPljet1200
2) \\db1\hplaserjet5500

I want drive mapping 1 for all users in domain and drive mapping 2 to
one user lets say for company's director I want to do this by " if
else" condition like if username = "director username" then assigin
drive 2 and assign default printer 2 and the rest will have the default
printer 1

Any help would be appreciated as I am new to script writing, many
thanks in advance.

.



Relevant Pages

  • Re: Input box input field size
    ... I have a vbs script and html page I used for ... > drive mapping with password masking last year. ... Use a textarea element instead of an input element... ...
    (microsoft.public.windows.server.scripting)
  • Re: Help me writing a simple code for login Script !!!
    ... I want drive mapping 1 for all users in domain and drive mapping 2 to ... Dim objNetwork, strUserName ...
    (microsoft.public.windows.server.active_directory)