Monthly Archives: April 2009

Generating New-Object Wrapper Functions for an Assembly

One of the best parts of being a Microsoft MVP is having conversations with all the other, really bright MVPs.  The PowerShell team just recently added Doug Finke as an MVP – congratulations Doug!  It isn’t too uncommon for the … Continue reading

Posted in PowerShell | Leave a comment

Effective PowerShell Item 15: Using the Output Field Separator $OFS

$OFS is the “output field separator” variable.  Whatever value it contains will be used as the string separator between elements of an array that is rendered to a string.  For example, consider the following array definition and subsequent rendering to … Continue reading

Posted in Effective PowerShell | Leave a comment