Archive for March, 2011

In this revision, I’ve added support for IP based wake ups. However, the IP needs to be in the local ARP table. param ( [parameter(Position=0, Mandatory = $true, ParameterSetName="bymac", HelpMessage="Wake up a machine by known mac address.")] [string] $targetMac, [parameter(Position=0, mandatory = $true, ParameterSetName="byip", HelpMessage="Wake up a machine by last known IP address.")] [Net.IPAddress] $targetIP, [...]