Import-Module Microsoft.PowerShell.PSResourceGet $commonArgs = @{ 'ApiKey' = '{key redacted}' 'SkipDependenciesCheck' = $true 'SkipModuleManifestValidate' = $true ...
When installing PowerShell 7 via the MSI (msiexec.exe with /qb to do a quiet install) via a Specialize phase RunSynchronous entry in an unattend.xml file, the install will sometimes hang for a long ...