rich Posted August 16, 2022 Posted August 16, 2022 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 :) Jamie Taylor 1
Jamie Taylor Posted August 30, 2022 Posted August 30, 2022 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 Â
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now