Posted August 16, 20222 yr Hi, I've got a HTPC windows 10 with pulseway monitoring it. Every so often I get notified the PC has gone offline. I think it's because it doesn't have a static IP which I'll fix later. Getting it to go online is just a simple turn the pc off and on. I am wondering if it's possible to setup pulseway to restart the pc when it sends an offline notification? This would solve my problem for now. Thanks for any advice :)
August 30, 20222 yr Automating a powershell command via scehduled tasks, or triggred from automation workflows should be able to assist you in this case. You can try PowerShell Commands like the below one restrart your remote device by entering your computer name. Quote Restart-Computer -ComputerName Server01, Server02, localhost Â
Create an account or sign in to comment