First; this might be a very easy question, but honestly I know no thing about VB scripting at al.
I just got a job at a school and would like to fix a logon script for the children in the school.
I want the logon sript to do the following:
-Maps the home folder for the user as H:
-map 3 shares on a domain member server as L: and M:
-map a network printers and set one of them as a default printer.
The mapping of the printers will be based on the location of the computer
Exp:
If the location of the computer is room 3 then map \\server1\ printer1
And so on
Then set one of the printers as a default printer.
The reason I want to do the mapping of the printers based on computer location is that the school kids move from room to room.
We have a windows 2003R2 DC and we don’t use fully group policy yet but some are used like pointing my documents to the home folder of each user.
I would be very thankful if some one helps me with writing such script.
Thank you
I just got a job at a school and would like to fix a logon script for the children in the school.
I want the logon sript to do the following:
-Maps the home folder for the user as H:
-map 3 shares on a domain member server as L: and M:
-map a network printers and set one of them as a default printer.
The mapping of the printers will be based on the location of the computer
Exp:
If the location of the computer is room 3 then map \\server1\ printer1
And so on
Then set one of the printers as a default printer.
The reason I want to do the mapping of the printers based on computer location is that the school kids move from room to room.
We have a windows 2003R2 DC and we don’t use fully group policy yet but some are used like pointing my documents to the home folder of each user.
I would be very thankful if some one helps me with writing such script.
Thank you