I've written a custom cmdlet that chews through a binary file and creates well behaved PSObjects that "where" and cmdlets like "FT" operate on correctly. But the default output, if I don't pipe my output into something else, is FL dumping all the data. Does the job but isn't succinct. I’d like to define a default custom output format. I see some evidence that this is an XML file, but I haven’t been able to find any description of how to hook it up in the current version of PowerShell (there is some discussion about doing that with Monad, but that doesn’t seem to work anymore). Anybody know of a full example out there on the web that discusses how you hook the XML up, where you put it, and what xml keys are expected? |