Zed White
08-06-2004, 12:15 PM
Anyone know a way to have the output from SysInternals cmdinfo to a file?
Torgeir Bakken \(MVP\)
08-06-2004, 01:27 PM
Zed White wrote:
> Anyone know a way to have the output from SysInternals cmdinfo to a file?
Hi
You mean Psinfo.exe?
Use redirection to put the output into a file:
Psinfo.exe >c:\logs\psinfo.txt
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
Torgeir Bakken \(MVP\)
08-06-2004, 01:27 PM
Zed White wrote:
> Anyone know a way to have the output from SysInternals cmdinfo to a file?
Hi
You mean Psinfo.exe?
Use redirection to put the output into a file:
Psinfo.exe >c:\logs\psinfo.txt
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
Torgeir Bakken \(MVP\)
08-06-2004, 01:27 PM
Zed White wrote:
> Anyone know a way to have the output from SysInternals cmdinfo to a file?
Hi
You mean Psinfo.exe?
Use redirection to put the output into a file:
Psinfo.exe >c:\logs\psinfo.txt
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
William W. Plummer
08-06-2004, 02:38 PM
Torgeir Bakken (MVP) wrote:
> Zed White wrote:
>
>> Anyone know a way to have the output from SysInternals cmdinfo to a file?
>
> Hi
>
> You mean Psinfo.exe?
>
> Use redirection to put the output into a file:
>
> Psinfo.exe >c:\logs\psinfo.txt
>
>
I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an
existing file.
William W. Plummer
08-06-2004, 02:38 PM
Torgeir Bakken (MVP) wrote:
> Zed White wrote:
>
>> Anyone know a way to have the output from SysInternals cmdinfo to a file?
>
> Hi
>
> You mean Psinfo.exe?
>
> Use redirection to put the output into a file:
>
> Psinfo.exe >c:\logs\psinfo.txt
>
>
I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an
existing file.
William W. Plummer
08-06-2004, 02:38 PM
Torgeir Bakken (MVP) wrote:
> Zed White wrote:
>
>> Anyone know a way to have the output from SysInternals cmdinfo to a file?
>
> Hi
>
> You mean Psinfo.exe?
>
> Use redirection to put the output into a file:
>
> Psinfo.exe >c:\logs\psinfo.txt
>
>
I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to an
existing file.
Torgeir Bakken \(MVP\)
08-06-2004, 03:11 PM
William W. Plummer wrote:
> Torgeir Bakken (MVP) wrote:
>> Zed White wrote:
>>
>>> Anyone know a way to have the output from SysInternals cmdinfo
>>> to a file?
>>
>> Hi
>>
>> You mean Psinfo.exe?
>>
>> Use redirection to put the output into a file:
>>
>> Psinfo.exe >c:\logs\psinfo.txt
>
> I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to
> an existing file.
Correct (and it will create the file if it doesn't exist).
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
Torgeir Bakken \(MVP\)
08-06-2004, 03:11 PM
William W. Plummer wrote:
> Torgeir Bakken (MVP) wrote:
>> Zed White wrote:
>>
>>> Anyone know a way to have the output from SysInternals cmdinfo
>>> to a file?
>>
>> Hi
>>
>> You mean Psinfo.exe?
>>
>> Use redirection to put the output into a file:
>>
>> Psinfo.exe >c:\logs\psinfo.txt
>
> I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to
> an existing file.
Correct (and it will create the file if it doesn't exist).
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx
Torgeir Bakken \(MVP\)
08-06-2004, 03:11 PM
William W. Plummer wrote:
> Torgeir Bakken (MVP) wrote:
>> Zed White wrote:
>>
>>> Anyone know a way to have the output from SysInternals cmdinfo
>>> to a file?
>>
>> Hi
>>
>> You mean Psinfo.exe?
>>
>> Use redirection to put the output into a file:
>>
>> Psinfo.exe >c:\logs\psinfo.txt
>
> I believe PSINFO.EXE >> C:\logs\psinfo.txt will append to
> an existing file.
Correct (and it will create the file if it doesn't exist).
--
torgeir, Microsoft MVP Scripting and WMI, Porsgrunn Norway
Administration scripting examples and an ONLINE version of
the 1328 page Scripting Guide:
http://www.microsoft.com/technet/scriptcenter/default.mspx