Showing results for January 2016 - Page 9 of 12 - Scripting Blog [archived]

Jan 9, 2016
Post comments count1
Post likes count0

Weekend Scripter: Unexpected Case Sensitivity in PowerShell

mredwilson
mredwilson

Summary: PowerShell MVP, Mike F Robbins, discusses case sensitivity in Windows PowerShell. Microsoft Scripting Guy, Ed Wilson, is here. Welcome back guest blogger, Mike Robbins. Mike F Robbins is a Microsoft MVP for Windows PowerShell and a SAPIEN Technologies MVP. He is a co-author of Windows PowerShell TFM 4th Edition, and is a contributing auth...

Scripting Guy!Windows PowerShellscripting techniques
Jan 9, 2016
Post comments count0
Post likes count0

PowerTip: Check PowerShell Scripts Against Rules

mredwilson
mredwilson

Summary: Learn how to easily check your Windows PowerShell scripts against various rules.  How can I quickly check my Windows PowerShell scripts with preconfigured rules?  Download the latest version of the Script Analyzer from the Microsoft PowerShell Gallery: PSScriptAnalyzer 1.2.0.            It snaps...

Scripting Guy!Windows PowerShellPowerTip
Jan 8, 2016
Post comments count0
Post likes count0

PowerShell Spotlight: January 2016

mredwilson
mredwilson

Summary: PowerShell MVP and the Scripting Wife, Teresa Wilson, talks about upcoming events in the PowerShell community for January 2016.Microsoft Scripting Guy, Ed Wilson, is here. Today we have back guest blogger, Teresa Wilson. Teresa, as you probably know, is my real-life wife, and she is also known as the Scripting Wife. She once said that it w...

Scripting Guy!Windows PowerShellguest blogger
Jan 8, 2016
Post comments count0
Post likes count0

PowerTip: Automatically Enable PowerShell ISE Toolbar

Doctor Scripto
Doctor Scripto

Summary: Ensure that the Windows PowerShell ISE toolbar is always enabled.  How can I use Windows PowerShell to turn on the ISE toolbar?  Turn on the toolbar with the following command: $psISE.Options.ShowToolBar=$True To turn it off, change the value to $False.

Windows PowerShellPowerTipguest blogger
Jan 8, 2016
Post comments count0
Post likes count0

A Favorite PowerShell ISE Feature: Remote Text File Editing

Doctor Scripto
Doctor Scripto

Summary: Sean Kearney shows you how to edit files remotely in the Windows PowerShell ISE.        Honorary Scripting Guy, Sean Kearney, is here today to show you the last of the little nuggets I love to use in the Windows PowerShell ISE—that is editing files remotely.   Note   This is a five-part se...

Windows PowerShellguest bloggerSean Kearney