PowerShell :: Unzip files and folders better way vs Expand-Archive
PowerShell is an awesome tool which allows to do a lot of things. But sometimes there is some empty spaces which we are not able to figure straightforward.
Having to unzip a folder where there was also subfolders may become somehow harder than it should.
Natively PowerShell has command Expand-Archive which allows to decompress zip folders. However if there is any subfolder on zip file, it will be missing. It happens that as the time of writing this post it iwill just decompress first level files, no sub folders and files descendants.