JohnLudlow
JohnLudlow
@iSazonov Would the PowerShellGet guys be able to change the default value of `$env:PSModulePath` and update the installer to optionally update it on upgrade? Though there should probably be a...
@jeroenlandheer Indeed, and if I do want to move the older modules to the new folder (I probably would, in my case), there are some options: * Offer to do...
@rjmholt That's a great summary. Thanks. We'll see what the Engine Working Group say
@mikhey Changing `PSModulePath` works until you do `Install-Module` which breaks it again A `~/.pswh` folder (or whatever it gets called) would work, just as long as it's not somewhere OneDrive...
@SteveL-MSFT Is there a timeframe for 7.4 previews?
We're seeing intermittent timeouts installing the AWS powershell modules on Azure Agents - could be related?
``` 2023-06-01T08:02:44.1830814Z ##[section]Starting: Initialize job 2023-06-01T08:02:44.1836129Z Agent name: 'Azure Pipelines 3' 2023-06-01T08:02:44.1836527Z Agent machine name: 'fv-az511-920' 2023-06-01T08:02:44.1836688Z Current agent version: '3.220.2' 2023-06-01T08:02:44.1887089Z ##[group]Operating System 2023-06-01T08:02:44.1887296Z Ubuntu 2023-06-01T08:02:44.1887374Z 22.04.2 2023-06-01T08:02:44.1887444Z LTS...
> It might be useful if those effected could also post in https://developercommunity.visualstudio.com/t/Pipelines-Agents-failing-to-install-Powe/10380317 to drum up support on a fix. Also this one: https://github.com/actions/runner-images/discussions/7643#discussioncomment-6052451
@johlju I believe I followed the documentation correctly, though looking back through my history the command I actually ran for `MofResource` was: ```powershell Add-Sample -Sample MofResource -ResourceName cMyResource -ModuleName MyModule...
That sounds good to me. Thanks