refactor(magicpacket): add manifest and explicit function export

This commit is contained in:
Asif Bacchus 2021-09-05 01:08:20 -06:00
parent cb53f4a7a0
commit 1ff4a6bf6a
2 changed files with 3 additions and 1 deletions

BIN
wol-magicPacket.psd1 Normal file

Binary file not shown.

View File

@ -124,4 +124,6 @@ function Send-MagicPacket
$UdpClient.Close()
$UdpClient.Dispose()
}
}
}
Export-ModuleMember -Function Send-MagicPacket