//import-csv c:\pswork\contact.csv | where-Object username –eq JefferyH
Questions and testing:
Q:How to figure out the entries of username with letter “J”?
(change the object usernames value to J*)
Command: import-csv c:\pswork\contact.csv | where-Object username
–eq J*
Q:How to figure out the entries of City “London”?
(change the object to city and value to London)
Command: import-csv c:\pswork\contact.csv | where-Object city –eq
London
Q:How to figure out the entry of CTO?
(change the object to CTO and value to CTOname)
Command: import-csv c:\pswork\contact.csv | where-Object CTO –eq
CTOname
Get Answers For Free
Most questions answered within 1 hours.