The script is written to run on PS 5, but has a dependency on ISE because I use Out-GridView as a selection filter when you're asked to choose between different versions of a given package. If you haven't written a WinForms script in PS, it's a real pain in the ass to recreate all the simple functionality that Out-GridView provides.Im getting script errors executing on multiple systems about powershell 3 and ise. love the app but this is recent and would love it to be properly functional with powershell 5+ and 7+ since 3 and lower is deprecated
#Requires -Modules Microsoft.PowerShell.Utility
This cmdlet was reintroduced in PowerShell 7. This cmdlet is only available on Windows systems that support the Windows Desktop.
garlinWhen I wrote this script a few years back, PS 6+ removed Out-GridView because it wasn't a "multi-platform feature" available for Mac and Linux. Therefore I never checked if it ran on PS 7.
But apparently they quietly added Out-GridView:
After testing on a 25H2 system with both ISE and PS 2.0 removed, I found the bug on setting the download file's timestamp where PS 7 is stricter than PS 5 and doesn't want to automatically recast a formatted string into [datetime] format.
I've updated the script and reposted the ZIP file. Thanks for the heads up.
powershell -ep bypass -f W10_11StoreApps.ps1 -File Apps.txt
https://apps.microsoft.com/store/detail/nvidia-control-panel/9NF8H0H7WMLT
9nht9rb2f4hd
Microsoft.HEIFImageExtension_8wekyb3d8bbwe
Clipchamp.Clipchamp_2.6.2.0_neutral_~_yxz26nhyzhsrt.msixbundle
[datetime][string]$LastModified = (Invoke-WebRequest -UseBasicParsing -Uri $URL -Method HEAD).Headers.'Last-Modified'
Try this beta build. There's a new checkbox to include 32-bit versions of dependencies, if they exist.Great script (I used the version in post #1). I even found some apps I was unaware of.
Is there a way to download the x86 dependencies with the x64 installer? Microsoft suggests installing both x86 and x64 dependencies on an x64 system. This is what the Microsoft Store does when it installs an app.
$Include32bit_Preference = $true

same for WhatsApp,Worked well on the apps I tried. Only thing I noticed is ZuneVideo latest is 2019.25101.10035.0 in the downloads but latest store will install for Windows 10 is 2019.25101.10031.0. Also if you download 2019.25101.10035.0 and look in the archive it seems to be for Video Hololens Production. Not sure what is going on there but you know as much as I do.
Thanks for the hard work.![]()