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:
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:
SET /P numDays=How many days to go back:
%~dp0psloglist.exe -accepteula \\%serversname% -d %numDays% -i 10 -s system > "%~dp0%serversname%.csv"