Harm Veenstra
Harm Veenstra
I usually call scripts with a noprofile parameter to speed things up (Skipping unneeded profile things). I wrote a blog post about it, https://powershellisfun.com/2023/11/23/using-a-specific-powershell-profile-for-a-console-session-windows-terminal-powershell-ise-or-visual-studio-code/,in which I add checks if PowerShell...
The PowerShell sessions being started by the plugin run as the user who's using StreamDeck, as far as I can imagine you start the powershell.exe (v5) or pwsh.exe (v7) with...
We need this feature in PowerShell v5 because Intune Detection Scripts run in SYSTEM if you need to install WinGet software using the cmdlets of the module
https://powershellisfun.com/2025/05/16/deploy-and-automatically-update-winget-apps-in-intune-using-powershell-without-remediation-or-3rd-party-tools/?amp=1 This is how I got it working, calling PS7 from PS5 in MTA and installing it in SystemOrUnknown mode. Wrote this blog post and did a session about it,...
> The latest version of [Microsoft.WinGet.Client](https://www.powershellgallery.com/packages/Microsoft.WinGet.Client) should be working correctly in Windows PowerShell. > > You will need to specify "-Scope System" so you get "machine wide" install since the...