Showing results for November 2014 - Page 8 of 13 - Scripting Blog [archived]

Nov 12, 2014
Post comments count0
Post likes count0

PowerTip: Check UI Culture and Current Culture

Doctor Scripto
Doctor Scripto

Summary: Learn how to use Windows PowerShell to compare the UI culture and the current culture.  How can I use Windows PowerShell to easily check if the UI culture and the current culture on my            computer are the same.?  Use the Compare-Object, Get-Culture, and Get-UiCulture cmdle...

Scripting Guy!Windows PowerShellPowerTip
Nov 12, 2014
Post comments count0
Post likes count0

Use Regions for PowerShell Comments

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about combining regions and Windows PowerShell comments in the ISE. Microsoft Scripting Guy, Ed Wilson, is here. This morning I want to talk about an idea I had the other day when I was on the treadmill. First of all, I will say that walking on a treadmill for an hour is a great way to get some tim...

Scripting Guy!Windows PowerShellscripting techniques
Nov 11, 2014
Post comments count0
Post likes count0

PowerTip: Examine PowerShell Cmdlet Coverage

Doctor Scripto
Doctor Scripto

Summary: Learn how to examine where Windows PowerShell cmdlets come from.  How can I use Windows PowerShell to find which modules supply the most cmdlets of a particular type?  Use the Get-Command cmdlet and specify a particular verb (such as Get), pipe the resulting objects           to the&nb...

Scripting Guy!Windows PowerShellPowerTip
Nov 11, 2014
Post comments count0
Post likes count0

Top Four Suggestions for Effective PowerShell Comments

Doctor Scripto
Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, lists his top four ideas to include in comments in Windows PowerShell scripts. Microsoft Scripting Guy, Ed Wilson, is here. It is a new week. This one is filled with potential for unlimited new explorations, beginnings of wonderful friendships, and delving into the mysteries of long forgotten books. Well...

Scripting Guy!Windows PowerShellscripting techniques
Nov 10, 2014
Post comments count0
Post likes count0

PowerTip: Add Multiple-line Comments in PowerShell

Doctor Scripto
Doctor Scripto

Summary: Learn how to add multiple-line comments in Windows PowerShell.  How can I  use Windows PowerShell to add a comment that will wrap over several lines           if I do not want to use a hash tag for each line?  Begin the comment with <# and end the comment with #>, for exampl...

Scripting Guy!Windows PowerShellPowerTip