How to install PowerShell using PowerShell

This cmdlet is tricky to find in Google because searching for install powershell using powershell won’t give you much. So here it is:

Install-WindowsFeature PowerShell

or

Install-WindowsFeature PowerShell-V2

P.S. How to find exact name of particual Windows Feature to install?

Get-WindowsFeature | findstr PowerShell
This entry was posted in Infrastructure and tagged . Bookmark the permalink.

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.