# Start computer remotely

**URL:** https://forums.powershell.org/t/start-computer-remotely/9667
**Category:** PowerShell Help
**Created:** [November 8, 2017, 10:44am UTC](https://forums.powershell.org/t/start-computer-remotely/9667 "2017-11-08T10:44:51Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![emiltanev](https://avatars.discourse-cdn.com/v4/letter/e/5e9695/32.png) [@emiltanev](https://forums.powershell.org/u/emiltanev)
#### Post date: [November 8, 2017, 10:44am UTC](https://forums.powershell.org/t/start-computer-remotely/9667/1 "2017-11-08T10:44:51Z")

</div>

Would there be a way to start (not restart) computers remotely?  
I added the computers to TrustedHosts for remoting, and can restart them ( Invoke-Command -ScriptBlock {Restart-Computer} ) but cannot start them from Power-Off.

---

<div class="post-metadata">

### Author: ![csandfeld](https://avatars.discourse-cdn.com/v4/letter/c/df788c/32.png) [@csandfeld](https://forums.powershell.org/u/csandfeld)
#### Post date: [November 8, 2017, 11:41am UTC](https://forums.powershell.org/t/start-computer-remotely/9667/2 "2017-11-08T11:41:38Z")

</div>

Hi Emil,

Not out of the box (to my knowledge). You would need to either use Wake On LAN (WOL) or a call to your hardware vendors IPMI implementation or management system. So it all depends on your hardware I suppose.

I found this script to send WOL packets - I have not tested it though, so cannot vouch for its quallity:  
[Send WOL packet using Powershell](https://gallery.technet.microsoft.com/scriptcenter/Send-WOL-packet-using-0638be7b)

---

<div class="post-metadata">

### Author: ![dotnVo](https://avatars.discourse-cdn.com/v4/letter/d/4af34b/32.png) [@dotnVo](https://forums.powershell.org/u/dotnVo)
#### Post date: [May 16, 2024, 8:37pm UTC](https://forums.powershell.org/t/start-computer-remotely/9667/3 "2024-05-16T20:37:13Z")

</div>


