About 208,000 results
Open links in new tab
  1. Update powershell to the latest revision - Stack Overflow

    To be clear: This applies only to PowerShell (Core) 7+, the install-on-demand cross-platform PowerShell edition, not the comes-with-the-OS Windows-only Windows PowerShell edition …

  2. windows - How to upgrade PowerShell version - Stack Overflow

    I run winget search Microsoft.PowerShell and it says that version 7.2 is available as well as the 7.3 preview version I run winget install --id Microsoft.Powershell --source winget and version …

  3. `Invoke-Conda` cannot catch any arguments after powershell 7.5.0 …

    Jan 26, 2025 · 19 I upgraded my powershell from 7.4.6 to 7.5.0. Then I found that I could not activate any conda environments and conda cannot catch any arguments:

  4. Update Powershell 7 to specific version without winget

    Jun 26, 2024 · I have a server running Powershell 7.3.10 core and I need to upgrade to 7.4.2 which is the latest version my company supports. The problem is the server doesn't have …

  5. How to set PowerShell 7 as default and remove other versions

    Mar 2, 2021 · I want to set PowerShell 7 as the default shell. So when I shift right click in File Explorer and click on "Open PowerShell window here" in the context menu, I want …

  6. Powershell: Unable to update PowerShellGet , error: The version …

    Feb 21, 2021 · Win10 laptop, in service for a couple years. I tried this command: Install-Module –Name PowerShellGet –Force -AllowClobber Which throws this error: WARNING: The version …

  7. How to update all Azure Powershell Az modules? - Stack Overflow

    Apr 9, 2021 · The Azure Powershell Az module comes with an assortment of modules such as Az.Accounts, Az.Aks, etc. Is it possible to update all these Az.* modules at once?

  8. Enable Powershell 7 in Visual Studio Developer Powershell terminal

    Sep 20, 2022 · The article you linked implies that "Developer" PowerShell is just regular PowerShell with extra command-line arguments. If so then it appears that we can use the …

  9. Is anybody having this Powershell "Update-Help" command, issue?

    Jan 31, 2021 · I am trying to download and install Help files for all the commands but it won't work. I am using Powershell 7.1.1 inside the Windows Terminal. Update-Help: Failed to update Help …

  10. Can't Install `Az` module in PowerShell 7.3.x - Stack Overflow

    Jan 18, 2023 · My Windows 11 laptop has two versions of PowerShell installed: 5.1.22621.963 7.3.1 (PowerShell Core) Following MS instructions, I want to install the Az module in …