Using Package Management in Windows PowerShell v3
Hey now! The PowerShell team published a preview version of PackageManagement for Windows PowerShell v3 and v4. As it happens, I have a Windows 7 SP1 box running PowerShell v3–why not run a little experiment?
`$PSVersionTable.PSVersion Major Minor Build Revision
3 0 -1 -1 `## Preparing the Environment
You need .NET Framework 4.5 or later, so take care of that prerequisite before you install the following two assets:
I restarted the computer after each installation just to be safe.
