Para instalar o Telnet no PowerShell , você pode executar:
Install-WindowsFeature -name Telnet-Client
Infelizmente, isso não parece funcionar no PowerShell Core , onde produz o seguinte erro:
Install-WindowsFeature : The term 'Install-WindowsFeature' is not recognized as the name of a cmdlet
Qual é o comando equivalente no PowerShell Core para instalar o Telnet?
Usando o Windows 10 versão 2004, Programa Insider