Showing archive results for 2016

Jan 5, 2016
Post comments count0
Post likes count0

PowerTip: Set Zoom Level in PowerShell ISE

Doctor Scripto

Summary: Automatically set the zoom level in the Windows PowerShell ISE.  How can I programmatically adjust the zoom for my font size in the Windows PowerShell ISE?  Set the Zoom property—for example, to adjust the font to 150%, run: $pSISE.Options.Zoom=150

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

A Favorite PowerShell ISE Feature: Script Browser

Doctor Scripto

Summary: Sean Kearney shows you how to browse the TechNet Script Repository from the PowerShell ISE. Honorary Scripting Guy, Sean Kearney, is here today to introduce you to a pretty cool feature that is available in the Windows PowerShell ISE. It’s an add-on called the Script Browser.    Note   This is a five-part ser...

Windows PowerShellguest bloggerSean Kearney
Jan 4, 2016
Post comments count0
Post likes count0

PowerTip: Edit Profile for PowerShell ISE

Doctor Scripto

Summary: Identify and edit the autostart features for the Windows PowerShell ISE.  Is there something similar to the $Profile feature in the Windows PowerShell console that I can use to customize            my Windows PowerShell ISE environment?  The variable name is the same in the PowerShell ISE, ...

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

A Favorite PowerShell ISE Feature: Script Analyzer

Doctor Scripto

Summary: Sean Kearney introduces a free tool for examining your script. Honorary Scripting Guy, Sean Kearney, is here. This week I’m going to introduce you to my favorite Windows PowerShell ISE features.    Note   This is a five-part series that includes the following posts about features in the Windows PowerShell ISE...

Windows PowerShellguest bloggerSean Kearney
Jan 3, 2016
Post comments count0
Post likes count0

PowerTip: Restore PowerShell ISE to Default Settings

Doctor Scripto

Summary: Learn how to restore the Windows PowerShell ISE to its default configurations.  How can I restore the Windows PowerShell ISE to its default configurations?  Use the four built-in RestoreDefault methods with the PSise object to bring back everything in the ISE to the original settings: $PSise.Options.RestoreDef...

Windows PowerShellPowerTipguest blogger