Thank you for fast reply! :) Unfortunately it is not exactly what I mean, maybe I explain it not as clear. Ok, one more:
When I type "Get-process | ft" i see a table with running processes:
Handles NPM(K) PM(K) WS(K) VM(M) CPU(s) Id ProcessName
------- ------ ----- ----- ----- ------ -- -----------
52 2 2080 2392 31 0.06 3024 accelerometerST
106 5 1320 3756 33 0.06 3772 alg
80 4 2400 5312 45 1.11 2644 BTTray
62 3 1952 2504 22 0.09 1292 btwdins
253 7 4548 7376 38 0.45 1948 ccApp
335 7 4612 3248 46 0.44 952 ccEvtMgr
I would like to search all of these and find all values for example "52" without column name. Search result result should show me a rows with HANDLES = 52, PM(K) = 1952, Id = 952.
Is it possible?