I'm new to Powershell. And I'm struggling with the most simplest of tasks.
OK. This is a really stupid question, but I have created a PSObject ... added members (4 columns, ID, Name, Status, TagFile; a number of rows) ... I have a loop ... for each i (iteration) ... I want it to use the values for the row in my object where ID = i.
It's really not hard. I have googled and haven't come up with an answer which is clear enough or concise enough to help me.