Quantcast
Viewing all articles
Browse latest Browse all 10386

PsTools : PSLogList - can it get to print logs on Svr2008?

Author: jjwink
Subject: PSLogList - can it get to print logs on Svr2008?
Posted: 17 October 2014 at 5:53pm

Same question here.  The logs were moved from:
EventViewer\System
     to
EventViewer\Applications and Services Logs\Microsoft\Windows\PrintService\
 
 
I have a little bat file I use to pull logs for managers wanting to see who printed something so I don't have to retype the psloglist syntax when I want something from a particular server.  I am hoping to continue using this with new syntax if they have a way:
 
SET /P serversname=What server: 
SET /P numDays=How many days to go back: 
%~dp0psloglist.exe -accepteula \\%serversname% -d %numDays% -i 10 -s system > "%~dp0%serversname%.csv"
 

Viewing all articles
Browse latest Browse all 10386

Trending Articles