WakeOnLAN
WakeOnLAN
Sends a Wake On LAN (WOL) signal to the network interface with the MAC address specified.
Properties
MACAddress
Type: System.Object
Specifies the MAC address of the NIC to which you want to send the WakeOnLAN signal. The MAC address must be six two-digit hex numbers. The value can optionally be separated by colons or dashes. For example '00020406081F', '00:02:04:06:08:1F', or '00-02-04-06-08-1F'.
Port
Type: System.Object
Specifies the IANA UDP port to use. Defaults to '9'.
Output
Type: System.Object
Contains information about the packet sent to the specified MAC Address. This is a read-only output parameter.
Add Comment