As part of a Win 7 rollout I'm looking to install a tcp-ip printer in over 1000 locations. Each location has it's own network address and the printer must end with a .125 ie xxx.xxx.xxx.125. In the past the organization has installed the printer as part of a thick image and then using the %ipnet% variable they added it to lmhosts. Now they are going to use SCCM and task sequence to deploy the OS. My question is how can I have the printer install with the local network address with a .125 client address as part of the install? Any help is appreciated
Thanks
- Follow via:
- RSS
- Email Alert
Question
0
Votes
automating a tcpip printer install?
14th Mar 2012
Clarifications
What kind of printer?
Can you set the IP address of a printer with SCCM?
Are these printers going to be defined on a server or stand-alone on a network?
Can you set the IP address of a printer with SCCM?
Are these printers going to be defined on a server or stand-alone on a network?
robo_dev
14th Mar 2012
Answers (3)
0
Votes
GP or Powershell
Do each of your locations have some form of separation in Active Directory e.g. a configured site, security group or OU?
You can set it to be added via group policy. The initial work may be a bit time consuming but once it's in you're sorted.
The other option is to run a powershell script to do it during the task sequencing within SCCM. I don't know the exact commands off the top of my head but at a logical level I would imagine you'd need to do the following:
- Get IP address of the OS machine
- Set printer IP as the same but with .125 as the last octet.
- Add the printer, referencing the printer IP variable.
You can set it to be added via group policy. The initial work may be a bit time consuming but once it's in you're sorted.
The other option is to run a powershell script to do it during the task sequencing within SCCM. I don't know the exact commands off the top of my head but at a logical level I would imagine you'd need to do the following:
- Get IP address of the OS machine
- Set printer IP as the same but with .125 as the last octet.
- Add the printer, referencing the printer IP variable.
14th Mar 2012
0
Votes
Had the same challenge, overcome it with the wonderful Printui.dll
This documentation helped me
http://www.robvanderwoude .com/2kprintcontrol.php
http://support.microsoft .com/kb/189105
http://technet.microsoft .com/en-us/library/ee624057(v=ws.10).aspx
also you might want to set a SCCM Task Sequence variable to get the printer IP in each site.
http://www.robvanderwoude .com/2kprintcontrol.php
http://support.microsoft .com/kb/189105
http://technet.microsoft .com/en-us/library/ee624057(v=ws.10).aspx
also you might want to set a SCCM Task Sequence variable to get the printer IP in each site.
Updated - 15th Mar 2012
0
Votes
Cant select answer
I'm trying to select one of these as the answer but I keep getting an error "The user must be the same as the user that asked the question!" I am logged in as myself.......
26th Mar 2012

































