In bash, the equivalent would be

    for x in `ls *.zip` do ; unzip $x ; done

How do I do this in Windows Powershell