PowerTip: Change PowerShell ISE Foreground Color
Summary: Programatically change the foreground color in the Windows PowerShell ISE. How can I change the foreground color in the Windows PowerShell ISE? Use $Host.UI.RawUI.ForegroundColor and assign a...
View ArticleUse PowerShell to Set Up the ISE
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to set up the ISE. Hey, Scripting Guy! I am so excited—really excited! I have been selected to speak at a SQL Saturday...
View ArticlePowerTip: Change Font Size in PowerShell ISE
Summary: Learn how to change the font size in the Windows PowerShell ISE. How can I use a Windows PowerShell command to change the font size in my Windows PowerShell ISE? Use the $psISE object option,...
View ArticleAutomatically Keep Log of PowerShell ISE Commands
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the new transcript command in the Windows PowerShell ISE. Hey, Scripting Guy! I might be alone in this, but I love using the transcript...
View ArticleEd Wilson Joins the PowerScripting PodCast Tonight
Summary: Tune-in to the PowerScripting PodCast tonight to hear the Scripting Guy!Ed Wilson, Microsoft Scripting Guy, will be on the PowerScripting PodCast tonight, November 11, 2015. He will talk about...
View ArticlePowerTip: Find the PowerShell ISE Default Options
Summary: Learn how to find the Windows PowerShell ISE default options. How can I find the default options for the Windows PowerShell ISE object model? Use the ISEOptions...
View ArticleUse Regions in PowerShell ISE
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using regions in the Windows PowerShell ISE. Hey, Scripting Guy! I like using the Windows PowerShell ISE. The price is right I guess. There is...
View ArticlePowerTip: Toggle Outlining View in PowerShell ISE
Summary: Toggle between outlining view in the Windows PowerShell ISE. How can I switch to the outlining view in the Windows PowerShell ISE to collapse the functions so it is easier to read...
View ArticleSet PowerShell ISE to Default Values
Summary: Ed Wilson, Microsoft Scripting Guy, talks about resetting the Windows PowerShell ISE settings to the defaults.Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about Windows...
View ArticlePowerTip: Revert PowerShell ISE Token Values
Summary: Learn how to revert Windows PowerShell ISE token values to default values. I have been playing with token colors in the Windows PowerShell ISE and things are confused. How can I use...
View ArticleWeekend Scripter: PowerShell ISE Not Only for Scripts
Summary: Ed Wilson, Microsoft Scripting Guy, talks about why you may want to use the Windows PowerShell ISE instead of the console.Microsoft Scripting Guy, Ed Wilson, is here. I was speaking at a...
View ArticlePowerTip: Toggle Command Add-on in PowerShell ISE
Summary: Learn how to enable the Command Add-on for the Windows PowerShell ISE. I use different computers, and the Command Add-on is displayed only sometimes. I would like to display this...
View ArticleWeekend Scripter: Great PowerShell ISE Features for Beginners
Summary: Microsoft Scripting Guy, Ed Wilson, talks about some of the greatest Windows PowerShell ISE features for beginners.Microsoft Scripting Guy, Ed Wilson, is here. One of the great things about...
View ArticlePowerTip: Move PowerShell ISE Command Pane Left
Summary: Show the Windows PowerShell ISE command pane on the left side of the screen. How can I split the PowerShell ISE screen vertically so I can see the screen pane on the right and the...
View ArticlePowerShell and Configuration Manager 2012 R2–Part 1
Summary: Load the Configuration Manager cmdlets and make a basic site connection. Hey, Scripting Guy!I’ve been doing a lot of work in the Configuration Manager 2012 R2 console and it’s beautiful. But I...
View ArticlePowerTip: Find Version of Configuration Manager
Summary: Use PowerShell cmdlets to identify the current version and build number of a Configuration Manager site. How can I use Windows PowerShell to find the current version and build number for a...
View ArticlePowerShell and Configuration Manager 2012 R2–Part 2
Summary: Use the Configuration Manager cmdlets to work with site collections. Hey, Scripting Guy!I deal with Configuration Manager on a regular basis, and I have to manage User and Device collections....
View ArticlePowerTip: List Collections in Configuration Manager
Summary: Use the Configuration Manager cmdlets to show all available User and Device collections. How can I use Windows PowerShell to list all the available User and Device collections in Configuration...
View ArticlePowerShell and Configuration Manager 2012 R2–Part 3
Summary: Use the Configuration Manager cmdlets to update applications in distribution points. Hey, Scripting Guy!I’m forever having the nightmare of going clickity, click, click, click when I’m working...
View ArticlePowerTip: Get List of Distribution Points with PowerShell
Summary: Use the PowerShell cmdlets in Configuration Manager to pull a list of all distribution points. How can I get an easy-to-read list of the distribution points in a site? Load the Configuration...
View Article