I have a Cmdlet called Make-VArrayList. It creates an object (VArrayList) that extends System.Collections.ArrayList. It is designed to take any input - an Object, Object[], ICollection, ArrayList, or VArrayList, and return it as a VArrayList object.
Just one problem...the check for object type ALWAYS returns "PSObject" when executed from PoSH 1.0. Any ideas?