Posted: . At: 2:37 PM. This was 9 years ago. Post ID: 7634
Page permalink. WordPress uses cookies, or tiny pieces of information stored on your computer, to verify who you are. There are cookies for logged in users and for commenters.
These cookies expire two weeks after they are set.


How to install a Windows feature on server 2012 using Powershell.


This Powershell command will install a Windows feature on your Windows 8.1 or server 2012 machine. I am only using the telnet server as an example.

PS C:\Users\Administrator> Install-WindowsFeature telnet-server

Success Restart Needed Exit Code      Feature Result
------- -------------- ---------      --------------
True    No             Success        {Telnet Server}

This is how easy it is to install a Windows feature using the command line. This is a very good way to setup a Windows server machine using Powershell.


Leave a Comment

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