I've been trying to wake a computer on LAN from a shutdown state. The computer that is sending the WOL request is a windows 10 machine and the machine i'm trying to wake is a Windows 10 machine. I've tried a few scripts that I've found on the internet most of the scripts use the .net class UdpClient
I've made sure the computer I'm trying to wake has wake on LAN enabled on both the BIOS and the NIC.
The network subnet I'm on is a 255.255.0.0 subnet. The IP adress is dynamic and is assigned via a DHCP server.
The Script I'm using is:
WakeUp-Machines – A PowerShell script for Wake On LAN
So far it's not waking from LAN, Any advice on where I might be going wrong or A script which is sure to work...
Cheers,
A Walter