sous-chefs / powershell

Development repository for the powershell cookbook
https://supermarket.chef.io/cookbooks/powershell
Apache License 2.0
110 stars 88 forks source link

Add support for the WMF 4 Updates on 2012/2008 R2 #78

Closed smurawski closed 6 years ago

smurawski commented 8 years ago

Just released patches for WMF 4 - http://blogs.msdn.com/b/powershell/archive/2016/01/19/windows-management-framework-wmf-4-0-update-now-available-for-windows-server-2012-windows-server-2008-r2-sp1-and-windows-7-sp1.aspx

jugatsu commented 7 years ago

@smurawski I didn't find any downloadable links for this updates. But we can get them via Get-Hotfix cmdlet. For example

Get-HotFix -ID KB3119938

https://raw.githubusercontent.com/PowerShell/SILDeploymentHelper/431dc8e6a0a566ac4a7a301caa121d6fc42ab002/SILDeploymentHelper.psm1

Also we can move geeting hotfixes to separate library helper.

stuartpreston commented 6 years ago

Closing this due to age - for most people this patch would now be applied in any image, and WMF 5 is the recommendation anyway.