Although LiteralPath marked as ValueFromPipelineByPropertyName, actualy it is not possible to send something to it from pipeline, becouse Path parameter exists in same parameter sets and marked as ValueFromPipeline, so it always get value from pipeline, and setting both parameters is error.[PSCustomObject]@{LiteralPath='Test.csv'}|Import-Csv
Have you seen this problem before in this product?
Please wait...