Jump to content

Automatically restart my PC when it goes offline?


rich

Recommended Posts

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 :)

Link to comment
Share on other sites

  • 2 weeks later...

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

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...