Hi all,
I am hoping to use Logparser to capture logon/logoff user info (ID's 528 and 540) from the security logs of a Windows 2003 fileserver for only certain machine names using wildcards in a certain date range say weekly or monthly.
Ideally the script would be run remotely and would on a weekly schedule connect to the fileserver, capture only logon and logoff events of computer workstations with names like *wkstn and *srvr from the previous week, and would then dump the info into a CSV file into a remote file share somewhere for analysis.
Is that possible to do with Logparser and if so has something been already written out there that I could modify and use?
Thanks for any help!