plugins/banner/Load.ps1

$PreLoad = {}
$PostLoad = {
    Write-SessionBannerToHost
}
$Config = {}
$Shutdown = {}
$Unload = {}