Windows Management Framework is here!
Windows Management Framework, which includes Windows PowerShell 2.0, WinRM 2.0, and BITS 4.0, was officially released to the world this morning. By providing a consistent management interface across the various flavors of Windows, we are making our platform that much more attractive to deploy. IT Professionals can now easily manage their Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7, and Windows Server 2008 R2 machines through PowerShell remoting – that’s a huge win!
You can download the packages here: https://go.microsoft.com/fwlink/?LinkID=151321
A big, hearty thanks to everyone who made this release possible.
Tell your friends!
Nathan Burkhart
Program Manager | WS-Management
Comments
Anonymous
October 27, 2009
Nathan, just FYI, but that link doesn't work, it looks like it's directed to your OWA account...Anonymous
October 27, 2009
Found it: <http://support.microsoft.com/kb/968929>Anonymous
October 27, 2009
Woops, looks like when I copied it from an email it brought the OWA-specific link with it! It's fixed now.Anonymous
October 28, 2009
Is the Windows Management Framework supported on Server 2003 IA-64?Anonymous
October 28, 2009
Hey Chuck, Windows Management Framework is not supported on IA-64 for any of the Windows platforms.Anonymous
October 28, 2009
Hi,...and what about windows 7 ? The link says : "This article applies to a different version of Windows than the one you are using. Content in this article may not be relevant to you. Visit the Windows 7 Solution Center"
- There are no links for windows 7 greetz Geert
Anonymous
October 29, 2009
Hey Nathan, thanks for the info. So no PoSh 2.0 for legacy O/S's on Itanium ... I got it. Does this also mean you get only PoSh 1.0 if you purchase or upgrade to Server 2008 R2 on IA-64?Anonymous
October 31, 2009
Are BITS cmdlets supported on XP SP3 if Windows Management Framework 2.0 / PowerShell 2.0 is installed?Anonymous
November 02, 2009
The comment has been removedAnonymous
November 02, 2009
Are these going to be released as updates via WSUS? If so, when? It would be great to deploy PowerShell v2 and BITS 4 to all my machines ASAP.Anonymous
November 03, 2009
Nathan ... thanks, again, for the clarification.Anonymous
November 03, 2009
Thom, we will indeed be releasing these packages through WSUS, the plan is to make them available later this year.Anonymous
November 04, 2009
Nathan, We suffer a lot with issues between SCCM and WMI, and want better tools to detect those issues. Now that you have released a newer version of WMI for WinXP, is there a newer version of WMIDiag that is "SP3-Aware", or, is there a better tool to use? Thanks! BillAnonymous
November 05, 2009
Bill, we did not release a newer version of WMI -- the Windows Management Framework Core package includes WinRM 2.0 and Windows PowerShell 2.0.Anonymous
November 05, 2009
Sorry, Nathan, I misunderstood--thought you guys had renamed WMI... IS there a newer version of WMIDiag coming out, then? Thanks.Anonymous
November 06, 2009
Hey Bill, I haven't heard any plans about a new version of WMIDiag coming out.Anonymous
March 02, 2010
Are there any known issues of applying this package on a VM? I installed it on a VM server running Windows 2008 OS (not R2), and from that point the Winrm service shows errors of Received the response from Network layer; status: 404 (HTTP_STATUS_NOT_FOUND) Thanks, SamAnonymous
March 02, 2010
Hi Sam, are you getting that error when you run a specific winrm command or any command? Are you running the command locally (from within the VM), or are you trying to access it remotely?Anonymous
March 04, 2010
Elaborating a bit - I want to collect event log events using event forwarding. When setting a subscription on the server, the client gets it, but when I'm testing the creation of an event (to see Winrm is loading it to the server), the event is being uploaded (which is good), but I also get this error, so I wonder what it is: Error 129, Microsoft-Windows-Windows Remote Management/Operational, Received the response from Network layer; status: 401 (HTTP_STATUS_DENIED) Also, Where can I find more information about WinRM service itself? for example, why does it have so many network activity with the destination server that it is subscribed to?Anonymous
March 05, 2010
If everything is working, that may just be a spurious error due to an authentication round trip that you can ignore.