We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b07b97 commit 5c50dd6Copy full SHA for 5c50dd6
linux/powershell/setupPowerShell.ps1
@@ -139,7 +139,7 @@ try {
139
PowerShellGet\Install-Module -Name Microsoft.PowerShell.UnixCompleters @prodAllUsers
140
PowerShellGet\Install-Module -Force PSReadLine @prodAllUsers
141
PowerShellGet\Install-Module -Name Az.Tools.Predictor @prodAllUsers
142
- PowerShellGet\Install-Module -Name ExchangeOnlineManagement -RequiredVersion 3.2.0 -Force
+ PowerShellGet\Install-Module -Name ExchangeOnlineManagement @prodAllUsers
143
PowerShellGet\Install-Module -Name Microsoft.PowerShell.SecretManagement @prodAllUsers
144
PowerShellGet\Install-Module -Name Microsoft.PowerShell.SecretStore @prodAllUsers
145
0 commit comments