In the near future I'm going to pitch to my team to use winget to manage "dotnet-SDK" versions, python versions, powershell, VSCode, and a bunch of open source tools (some running in WSL2).
As part of that can I consolidate winget and powershell Install-Module in powershell 7+? I see they're adding WinGet powershell modules. Are there or any plans to manage professional pwsh modules with winget?
examples of pwsh modules I'd like other developers on my team to install:
Can you just use
Install-Moduleuntil Powershell-DSC is ready? With-Forceto install newer version if older version is present?