Windows 10 does not come with a telnet client (one of the commands I still have to drop into a WSL session for). Today I rectified that by enabling the optional feature.

From an administrator powershell:

Enable-WindowsOptionalFeature -FeatureName TelnetClient -Online

The escape sequence for “Microsoft Telnet” is the same as on the BSD one (^]), so muscle memory is intact!