Showing results for Gary Siepser - Scripting Blog [archived]

Jul 2, 2014
0
0

Back to the Basics Part 3: Do Something with Your Data

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Gary Siepser, further investigates the basics of the Windows PowerShell pipeline. Microsoft Scripting Guy, Ed Wilson, is here. It's midweek already! Time sure flies, especially when you have a guest blogger for the week. Welcome back Gary Siepser for the third part in a series. To catch up, read: In Part 2 of this ser...

Scripting Guy!Windows PowerShellguest blogger
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
Jun 30, 2014
0
0

PowerTip: Learn to Start the PowerShell Pipeline

Doctor Scripto
Doctor Scripto

Summary: Find cmdlets that permit starting the pipeline in Windows PowerShell.   How do I find all the Get commands that allow me to start a pipeline?  Although there are a number of ways, the Get-Command cmdlet has a parameter           called -Verb for this purpose: PS > Get...

Scripting Guy!Windows PowerShellPowerTip
Jun 30, 2014
0
0

Back to the Basics Part 1: Learn About the PowerShell Pipeline

Doctor Scripto
Doctor Scripto

Summary: Guest blogger and Microsoft PFE, Gary Siepser, talks about the basics of the Windows PowerShell pipeline. Microsoft Scripting Guy, Ed Wilson, is here. This week we have a series of five posts that are written by PFE Gary Siepser as we head back to the basics with the Windows PowerShell pipeline. Gary Siepser here (@PowerShellPFE). For Micr...

Scripting Guy!Windows PowerShellguest blogger