0
comment
comment
on 5/15/2015 5:53 AM
Working on the command line with Powershell, much of the time I have the luxury of dealing directly with rich .NET objects. If I need to sort, filter, or otherwise process cmdlet output, I have easy access to typed properties and methods right at the prompt. Often, though, I'll need to wrangle plain text, perhaps … Continue reading A handy Powershell filter for converting plain text to objects →