We all know the little ipmitool or smcipmitool tools to script some commands against a node. But did you know there is a native PowerShell cmdlet you can use as well? On the Microsoft website we can find all the cmdlets we can use: https://learn.microsoft.com/en-us/powershell/module/pcsvdevice/?view=windowsserver2025-ps Lets create some PowerShell and…