Skip to content

Instantly share code, notes, and snippets.

View x-limitless-x's full-sized avatar
🎯
Focusing

Blake Drumm x-limitless-x

🎯
Focusing
View GitHub Profile
@tcartwright
tcartwright / Telnet.psm1
Last active March 24, 2024 16:38
Windows: Powershell telnet client. Can run interactively or take an array of commands
<#
.Synopsis
Tests the connectivity between two computers on a TCP Port
.Description
The Telnet command tests the connectivity between two computers on a TCP Port. By running this command, you can determine if specific service is running on Server.
.Parameter <ComputerName>
This is a required parameter where you need to specify a computer name which can be localhost or a remote computer