SYSTEMINFO command & also few more commands

  • Thread starter Thread starter Hitesh.Tiwari
  • Start date Start date
H

Hitesh.Tiwari

Hi,

I am trying to export system info using Systeminfo command but i am
facing some issues .I tried creating CSV with C:\>SYSTEMINFO /FO CSVsee all data.I am using Winxp with sp2.
Then i tried exporting directly using C:\>SYSTEMINFO >>c:/
sysinfo.nfo . Whenever i am trying to open it says its corrrupted
but after that it opens up and has all the info. Why its popping that
error any idea ??

Also can anyone help me with commands for getting eventlog, systemlog
and process list ?

Thanks,
Hitesh
 
Hi,

I am trying to export system info using Systeminfo command but i am
facing some issues .I tried creating CSV with C:\>SYSTEMINFO /FO CSV
see all data.I am using Winxp with sp2.
Then i tried exporting directly using C:\>SYSTEMINFO >>c:/
sysinfo.nfo . Whenever i am trying to open it says its corrrupted
but after that it opens up and has all the info. Why its popping that
error any idea ??

Also can anyone help me with commands for getting eventlog, systemlog
and process list ?

Thanks,
Hitesh

The command
systeinfo /fo List
gives you a nicely formatted output.

tasklist.exe gives you a list of your current processes.
eventquery.vbs extracts events from the Event Logger.
What exactly do you mean with "systemlog"?
 
The command
systeinfo /fo List
gives you a nicely formatted output.

tasklist.exe gives you a list of your current processes.
eventquery.vbs extracts events from the Event Logger.
What exactly do you mean with "systemlog"?- Hide quoted text -

- Show quoted text -

Actually i meant system log in event log. I have to save application ,
security and system log in three different files from event log using
command line. How to do this?
Thanks for systeminfo help , It came in a proper format this time
using list as format .
Regards,
Hitesh
 
Back
Top