Welcome to WinForumz.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Miscellaneous Windows XP Printing Questions

 
   Windows XP (Home) -> XP Print & Fax RSS
Next:  re : Canon MP140  
Author Message
Robert Lindholm

External


Since: Jan 30, 2008
Posts: 5



(Msg. 1) Posted: Wed Jan 30, 2008 8:59 am
Post subject: Miscellaneous Windows XP Printing Questions
Archived from groups: microsoft>public>windowsxp>print_fax (more info?)

Hello:

We have setup Windows XP printer connectivity to our network printers using
the printer's IP address and would like to adjust this setting [post facto]
to use the printer's Fully Qualified Domain Name [FQDN] instead.

I assume that Windows IP printing is using whatever parameter you insert
into the "Printer Name or IP Adress" field [e.g. Printer Name or IP address]
during the printer setup process, but I'm not entirely certain about that.

Another point of uncertainty is whether the "Printer Name" refers to the
Windows [SMB/NetBIOS] name or the actual DNS host name.

Note: This is a non-AD environment and we are setting the printers up by
adding a local TCP port instead of by network discovery.

Essentially, I would like to be able to change this parameter remotely via
the command line, Registry Editor, etc, without having to invasively login
using remote desktop [if possible] or the worse yet having to effect this
change via "sneaker net".

So here are my questions:

1) Is there a way to remotely query printer installations and settings?

2) Is there a way to remotely change printer settings?

Any suggestions would be greatly appreciated...

Thanks,

Bob
--
Robert Lindholm
University of Rochester

 >> Stay informed about: Miscellaneous Windows XP Printing Questions 
Back to top
Login to vote
Alan Morris [MSFT]

External


Since: Oct 25, 2005
Posts: 303



(Msg. 2) Posted: Wed Jan 30, 2008 10:06 am
Post subject: Re: Miscellaneous Windows XP Printing Questions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

use the prn*.vbs scripts in system32 which will make the changes using the
WMI print interface remotely

prncnfg.vbs /?
prnport.vbs /?
prnmngr.vbs /?


I think you mean Port Name (actually the hostname field rather than printer
name) You can use the FQDN as long as there is a valid lookup for the IP.
Are the printers setup for DHCP or do you register them in DNS? As long as
you can ping the FQDN, you can print to them.


Changing the hostname from IP to FQDN is pretty simple. The hostname is not
checked for validity when changing the port information This does not change
the Port name, you will need to add a new port if that is the intent.

Server name REMOTEMACHINE
Port name XXX.xx.128.250
Host address XXX.xx..128.250
Protocol RAW
Port number 9100
SNMP Enabled
Community public
Device index 1

E:\>prnport -s REMOTEMACHINE -t -r XXX.xx.128.250 -h newhost
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.

Created/updated port XXX.xx.128.250

E:\>prnport -g -s REMOTEMACHINE -r XXX.xx.128.250
Microsoft (R) Windows Script Host Version 5.6
Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.


Server name REMOTEMACHINE
Port name XXX.xx.128.250
Host address newhost
Protocol RAW
Port number 9100
SNMP Enabled
Community public
Device index 1

--
Alan Morris
Windows Printing Team
Search the Microsoft Knowledge Base here:
http://support.microsoft.com/search/?adv=1

This posting is provided "AS IS" with no warranties, and confers no rights.

"Robert Lindholm" <RobertLindholm.TakeThisOut@discussions.microsoft.com> wrote in
message news:8EA59A0F-419F-42CF-921F-F0054DCA8AFA@microsoft.com...
> Hello:
>
> We have setup Windows XP printer connectivity to our network printers
> using
> the printer's IP address and would like to adjust this setting [post
> facto]
> to use the printer's Fully Qualified Domain Name [FQDN] instead.
>
> I assume that Windows IP printing is using whatever parameter you insert
> into the "Printer Name or IP Adress" field [e.g. Printer Name or IP
> address]
> during the printer setup process, but I'm not entirely certain about that.
>
> Another point of uncertainty is whether the "Printer Name" refers to the
> Windows [SMB/NetBIOS] name or the actual DNS host name.
>
> Note: This is a non-AD environment and we are setting the printers up by
> adding a local TCP port instead of by network discovery.
>
> Essentially, I would like to be able to change this parameter remotely via
> the command line, Registry Editor, etc, without having to invasively login
> using remote desktop [if possible] or the worse yet having to effect this
> change via "sneaker net".
>
> So here are my questions:
>
> 1) Is there a way to remotely query printer installations and settings?
>
> 2) Is there a way to remotely change printer settings?
>
> Any suggestions would be greatly appreciated...
>
> Thanks,
>
> Bob
> --
> Robert Lindholm
> University of Rochester

 >> Stay informed about: Miscellaneous Windows XP Printing Questions 
Back to top
Login to vote
Robert Lindholm

External


Since: Jan 30, 2008
Posts: 5



(Msg. 3) Posted: Wed Jan 30, 2008 12:21 pm
Post subject: Re: Miscellaneous Windows XP Printing Questions [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Alan:

Thanks so much for your reply Smile

The printers are in DNS and are pingable, so this should [hopefully] work.

Thanks again,

Bob
--
Robert Lindholm
University of Rochester


"Alan Morris [MSFT]" wrote:

> use the prn*.vbs scripts in system32 which will make the changes using the
> WMI print interface remotely
>
> prncnfg.vbs /?
> prnport.vbs /?
> prnmngr.vbs /?
>
>
> I think you mean Port Name (actually the hostname field rather than printer
> name) You can use the FQDN as long as there is a valid lookup for the IP.
> Are the printers setup for DHCP or do you register them in DNS? As long as
> you can ping the FQDN, you can print to them.
>
>
> Changing the hostname from IP to FQDN is pretty simple. The hostname is not
> checked for validity when changing the port information This does not change
> the Port name, you will need to add a new port if that is the intent.
>
> Server name REMOTEMACHINE
> Port name XXX.xx.128.250
> Host address XXX.xx..128.250
> Protocol RAW
> Port number 9100
> SNMP Enabled
> Community public
> Device index 1
>
> E:\>prnport -s REMOTEMACHINE -t -r XXX.xx.128.250 -h newhost
> Microsoft (R) Windows Script Host Version 5.6
> Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
>
> Created/updated port XXX.xx.128.250
>
> E:\>prnport -g -s REMOTEMACHINE -r XXX.xx.128.250
> Microsoft (R) Windows Script Host Version 5.6
> Copyright (C) Microsoft Corporation 1996-2001. All rights reserved.
>
>
> Server name REMOTEMACHINE
> Port name XXX.xx.128.250
> Host address newhost
> Protocol RAW
> Port number 9100
> SNMP Enabled
> Community public
> Device index 1
>
> --
> Alan Morris
> Windows Printing Team
> Search the Microsoft Knowledge Base here:
> http://support.microsoft.com/search/?adv=1
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "Robert Lindholm" <RobertLindholm.TakeThisOut@discussions.microsoft.com> wrote in
> message news:8EA59A0F-419F-42CF-921F-F0054DCA8AFA@microsoft.com...
> > Hello:
> >
> > We have setup Windows XP printer connectivity to our network printers
> > using
> > the printer's IP address and would like to adjust this setting [post
> > facto]
> > to use the printer's Fully Qualified Domain Name [FQDN] instead.
> >
> > I assume that Windows IP printing is using whatever parameter you insert
> > into the "Printer Name or IP Adress" field [e.g. Printer Name or IP
> > address]
> > during the printer setup process, but I'm not entirely certain about that.
> >
> > Another point of uncertainty is whether the "Printer Name" refers to the
> > Windows [SMB/NetBIOS] name or the actual DNS host name.
> >
> > Note: This is a non-AD environment and we are setting the printers up by
> > adding a local TCP port instead of by network discovery.
> >
> > Essentially, I would like to be able to change this parameter remotely via
> > the command line, Registry Editor, etc, without having to invasively login
> > using remote desktop [if possible] or the worse yet having to effect this
> > change via "sneaker net".
> >
> > So here are my questions:
> >
> > 1) Is there a way to remotely query printer installations and settings?
> >
> > 2) Is there a way to remotely change printer settings?
> >
> > Any suggestions would be greatly appreciated...
> >
> > Thanks,
> >
> > Bob
> > --
> > Robert Lindholm
> > University of Rochester
>
>
>
 >> Stay informed about: Miscellaneous Windows XP Printing Questions 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Printing fast on Windows 2000, slow on Windows XP - Printing is slow when printing to an ethernet print server but fast when printing to a Windows 2000 server connected to those same ethernet print servers. One of them is a Netgear PS121 via USB, the other is a Dlink 301p+ using parallel. What I don't get...

Windows XP not printing in Cannon Machine - Hi, I have a small networking and I am trying to print from one of the workstation which I bought in Dec. 2005 and I never tryied to print from that computer. It sounds funny but now when I am trying to print I can not print anything. It is giving me ...

Windows Update breaks printing - Sometime after installing two Windows updates last week for my HP LJ2300dn I've been unable to print from any Windows app -- "Windows cannot print due to a problem with the current printer setup", "Test page failed to print". Print...

"Printing Wizard" in Windows "Picture and Fax Viewer" - To all: This may come across a little harsh but... I am extremely upset right now! After printing a lot of documents in color using the "Printing Wizard" in Windows "Picture and Fax Viewer" I just noticed that this very stupid sof...

XP SP2 - Problems printing when switch Windows user - Hi, I have a problem printing on XP sp2 with my Lexmark X8350 when I switch to a different user account. The strange part is that whichever account I log onto first "gets" the printer. If I log on to the Admin account, I can print from there...
   Windows XP (Home) -> XP Print & Fax All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum

Categories:
  Windows XP
 Windows Vista!
 Win 2000/NT/98/ME


[ Contact us | Terms of Service/Privacy Policy ]