Quantcast
Channel: PowerShell.com – PowerShell Scripts, Tips, Forums, and Resources
Viewing all articles
Browse latest Browse all 6937

Searching Columns and reporting back matching criteria with data from a different column

$
0
0

I have this data below that i want to search thru a list of them and report back the JOBID for any that have a Statu of 191 and a State of Done.  Im just looking to ge tback the JobId only for any that match the string.

 

 JobID Statu           Type  State

917907   191    Duplication   Done

917906   191    Duplication   Done

917790          Duplication Queued

917789          Duplication Queued

917788     0          Vault   Done

917787   191    Duplication   Done

 


Viewing all articles
Browse latest Browse all 6937

Trending Articles