About 3,900,000 results
Open links in new tab
  1. How to upgrade PowerShell version from 2.0 to 3.0

    Nov 11, 2013 · The OS that I am using is Windows 7, and the PowerShell version that is installed here is 2.0. Is it possible for me to upgrade it to version 3.0 or 4.0? Because there are cmdlets that version …

  2. Where do I download Windows PowerShell v2 (2.0) RTM?

    Feb 1, 2010 · Is there a direct link to download Windows PowerShell v2 (2.0) RTM? Google's first page of search results isn't helping, and I don't want to download the entire Windows Management …

  3. Path to Powershell.exe (v 2.0) - Stack Overflow

    Nov 10, 2010 · Where is the Powershell (version 2.0) located? What is the path to Powershell.exe? I have Windows Server 2008 and Powershell installed. When I look at this folder: PS …

  4. Nuget (PowerShell 2.0 Error) Visual Studio 2015, Windows 10 (PwrShl 5.0)

    Aug 14, 2015 · I am using Visual Studio 2015, on Windows 10 - I am having an issue running the Nuget Console, it wants Powershell 2.0. I do infact have powershell installed, but its version 5.0

  5. Where is the v2.0 and v3.0 folder for PowerShell? - Stack Overflow

    Dec 16, 2012 · Just like how 64-bit system files in Windows are in System32, all versions of Powershell install into the path that says v1.0. One of the things that MS doesn't seem to learn from. Didn't you …

  6. 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 …

  7. Can't install nuget package because of "Failed to initialize the ...

    Apr 29, 2014 · I also have Windows 10 64-bit and I needed to enable Windows Powershell 2.0 engine to get the Package Manager Console to work. It is odd that this issue has been around for some time …

  8. Read JSON object in Powershell 2.0 - Stack Overflow

    Jul 11, 2013 · powershell V2 runns off .net 2.0. this library is in 3.5 which unless you make sure to have .net 3.5+ installed, it wont work. granted, most will have it installed, but its an added dependency.

  9. windows - How can I recursively delete an entire directory with ...

    What is the simplest way to forcefully delete a directory and all its subdirectories in PowerShell? I am using PowerShell V2 in Windows 7. I have learned from several sources that the most obvious

  10. Accessing Windows Credential Manager from PowerShell

    Mar 17, 2015 · I'm using PowerShell 2.0 (necessary because of SP2010) On Windows Server 2008 R2. I need to retrieve credentials for a process from the Windows Credential Manager. I can't seem to …