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

Jul 4, 2014
0
0

Back to Basics Part 5: Outputting Data

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Gary Siepser, talks about outputting data via the pipeline in this exciting conclusion to a five part series. Microsoft Scripting Guy, Ed Wilson, is here. Today brings an end to a week of guest blog posts by Gary Siepser. You can read the following posts to catch up with the previous days: In Parts 3 and 4 of this ...

Scripting Guy!Windows PowerShellguest blogger
Jul 3, 2014
0
0

PowerTip: Looking for Folders and Files in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn about looking for folders and files in Windows PowerShell. Why does this command show me folders instead of files?Dir | Where PSIsContainer -eq False In Windows PowerShell, use the automatic variables $True and $False to refer to Boolean values          instead of the string ...

Scripting Guy!Windows PowerShellPowerTip
Jul 3, 2014
0
0

Back to Basics Part 4: More Ways to Manipulate Data

Doctor Scripto
Doctor Scripto

Summary: Microsoft PFE, Gary Siepser, talks more about the basics of the Windows PowerShell pipeline. Microsoft Scripting Guy, Ed Wilson, is here. Today Gary Siepser delivers his Part 4 of his five part series. To follow along, you can read: In Part 3, we introduced several cool things you can do with your data. In this post, we will ...

Scripting Guy!Windows PowerShellguest blogger
Jul 2, 2014
0
0

PowerTip: Sorting More than One Column

Doctor Scripto
Doctor Scripto

Summary: Learn to sort by more than one column in Windows PowerShell.  Can I use Windows PowerShell to sort by more than one column, and have the primary column be ascending           and secondary column be descending?  In the Help examples, you'll see that the Property parameter accepts a hash ...

Scripting Guy!Windows PowerShellPowerTip
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 ...

Scripting Guy!Windows PowerShellguest blogger

Feedback