Click here to get back home

Getting Print Jobs to Log?

 HomeNewsGroups | Search | About
 microsoft.public.windows.server.security    Post an article   get this group's latest topics as an RSS feed add this group's latest topics to your My MSN content add this group's latest topics to your My Yahoo content
Subject Author Date
Getting Print Jobs to Log? Will 10-04-2007
Posted by Will on October 4, 2007, 4:26 pm
Please log in for more thread options
How can I force logging of all print jobs on a Windows 2003 Server? Is
there any easy way to filter out those log messages?

--
Will



Posted by Mathieu CHATEAU on October 4, 2007, 4:47 pm
Please log in for more thread options
Print are logged in the application event log..
I used a perl script to feed a database

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


> How can I force logging of all print jobs on a Windows 2003 Server? Is
> there any easy way to filter out those log messages?
>
> --
> Will
>
>


Posted by Mathieu CHATEAU on October 4, 2007, 4:54 pm
Please log in for more thread options
it's the system eventlog, off course ;)

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


> Print are logged in the application event log..
> I used a perl script to feed a database
>
> --
> Cordialement,
> Mathieu CHATEAU
> English blog: http://lordoftheping.blogspot.com
> French blog: http://www.lotp.fr
>
>
>> How can I force logging of all print jobs on a Windows 2003 Server? Is
>> there any easy way to filter out those log messages?
>>
>> --
>> Will
>>
>>
>


Posted by Will on October 4, 2007, 7:22 pm
Please log in for more thread options
> Print are logged in the application event log..
> I used a perl script to feed a database

Weird, you are right for Windows 2003 the System log does have those
messages. I had used a Windows XP system for test and it was giving a
different behavior.

Is there a utility that will dump a logfile using some input criteria (like
eventid=10) to an ascii text file, or CSV? The Save As function in
Eventviewer saves to proprietary format. The export feature only exports
the metadata but not the body of each event message.

--
Will



Posted by Mathieu CHATEAU on October 5, 2007, 2:14 am
Please log in for more thread options
You may use powershell:
Get-EventLog -logname system | Where-Object {$_.EventID -eq 10} |
Export-Csv -path output.csv

--
Cordialement,
Mathieu CHATEAU
English blog: http://lordoftheping.blogspot.com
French blog: http://www.lotp.fr


>> Print are logged in the application event log..
>> I used a perl script to feed a database
>
> Weird, you are right for Windows 2003 the System log does have those
> messages. I had used a Windows XP system for test and it was giving a
> different behavior.
>
> Is there a utility that will dump a logfile using some input criteria
> (like eventid=10) to an ascii text file, or CSV? The Save As function
> in Eventviewer saves to proprietary format. The export feature only
> exports the metadata but not the body of each event message.
>
> --
> Will
>
>


Similar ThreadsPosted
User Profiles not loading for scheduled jobs (ActiveBatch) November 28, 2006, 10:32 am
Print tracking October 22, 2007, 8:15 pm
Avoid certain users not to print July 12, 2005, 4:20 pm
new forms on print server without admin rights February 10, 2006, 9:51 am
Point and Print in a Cross-Forest World July 27, 2006, 3:42 pm
Allow user to install local printer without print operators member August 10, 2006, 11:44 am
Able to Mount File Share With File Print Sharing Off October 28, 2006, 10:14 pm

Our other projects:

Art Dolls, Fairies and Mermaids - Sunnyfaces.net

Roy's Linux, Programming and Search Engines messages

1-Script XML SitemapXML Sitemap