windows - Can I upgrade PowerShell versions from within PowerShell? -
I have a Windows 7 SP1 box, which is running PowerShell version 2 (which has been sent along with it) . Now I need to upgrade to 3.0 or 4.0 version to take advantage of some new CMDlets.
Looking for the answer, I have come across this great tutorial.
This tutorial was fine, but I was surprised that the command line / CMDlet for running such upgrade (for example, something like update-help
cmdlet) No mention of the option is visible - especially the philosophy of PowerShell is automation!
So, is there a CMDlet / script that I can deploy to upgrade my PowerShell installation to different computers?
Thanks in advance.
Comments
Post a Comment