About 147,000 results
Open links in new tab
  1. Determine installed PowerShell version - Stack Overflow

    Dec 1, 2009 · How can I determine what version of PowerShell is installed on a computer, and indeed if it is installed at all?

  2. How to get the "Windows PowerShell" version? `pwsh --version` …

    Sep 1, 2024 · pwsh --version Displays the version of this PowerShell exectuable. Additional parameters are ignored. returns the version of the pwsh.exe command not the version of the …

  3. Check PowerShell Version in Windows | Tutorials - Ten Forums

    Dec 9, 2020 · Check PowerShell Version in Windows How to Check PowerShell Version in Windows Published by Shawn Brink Category: General Tips 09 Dec 2020 How to Check …

  4. How can I select which version of PowerShell (5 or 7) is used when …

    Jun 11, 2024 · When I hit the run button in a Windows PowerShell v5 terminal, a new PowerShell version 7 terminal gets created, and the code returns version 7. How can I choose which …

  5. powershell - correct method of finding which TLS versions are …

    Jan 17, 2023 · So basically I'm looking for the correct command or query, which Ideally I will loop through all the computers using PowerShell and get which TLS versions are supported.

  6. Check BIOS or UEFI Firmware Version in Windows 10

    Jul 8, 2020 · How to Check BIOS or UEFI Firmware Version in Windows 10 Your PC's motherboard will either have a BIOS or UEFI firmware chip. BIOS (Basic Input/Output System) …

  7. How to find the Windows version from the PowerShell command …

    Sep 7, 2011 · How do I find which Windows version I'm using? I'm using PowerShell 2.0 and tried: PS C:\\> ver The term 'ver' is not recognized as the name of a cmdlet, function, script file, or …

  8. How do I find the Azure PowerShell version? - Stack Overflow

    Dec 8, 2015 · I need to find the installed Azure PowerShell version through cmdlets code. How do I find the Azure PowerShell version? Note: Other than cmdlets code is also welcome.

  9. How do I check for the SQL Server Version using Powershell?

    Sep 28, 2011 · What's the easiest way to check for the SQL Server Edition and Version using powershell?

  10. Check powershell version and run a function based on the version

    5 I'm trying to check the powershell version and based on what version, I need to run a specific function due to command and syntax differences between the different versions. I'm trying to …