I\'m using this (simplified) chunk of code to extract a set of tables from SQL Server with BCP.
$OutputDirectory = \"c:\\junk\\\" $ServerOption = \"-SServe
You can also do this without a variable
@{ 'foo' = 222 'bar' = 333 'baz' = 444 'qux' = 555 } | % getEnumerator | % { $_.key $_.value }