Skip to content

Instantly share code, notes, and snippets.

@hagatorn
hagatorn / WOL-pdq.ps1
Last active March 19, 2021 18:46
WOL with pdq utility
[cmdletbinding()]
param(
[Parameter(ParameterSetName=’NamedHost’)]
[string]$HostName,
[Parameter(ParameterSetName=’AllHosts’)]
[switch]$All,
[switch]$DHCP,