Yes! Windows Management Framework Version 5.0 PowerShell Preview is also available for Windows 7 SP1 machines. HURRAY!!
Go ahead and check the “Windows PowerShell Blog” article about it: http://blogs.msdn.com/b/powershell/archive/2015/04/29/windows-management-framework-5-0-preview-april-2015-is-now-available.aspx
Take it for a test-drive and I guarantee you won’t look back. Here’s the Microsoft Download page: http://www.microsoft.com/en-us/download/details.aspx?id=46889
Make sure to execute both of the following commands:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned;
Update-Help
By the way, this still is a Preview version. So, expect some errors to show up. Don’t be discourage by it!