In a previous tip, you learned that CSV files use different separators, depending on your culture. While you were unable to select a separator in PowerShell V1, in PowerShell v2 you now can use the new -Delimiter parameter to specify your own. An even...