Re: sending test to printer by Scott
Scott
Mon Nov 07 10:46:41 CST 2005
Issue this WMI Query against the root\cimv2 namespace:
select * from win32_printer where default = true
and on the applicable object returned issue the "PrintTestPage" method.
--
Scott McNairy
Microsoft MVP - Windows Server Management Infrastructure
"Bertrand" <thebeb@hotmail.com> wrote in message
news:uPFDP044FHA.476@TK2MSFTNGP15.phx.gbl...
> hi
>
> how to send some test directly to a printer ?
>
> (not using shell and not only for the windows default printer)
>
> thanks
>