Showing results for Scripting - Scripting Blog [archived]

Feb 16, 2021
Post comments count4
Post likes count17

All good things must come to an end

Doctor Scripto
Doctor Scripto

Introduction of New PowerShell Community Blog and Retirement of "Hey Scripting Guy!" Blog, the passing of the Torch to a new Generation.

Dec 11, 2019
Post comments count3
Post likes count0

Parallel Processing with jobs in PowerShell

Doctor Scripto
Doctor Scripto

Joel Vickery discusses an introductory use of PowerShell jobs and working with data

PowerShellDoctor Scriptojobs
Oct 2, 2019
Post comments count2
Post likes count0

Using PowerShell to View and Remove Wireless Profiles in Windows 10 – Part 2

Doctor Scripto
Doctor Scripto

Summary: Using Measure-Command to determine the fastest approach to a solution. Last week we were having some fun using PowerShell as a wrapper around the NetSh.exe command's output. We were left at a decision point. Which way to go? A For loop to clean up the data, which worked fine or Regular Expressions. Although both work which was the be...

scripting techniquesSean KearneyPowerShell
Apr 13, 2016
Post comments count0
Post likes count0

Compare the letter frequency of two text files by using PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to compare the letter frequency of two different text files. This is the fourth 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 series in order. Here are the posts in the series: ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 4, 2016
Post comments count0
Post likes count0

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 myself t...

PowerShellScriptingHey Scripting Guy