Quote:
“ |
Originally Posted by lenroy
I want to use vb script to map printers when users logon to there PC's. What i want to achieve is to have one script if possible that will include every printer but will only install the printer relevant to each room.
|
” |
Well you could fiter how the script is executed with security groups. Basically if you create a security group in AD, call it RoomA (or whatever) and add the computer accounts that are in that room to the security group you can then use the groups in the script.
In the script it will be something like...
If computer member of RoomA then add printer else do nothing
