I want to monitor my Windows (11) computers at home from Home-Assistant (drive space, memory, ect ect). I know there is a lot of clients that can be installed that is pushing data to home-assistant, but I want a solution that don’t involve some extra software running on the PC.
I am somewhat experienced in PowerShell, and i know i can use that on a server to get the information I want from the desired remote computer, and then update sensors in ha with it.
This can work, but then I need a running environment for this on top of home-assistant.
(If here is no way to run PowerShell in Home-Assistant?)
Node-Red is also a possibility
I understand you don’t want to add additional software (although the SSH server will be additional anyway), but I’d go with telegraf (Telegraf Open Source Server Agent | InfluxData) with mqtt json output myself…