Skip to main content

Send and monitor MQTT messages with powershell

· One min read
Hannes Palmquist
Senior Consultant Cloud

I've put together a new powershell module which allows you to send and receive MQTT messages with the ease of powershell. The script utilizes the library of M2MQTT.

Install-Module PSMQTT -Scope CurrentUser

PSMQTT Module Docs