All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- #2 Add
Invoke-TestPort
command to allow testing ports on remote machines. It makes use ofTest-NetConnection
on Windows PowerShell orTest-Connection
on PowerShell core. (via @ChrisLGardner)
-
Explicitly export function in module manifest
-
Renamed functions to conform to PowerShell conventions (verb-noun) and set bot command names to ping/dig via [PoshBot.BotCommand()] attribute.
- Initial commit