Showing results for June Blender - Scripting Blog [archived]

Apr 25, 2016
0
0

How to answer a technical question: A guide for presenters

Doctor Scripto
Doctor Scripto

Summary: Learn how to properly answer a technical question in a presentation in this step-by-step post by PowerShell MVP June Blender. Today we have another blog post by PowerShell MVP June Blender. June is an Honorary Scripting Guy and a technical evangelist for the SAPIEN Technologies, Inc. She has been working with PowerShell for a long time. W...

Scripting Guy!guest bloggercommunity
Jul 4, 2015
0
0

Weekend Scripter: Welcome to the PowerShell Information Stream

Doctor Scripto
Doctor Scripto

Summary: Learn about the Windows PowerShell information stream in this guest post by June Blender. Microsoft Scripting Guy, Ed Wilson, is here. Today we have another guest blog post by Honorary Scripting Guy and Sapien technical evangelist, June Blender. Take it away June... Note  This post is updated on August 3, 2015 for the Windows Pow...

Scripting Guy!Windows PowerShellguest blogger
Sep 23, 2014
0
0

Fun Formatting Ones—Part 2: The Method

Doctor Scripto
Doctor Scripto

Summary: June Blender explains Doug Finke's multiplication and formatting trick. Today...the method. Microsoft Scripting Guy, Ed Wilson, is here. This is the second part of a two-part series written by June Blender, Honorary Scripting Guy. In the first part, Fun Formatting Ones—Part 1: The Task, we discussed the task of printing Doug's multip...

Scripting Guy!Windows PowerShellscripting techniques
Sep 22, 2014
0
0

Fun Formatting Ones—Part 1: The Task

Doctor Scripto
Doctor Scripto

Summary: June Blender explains Doug Finke's multiplication and formatting trick. Today...the task. Microsoft Scripting Guy, Ed Wilson, is here. Today, Honorary Scripting Guy, June Blender, examines a multiplication and formatting trick that Doug Finke posted on the PowerShell Facebook page. I've broken this article into two parts: Part 1:...

Scripting Guy!Windows PowerShellscripting techniques
Aug 23, 2014
0
0

PowerTip: Use PowerShell to Install Sysinternals

Doctor Scripto
Doctor Scripto

Summary: Learn to use Windows PowerShell to easily install Sysinternals utilities.  How do I find a Chocolatey package that installs Sysinternals?  Use the Find-Package cmdlet: Find-Package –Name Sysinternals Note   This command requires the OneGet module in Windows PowerShell 5.0.

Scripting Guy!Windows PowerShellPowerTip