Showing archive results for 2014

Nov 13, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Display Event Viewer

Doctor Scripto

Summary: Learn how to use Windows PowerShell to display the Event Viewer tool.  I often use the Event Viewer, but I have a hard time finding it or remembering its name.            How can I use Windows PowerShell to see the Event Viewer?  Use the Show-EventLog cmdlet—Tab expansion works so you...

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

More Comments about PowerShell Commenting

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, continues the discussion about Windows PowerShell comments. Microsoft Scripting Guy, Ed Wilson, is here. This morning, I was up early because I had to take the Scripting Wife to the airport. Luckily, it was really early, so Charlotte’s world class traffic had not yet had a chance to accumulate. She...

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

PowerTip: Check UI Culture and Current Culture

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

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

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