Showing results for July 2014 - Page 13 of 13 - Scripting Blog [archived]

Jul 1, 2014
0
0

PowerTip: Use Custom Delimiter with CSV File

Doctor Scripto
Doctor Scripto

Summary: Use a custom delimiter with Windows PowerShell when reading a CSV file.  Can I use a delimiter other than the comma ( , ) when reading from a CSV file?  Import-CSV has a parameter dedicated for this purpose called -Delimiter: Get-Help Import-Csv -ShowWindow You can easily use this during the import:

Scripting Guy!Windows PowerShellPowerTip
Jul 1, 2014
0
0

Back to the Basics Part 2: Learn about the Pipeline and “Getters”

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Gary Siepser, talks about the basics of using the Windows PowerShell pipeline and "getters." Microsoft Scripting Guy, Ed Wilson, is here. This week, Gary Siepser, a Microsoft PFE is our guest blogger. Yesterday, we posted the first part of his series: Back to the Basics Part 1: Learn About the PowerShell Pipeline. In in fi...

Scripting Guy!Windows PowerShellscripting techniques