About 57 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` seems …

    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 current CLI …

  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 PowerShell Version …

  4. How to find the Windows version from the PowerShell command line

    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 operable …

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

    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 PowerShell …

  6. Determine if current PowerShell Process is 32-bit or 64-bit?

    99 When running a PowerShell script on a x64-bit OS platform, how can you determine in the script what version of PowerShell (32-bit or 64-bit) the script is running on? Background Both 32-bit and 64-bit …

  7. powershell - How to find out SQL Server ODBC driver version using …

    Jan 27, 2025 · I need to find a way to get the SQL Server ODBC driver version info using code, preferably PowerShell. Is there an easy way to achieve this? I checked registry, It is not available in …

  8. powershell - Return the current version of an app with winget - Stack ...

    Feb 5, 2025 · @Paolo: PowerShell interprets an external program's (such as winget.exe 's) stdout output as lines of text (strings), and strings have no properties (other than the text they represent and a …

  9. 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 create a variable …

  10. Powershell script to check TLS 1.2 enabled in the browser

    Jun 4, 2024 · How can I check whether TLS 1.2 is enabled in the browser (not in registry) using a PowerShell script?