|
tee-object bug [xml]$a = "<hello>there</hello>"
$a | tee-object -variable test
gives
Exception retrieving string: "Cannot find an overload for "XmlNode" and
the argument count: "3"."
... anybody dare to suggest the cause of this bug. Maybe a side effect of
the powershell adapter. and an assumption tee-object makes?
-Karl |