Question: I am missing an argument in the parameter list dont knwo how to fix it? ParserError: Line | 3 | LocalPost, | Missing argument in
I am missing an argument in the parameter list dont knwo how to fix it?
ParserError: Line | 3 | LocalPost, | Missing argument in parameter list. PS C:\Users\student> Get-Net TCPConnection | Select-Object -Property >> LocalAddress, >> LocalPost, >> RemoteAddress, >> RemotePort, >> Owning Process, >> State | >> Where-Object {$_.RemoteAddress -eq "107.180.0.174"} >> >> ParserError: Line | 3 | LocalPost, Missing argument in parameter list.
Step by Step Solution
There are 3 Steps involved in it
Solution It looks like you have a syntax error in your code You are missing a comma after the Local... View full answer
Get step-by-step solutions from verified subject matter experts
