So to do output for PRTG xml, this is our goal:
$Output = new-object prtgshell.outputobject "your message here"
$Output | New-Channel name value unit options etc
although brian doesn't think that calling the constructor method up there is "powershelly" enough.