Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
3,428,014
Downloads of v 5.0.10514-ProductionPreview:
8,046
Last Update:
02 Sep 2015
Package Maintainer(s):
Software Author(s):
- Microsoft wrote PowerShell
- IntelliTect created the Chocolatey Package
Tags:
PowerShell admin Reboot Scripting OneGet- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

Windows Management Framework and PowerShell
This is a prerelease version of Windows Management Framework and PowerShell.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
3,428,014
Downloads of v 5.0.10514-ProductionPreview:
8,046
Maintainer(s):
Software Author(s):
- Microsoft wrote PowerShell
- IntelliTect created the Chocolatey Package
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
Windows Management Framework and PowerShell 5.0.10514-ProductionPreview
This is a prerelease version of Windows Management Framework and PowerShell.
All Checks are Unknown
2 Test of Unknown Status
Validation Testing Unknown
Verification Testing Unknown
To install Windows Management Framework and PowerShell, run the following command from the command line or from PowerShell:
To upgrade Windows Management Framework and PowerShell, run the following command from the command line or from PowerShell:
To uninstall Windows Management Framework and PowerShell, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download powershell --internalize --version=5.0.10514-ProductionPreview --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade powershell -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade powershell -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure powershell installed
win_chocolatey:
name: powershell
state: present
version: 5.0.10514-ProductionPreview
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'powershell' do
action :install
version '5.0.10514-ProductionPreview'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: powershell,
Version: 5.0.10514-ProductionPreview,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller powershell
{
Name = 'powershell'
Ensure = 'Present'
Version = '5.0.10514-ProductionPreview'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'powershell':
provider => 'chocolatey',
ensure => '5.0.10514-ProductionPreview',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install powershell version="5.0.10514-ProductionPreview" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
Windows Management Framework 5.0 includes updates to Windows PowerShell, Windows PowerShell ISE, Windows PowerShell Web Services (Management OData IIS Extension), Windows Remote Management (WinRM), Windows Management Instrumentation (WMI), the Server Manager WMI provider, and a new feature for 4.0, Windows PowerShell Desired State Configuration (DSC).
Windows Management Framework 5.0 includes updates to Windows PowerShell, Windows PowerShell Desired State Configuration (DSC), and Windows PowerShell ISE. It also includes OneGet, PowerShellGet, and Network Switch cmdlets
IMPORTANT NOTES for your Operating System:
PowerShell 4 and later requires at least .NET 3.5.1.
This package will warn you and exit if it is not installed.
It is not automatically installed as a dependency so that you
maintain complete control over the .NET version in your build.
Windows 8.1, Windows 2012R2: Installs PowerShell 5.0.
Windows 8: PowerShell 4.0 not supported. PowerShell 3.0 installed by default
Windows 7 SP1, Windows 2008 R2 SP1, or Windows 2012: PowerShell 5.0 installed (as of 5.0.10105 April 2015 Preview)
ATTENTION: Windows 7 and Server 2008 R2 Required WMF/PowerShell 4.0 to be installed first.
This package will install 4 if it is not installed and instruct you to re-run the package using -Force
Or you can just install WMF 4 first if you have this already setup in build automation.
This is a temporary restriction that Microsoft is working on removing for the final release.
Windows Vista or Windows 2008: PowerShell 3.0 install attempted
WARNING: DO NOT INSTALL ON SCCM SERVERS.
Tested On: Windows 7, Windows 8.1, Windows 2008 R2, Windows 2012, Windows 2012 R2, Windows 10
<#
See http://technet.microsoft.com/en-us/library/hh847769.aspx and http://technet.microsoft.com/en-us/library/hh847837.aspx
Windows PowerShell 5.0 runs on the following versions of Windows.
Windows 10, installed by default
Windows Server 2012 R2, install Windows Management Framework 5.0 to run Windows PowerShell 5.0
Windows 8.1, install Windows Management Framework 5.0 to run Windows PowerShell 5.0
Windows� 7 with Service Pack 1, install Windows Management Framework 4.0 and THEN WMF 5.0 (as of 5.0.10105)
Windows Server� 2008 R2 with Service Pack 1, install Windows Management Framework 5.0 (as of 5.0.10105)
Previous Windows versions - 5.0 is not supported.
Windows PowerShell 4.0 runs on the following versions of Windows.
Windows 8.1, installed by default
Windows Server 2012 R2, installed by default
Windows� 7 with Service Pack 1, install Windows Management Framework 4.0 (http://go.microsoft.com/fwlink/?LinkId=293881) to run Windows PowerShell 4.0
Windows Server� 2008 R2 with Service Pack 1, install Windows Management Framework 4.0 (http://go.microsoft.com/fwlink/?LinkId=293881) to run Windows PowerShell 4.0
Windows PowerShell 3.0 runs on the following versions of Windows.
Windows 8, installed by default
Windows Server 2012, installed by default
Windows� 7 with Service Pack 1, install Windows Management Framework 3.0 to run Windows PowerShell 3.0
Windows Server� 2008 R2 with Service Pack 1, install Windows Management Framework 3.0 to run Windows PowerShell 3.0
Windows Server 2008 with Service Pack 2, install Windows Management Framework 3.0 to run Windows PowerShell 3.0
#>
try
{
[string]$packageName="PowerShell.5.0"
[string]$installerType="msu"
[string]$ThisPackagePSHVersion = '5.0.10514.6'
[string]$silentArgs="/quiet /norestart /log:`"$env:TEMP\PowerShell.Install.evtx`""
[string]$url = 'http://download.microsoft.com/download/3/F/D/3FD04B49-26F9-4D9A-8C34-4533B9D5B020/Win8.1AndW2K12R2-KB3066437-x86.msu'
[string]$url64 = 'http://download.microsoft.com/download/3/F/D/3FD04B49-26F9-4D9A-8C34-4533B9D5B020/Win8.1AndW2K12R2-KB3066437-x64.msu'
[string]$urlwin7 = 'http://download.microsoft.com/download/3/F/D/3FD04B49-26F9-4D9A-8C34-4533B9D5B020/Win7AndW2K8R2-KB3066439-x86.msu'
[string]$url64win7 = 'http://download.microsoft.com/download/3/F/D/3FD04B49-26F9-4D9A-8C34-4533B9D5B020/Win7AndW2K8R2-KB3066439-x64.msu'
[string]$urlWin2012 = 'http://download.microsoft.com/download/3/F/D/3FD04B49-26F9-4D9A-8C34-4533B9D5B020/W2K12-KB3066438-x64.msu'
[string[]] $validExitCodes = @(0, 3010) # 2359302 occurs if the package is already installed.
if ($PSVersionTable -and ($PSVersionTable.PSVersion -ge [Version]$ThisPackagePSHVersion))
{
Write-Warning "Installed PowerShell $($PSVersionTable.PSVersion) is already the same or newer than this package installs."
}
ElseIf ($PSVersionTable -and ($PSVersionTable.PSVersion -ge [Version]'5.0') -and ($PSVersionTable.PSVersion -lt [Version]$ThisPackagePSHVersion))
{
Write-Warning "The existing PowerShell version $($PSVersionTable.PSVersion) must be uninstalled, before you can install version $ThisPackagePSHVersion."
}
Else
{
# Get-CimInstance was completely crashing on win7 psh 2 even with try / catch
$osVersion = (Get-WmiObject Win32_OperatingSystem).Version
$os = (Get-WmiObject "Win32_OperatingSystem")
$Net4Version = (get-itemproperty "hklm:software\microsoft\net framework setup\ndp\v4\full" -ea silentlycontinue | Select -Expand Release -ea silentlycontinue)
switch ([version]$osVersion) {
{($_ -ge [version]"6.0") -AND ($_ -le [version]"6.0.6001")} {
Write-Output "OS is Vista or 2008"
Write-Warning "The highest version for Vista/2008 is PowerShell 3.0, attempting to install..."
cinst -y PowerShell -version 3.0.20121027
}
{($_ -eq [version]"6.1.7600")} {
Write-Output "OS is Win7 or Server 2008 R2 (NON-SP1)"
Write-Warning "IF YOU UPDATE TO SP1, YOU CAN INSTALL PowerShell V5"
Write-Warning "The highest version for Win7/2008R2 NON-SP1 is PowerShell 3.0, attempting to install..."
cinst -y PowerShell -version 3.0.20121027
}
{($_ -ge [version]"6.1.7601") -AND ($_ -lt [version]"6.2")} {
Write-Output "OS is Win7 (SP1 or later) or Server 2008 R2 (SP1 or later), Powershell 5 may be able to be installed."
Write-Output "Checking .NET version..."
If ($Net4Version -ge 378675)
{
If ($PSVersionTable.PSVersion -lt [Version]'4.0')
{
Write-Warning "To put Version 5 on Windows 7 or Server 2008 R2, you must first installed Version 4 (temporary to be fixed for production release)"
Write-Warning "Will now attempt to install version 4 - after which you will need to reboot and re-run this package with -Force to have 5 installed."
cinst -y PowerShell -version 4.0.20141001
Write-Warning "PowerShell 4 requires a reboot to complete the installation."
}
Else
{
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$urlWin7" "$url64win7" -validExitCodes $validExitCodes
Write-Warning "$packageName requires a reboot to complete the installation."
}
}
Else
{
write-warning "You must install .NET Framework 4.5.1 or later to install PowerShell 4 or higher. Use `"Choco Install dotnet4.5.1`", skipping PowerShell Install..."
}
}
{($_ -ge [version]"6.2.9200") -AND ($_ -lt [version]"6.3")} {
if($os.ProductType -eq 3) {
Write-Output "OS is Server 2012, PowerShell 5 may be able to be installed."
Write-Output "Checking .NET version..."
If ($Net4Version -ge 378675)
{
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$urlWin2012" -validExitCodes $validExitCodes
Write-Warning "$packageName requires a reboot to complete the installation."
}
Else
{
write-warning "You must install .NET Framework 4.5.1 or later to install PowerShell 4 or higher. Use `"Choco Install dotnet4.5.1`", skipping PowerShell Install..."
}
}
else {
Write-Output "OS is Win 8 (not 8.1)"
Write-Warning "$packageName not supported on Windows 8. You must upgrade to Windows 8.1 to get WMF 4.0."
}
}
{($_ -ge [version]"6.3.9600") -AND ($_ -lt [version]"6.4")} {
Write-Output "OS is Win8.1 Server 2012 R2, Powershell 5 may be able to be installed."
Write-Output "Checking .NET version..."
If ($Net4Version -ge 378675)
{
Install-ChocolateyPackage "$packageName" "$installerType" "$silentArgs" "$url" "$url64" -validExitCodes $validExitCodes
Write-Warning "$packageName requires a reboot to complete the installation."
}
Else
{
write-warning "You must install .NET Framework 4.5.1 or later to install PowerShell 4 or higher. Use `"Choco Install dotnet4.5.1`", skipping..."
}
}
{($_ -ge [version]"6.4") -or ($_ -ge [version]"10.0")} {
Write-Output "OS is Windows 10"
write-warning "Windows 10 has WMF / PowerShell version 5 pre-installed and cannot be upgraded."
}
default {
# Windows XP, Windows 2003, Windows Vista, or unknown?
throw "$packageName is not supported on this operating system (Windows XP, Windows 2003, Windows Vista, or ?)."
}
}
}
}
catch {
Throw $_.Exception
}
Write-Debug ("Starting " + $MyInvocation.MyCommand.Definition)
[string]$packageName="PowerShell.5.0"
<#
Exit Codes:
3010: WSUSA executed the uninstall successfully.
2359303: The update was not found.
#>
#5.0.10105
Start-ChocolateyProcessAsAdmin "/uninstall /KB:3055381 /quiet /norestart /log:`"$env:TEMP\PowerShell.Uninstall3PowerShell5.evtx`"" -exeToRun "WUSA.exe" -validExitCodes @(3010,2359303)
Start-ChocolateyProcessAsAdmin "/uninstall /KB:3055377 /quiet /norestart /log:`"$env:TEMP\PowerShell.Uninstall3PowerShell5.evtx`"" -exeToRun "WUSA.exe" -validExitCodes @(3010,2359303)
Start-ChocolateyProcessAsAdmin "/uninstall /KB:2908075 /quiet /norestart /log:`"$env:TEMP\PowerShell.Uninstall3PowerShell5.evtx`"" -exeToRun "WUSA.exe" -validExitCodes @(3010,2359303)
#5.0.10514.6
Start-ChocolateyProcessAsAdmin "/uninstall /KB:3066437 /quiet /norestart /log:`"$env:TEMP\PowerShell.Uninstall3PowerShell5.evtx`"" -exeToRun "WUSA.exe" -validExitCodes @(3010,2359303)
Start-ChocolateyProcessAsAdmin "/uninstall /KB:3066438 /quiet /norestart /log:`"$env:TEMP\PowerShell.Uninstall3PowerShell5.evtx`"" -exeToRun "WUSA.exe" -validExitCodes @(3010,2359303)
Start-ChocolateyProcessAsAdmin "/uninstall /KB:3066439 /quiet /norestart /log:`"$env:TEMP\PowerShell.Uninstall3PowerShell5.evtx`"" -exeToRun "WUSA.exe" -validExitCodes @(3010,2359303)
Write-Warning "$packageName may require a reboot to complete the uninstallation."
- PowerShell.5.0.10514-ProductionPreview.nupkg (688dd72f590e) - ## / 57 - Log in or click on link to see number of positives
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
2013 Microsoft Corporation
2015.09.02:
Updated for PowerShell 5.0.10514.6 (Production Preview) Released 8/31/15 (Darwin).
Checks if you already have 5.0 installed and requires previous versions of 5 to be uninstalled first.
2015.04.29:
Updated for PowerShell 5.0.10105 (April 2015 Preview) (Darwin).
Windows 7 SP1 and Server 2008 R2 SP1 NOW SUPPORTED FOR PSH 5!
2015.03.18:
Updated for PowerShell 5 (Darwin).
2014.10.01:
Changed to report success when PowerShell 4.0 is already installed.
2014.09.15:
Support added for PowerShell 4.0
This package has no dependencies.
Ground Rules:
- This discussion is only about Windows Management Framework and PowerShell and the Windows Management Framework and PowerShell package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or Windows Management Framework and PowerShell, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.