Network and Classroom Management Thread, Help with printers in Technical; Sorry if this is a simple question but i cant figure it out.
we have our curriculum pc's on a ...
-
11th October 2011, 11:49 AM #1
-
-
IDG Tech News
-
11th October 2011, 12:17 PM #2 HI
Are the computers joined to the domain?
If they are why are people not using a domain account?
If they are why not add the printers to the machines with a script at user log on or with a group policy?
If they are not you can change the security on the server to allow everyone to access the printer. Then you would have to create a script that will install the printers and add this to the startup folder or a log on script locally on each machine. You can use these scripts to map drives as well.
Richard
-
-
11th October 2011, 02:00 PM #3
- Rep Power
- 0
The computers are not on the domain.
May i PM you
-
-
11th October 2011, 02:11 PM #4
-
-
11th October 2011, 02:20 PM #5 HI
This is how you set the security on the printers on the server Set or remove permissions for a printer: User Rights; Security Policy; Security Services
You can map drives with scripts like
net use w: \\server\path\folder /persistent:no
You can map printers with scripts like
@echo OFF
REM **Example Printers.bat file **
REM ** Set a variable called 'Location' on each pc
REM ** This line removes any printers from the profile
\\server\path\CON2PRT /F
REM ** These lines match the variable to a print share
IF %Location% == Room1 \\server\path\CON2PRT /C \\server\printername
store this in a printer.bat file
Put the con2prt file in the location that the pcs can access
Now on the pc in enviromental variables create a entry called location and as the setting the room number example Room1 see script above.
I hope this helps.
Richard
-
-
31st January 2012, 03:06 PM #6
- Rep Power
- 0
As con2prt is 32bit software and it will need to be run locally from the workstation if using a Windows 2008R2 server as we found on Win2kR2 con2prt will give unreliable connections when run from 64 bit server.
e.g. IF %Location% == Room1 c:\localfolder\CON2PRT /C \\server\printername <connect printer
IF %Location% == Room1 c:\localfolder\CON2PRT /CD \\server\printername <connect as default printer
-
-
31st January 2012, 03:09 PM #7 As far as adding in an IP printer, it is fairly simple.
Control Panel / Printers
Add Printer
Local (No automatic detect)
Create a new port
Standard TCP/IP port
Enter in the IP address of the Printer
Then add in the drivers when requested.
-
Thanks to busby from:
MattDLEA (27th February 2012)
SHARE:
Similar Threads
-
By Little-Miss in forum Hardware
Replies: 4
Last Post: 28th September 2010, 01:56 PM
-
By mikeymike in forum Educational Software
Replies: 19
Last Post: 19th March 2008, 03:14 PM
-
Replies: 13
Last Post: 14th December 2005, 06:31 PM
-
By ninjabeaver in forum Networks
Replies: 25
Last Post: 2nd December 2005, 11:50 AM
-
Replies: 11
Last Post: 13th October 2005, 07:42 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules