Sysinternals Homepage
Forum Home Forum Home > Sysinternals Utilities > PsTools
  New Posts New Posts RSS Feed: Can I add more than one filter when I use psinfo?
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Can I add more than one filter when I use psinfo?

 Post Reply Post Reply
Author
Message Reverse Sort Order
nrtlouis View Drop Down
Newbie
Newbie


Joined: 29 October 2007
Online Status: Offline
Posts: 2
Post Options Post Options   Quote nrtlouis Quote  Post ReplyReply Direct Link To This Post Topic: Can I add more than one filter when I use psinfo?
    Posted: 30 October 2007 at 7:03pm
ThanksSmile
Back to Top
Karlchen View Drop Down
Senior Member
Senior Member
Avatar

Joined: 18 June 2005
Location: Germany
Online Status: Offline
Posts: 5121
Post Options Post Options   Quote Karlchen Quote  Post ReplyReply Direct Link To This Post Posted: 30 October 2007 at 2:45am
Telling from the PsInfo webpage, section Usage, and from my own tests, I tend to state the answer to your question is: no, you cannot.

As a workaround you might proceed like this:
psinfo \\target > "%temp%\psinfo_result.txt"
find /i "filter1" "%temp%\psinfo_result.txt"
find /i "filter2" "%temp%\psinfo_result.txt"
find /i "filter3" "%temp%\psinfo_result.txt"
...
Replace the strings "filter1", "filter2" etc by the appropriate strings.

HTH,
Karl


Back to Top
nrtlouis View Drop Down
Newbie
Newbie


Joined: 29 October 2007
Online Status: Offline
Posts: 2
Post Options Post Options   Quote nrtlouis Quote  Post ReplyReply Direct Link To This Post Posted: 29 October 2007 at 8:43pm

as title ...

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down