Skip to content

Add Windows Features to Windows 8.1 Using PowerShell

Oddly had to hunt around a bit for this, so thought I would post so I can find it when I next forget Smile

The cmdlets are not at all like Windows Server (wish they were)

To get a list of windows Features

Get-WindowsOptionalFeature -Online | Format-Table –AutoSize

image

 

Enable-WindowsOptionalFeature -FeatureName TelnetClient -Online

image

Published inPowerShell

Be First to Comment

Leave a Reply

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