This below script is running in PowerShell 6.0
Get-ChildItem ./ -Filter *.zip | Expand-Archive -DestinationPath ./Dest
but facing issue in Po