About 70,400 results
Open links in new tab
  1. Is it possible to install PowerShell 3 on a Windows Server 2003 or …

    Jul 14, 2014 · 5 On a Windows Server 2003 rig (which already has .NET 4 but no 4.5 on it) that is to be expired before the end of the year, I'd like to run a few PowerShell 3 scripts on a …

  2. Run powershell script on 2003 server - Stack Overflow

    Sep 19, 2013 · I have powershell installed on my windows 8 PC, can I connect to remote 2003 server via powershell with out installing powershell on windows 2003 server? and run …

  3. How to install and configure PowerShell? - Stack Overflow

    Apr 2, 2015 · 28 Installing and configuring PowerShell is not hard but it's a little tricky. There are three basic steps: Install (if necessary) Enable script execution (disabled by default) Edit your …

  4. How to uninstall PowerShell 5.1 on Windows after installing 72

    Jan 31, 2022 · I just updated PowerShell to 7.2.1: But the old is still installed: How do I remove the old one? Having both installed is kinda redundant I suppose.

  5. Install Python with cmd or powershell - Stack Overflow

    Sep 30, 2018 · Here is a handy Powershell One-Liner that downloads the latest Python-Version for Windows and asks if it should install it right away. It even opens an elevated sessions with …

  6. powershell : has anyone tried to install powershell on windows …

    Jan 30, 2009 · 2 Has anyone tried installing powershell on a Windows 2000 server? I realize its not supposed to be installed on windows 2000 server and therefore not supported; however …

  7. Why am I getting permission denied installing Powershell 2.0 on …

    1 Check MS KB 888791. Some updates Powershell among them require certain rights. Check the computer policy that the account has the following rights: Backup files and directories, Debug …

  8. Install winget by the command line (powershell) - Stack Overflow

    The Microsoft.WinGet.Client PowerShell module does not contain winget.exe, the Windows Package Manager CLI. Instead, the module is meant to be a PowerShell-friendly alternative to …

  9. How do I run Redis on Windows? - Stack Overflow

    Jun 25, 2011 · 334 Update If you have Windows Subsystem for Linux (WSL), natively on Windows 10 and Windows Server 2019 you can do it per Ogglas answer Or follow these …

  10. How to install Node.js with Windows PowerShell PackageManager …

    Feb 18, 2019 · Chocolatey's refreshenv command works sometimes but not always, and after installing nodejs with Install-Package, refreshenv did not work to refresh the PATH variable. …