Using PowerShell to list all enabled features: To list details about the TelnetClient feature:ĭism /online /get-featureinfo /featurename:TelnetClientĭism /online /enable-feature /featurename:TelnetClient Press the Windows Key, type CMD, press CTRL+SHIFT+ENTER to launch command prompt in Administrative mode.ĭism /online /get-features /format:table | moreĭism /online /get-features /format:table | find “Enabled” | moreĭism /online /get-features /format:table | find “Disabled” | moreĭism /online /get-features /format:table | find “Telnet” | more NGUYEN – BSc., MCSEx2, MCSAx2, MCP, MCTS, MCITP, CCNA
How to manage Windows Optional Features using command line and PowerShellĬHUONG K.