Forum Discussion

rexParthi's avatar
rexParthi
Copper Contributor
Aug 16, 2023

I am unable to add multiple condition ps where-object

I am unable to add multiple condition where-object, getting error when add -and condition The below one works   foreach($l in (gci -Path .\ -Filter *.xlsx)) { if ( (Import-Excel -Path $l.Name|Whe...

Resources