Showing tag results for guest blogger

Jul 1, 2014
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Post comments count0
Post likes count0

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
Jun 29, 2014
Post comments count0
Post likes count0

PowerTip: Document Server's IP Addresses by Using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Use Windows PowerShell to document the IP addresses on a server.  How can I use Windows PowerShell to easily go through my server environment and           document the IP addresses in use on each machine?  We can do this with a wee bit o' magic from the new Get-NetIPConfiguration cmdlet &n...

Windows PowerShellPowerTipguest blogger