Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Setting printer in Login Script
Name: Pete Wilshaw Date: February 17, 2000 at 05:07:36 Pacific
Comment:
I am setting up a new environment incorporating the use of builds, profiles and policies. I would like to be able to set the user's printer to a specific printer from the login script. This would be dependant on what Global Printer group they are a member of. I would like them only to be able to access the printer specified by the login scripts and not 'SEE' any others. Anyone know how to do this ?!???!
Name: Michiel Date: February 18, 2000 at 00:00:42 Pacific
Reply:
Pete,
use: NET USE port: | \\computer\printer /DELETE [/YES] to connect to a printer from a login script. If you want to hide printers so that no one can "see" other printers, just make the printer shares, hidden shares by adding a "$" behind the sharename. This hides the share instead of naming it $. No one can see those shares when browsing for others. The entry in the login script must made manually.
Summary: In our login script we have the following statement: "NET USE H: \\SERVER\USERFILES\%USERNAME%" After execution in the login process, the following message appears: "Error 50: You attempted an ope...
Summary: Is there any way , to include in the login script a variable , that tell me the OS os the client , so , depending the OS , I do differents things?...