If you’re needing to do some SMTP testing using a Windows Server 2008 host you’re probably going to need a Telnet client.  The Telnet client is not installed by default on Windows Server 2008, so you can use this ServerManagerCmd.exe one-liner to quickly install it:

C:\>servermanagercmd -i telnet-client
.........

Start Installation...
[Installation] Succeeded: [Telnet Client].
<100/100>

Success: Installation succeeded.

About the Author

Paul Cunningham

Paul is a former Microsoft MVP for Office Apps and Services. He works as a consultant, writer, and trainer specializing in Office 365 and Exchange Server. Paul no longer writes for Practical365.com.

Comments

  1. Tarhib IT Limited

    Your guide on installing Telnet on Windows Server 2008 is clear and highly practical. By providing step-by-step instructions and useful insights, you make the installation process straightforward and accessible. Your expertise ensures that even those with limited experience can follow along successfully. Thank you for sharing such a helpful resource.

  2. Reda

    Hello,

    Try other Cmd:

    dism /online /Enable-Feature /FeatureName:TelnetClient

Leave a Reply