Showing results for April 2016 - Page 3 of 3 - Scripting Blog [archived]

Apr 11, 2016
0
1

How to skip the beginning and ending of a file by using PowerShell

I_am_mr_ed
I_am_mr_ed

Summary: Learn how to skip the beginning and ending portions of a text file by using Windows PowerShell in this article by the Microsoft Scripting Guy Ed Wilson. This is the second post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the entire ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 8, 2016
0
0

Letter frequency analysis of text by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to do letter frequency analysis of a text enabling one to see how often a letter occurs. This is the first post in a multi-part series of blog posts that deal with how to determine letter frequency in text files. To fully understand this post, you should read the ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 6, 2016
0
0

PowerShell 5 MVA coming soon to a computer near you

I_am_mr_ed
I_am_mr_ed

SUMMARY: Microsoft Scripting Guy, Ed Wilson talks about recording a new Microsoft Virtual Academy series of videos with PFE Ashley McGlone. Hello everyone, Microsoft Scripting Guy Ed Wilson here. Well, I can tell you this week has been absolutely incredible. The Scripting Wife and I are out in Seattle (Bellevue, Redmond, Puget Sound ... whatever ...

Scripting Guy!Windows PowerShellcommunity
Apr 5, 2016
0
1

PowerTip: Create a nested PowerShell custom object

Doctor Scripto
Doctor Scripto

Summary: Learn how to create a nested PowerShell custom object.  How do I create a nested PowerShell custom object to store layers (nested) of information? Use a hashtable with the PSCustomObject type accelerator, and specify PSCustomObject as the value to the Property Name (Key): [PSCustomObject]@{ PropertyName = [PSCustomObject]@{ ...

Scripting Guy!Windows PowerShellPowerTip
Apr 4, 2016
0
0

Next steps for the official PowerShell documentation

Doctor Scripto
Doctor Scripto

Summary: Learn about changes that we’ve already made for PowerShell content and what’s planned for the near future. Hello scripters! My name is Don Gill, and I am the new documentation manager for Windows PowerShell. With the 2016 PowerShell and DevOps Summit quickly approaching, I thought it would be a fantastic opportunity to introduce ...

PowerShellScriptingHey Scripting Guy