Wake-on-LAN using PowerShell
Posted in PowerShell
Wake-on-LAN and the Magic Packet The format of a Wake-on-LAN (WOL) magic packet is defined as a byte array with 6 bytes of value 255 (0xFF) and 16 repetitions of the target machine’s 48-bit (6-byte) MAC address. (See Wikipedia article) Wake-on-LAN works by broadcasting the magic packet to all network devices in a network. The…