You can use the network adapter MAC address to wake a computer. Use this line if you want to find the MAC addresses of your network adapters:
Get-WmiObject Win32_NetworkAdapter | Where-Object { $_.MacAddress } |
Select-Object Name, MacAddress
Select-Object Name, MacAddress