Docker – How to use Where-Object with StartsWith to filter Powershell command outputs
I have a powershell script written by somebody else that makes use of uses the output of a command to filter and extract the results. I think I understand what it is attempting to do but not why I am…