Showing archive results for June 2014

Jun 5, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to Open Event Log

Doctor Scripto

Summary: Use a Windows PowerShell cmdlet to open the event log viewer.  How can I use a Windows PowerShell cmdlet to open the event log viewer?  Use the Show-EventLog cmdlet.

Scripting Guy!Windows PowerShellPowerTip
Jun 5, 2014
Post comments count0
Post likes count0

Using PowerShell to Parse System Log for Windows Updates

Doctor Scripto

Summary: Learn how to use XML and Windows PowerShell to parse the Windows system event log for Windows updates. Microsoft Scripting Guy, Ed Wilson, is here. Sometimes I come up with a solution, and then I go looking for a problem to fix. Not often, but sometimes. This is usually the result of playing around with Windows PowerShell on the weekend, a...

Scripting Guy!Windows PowerShellscripting techniques
Jun 4, 2014
Post comments count0
Post likes count0

PowerTip: Use PowerShell to See Latest Log Entry

Doctor Scripto

Summary: Easily see the newest log entry by using Windows PowerShell.  How can I use Windows PowerShell to quickly check the most recent entry from a classic event log,           such as the application, system, or security log?  Use the Get-EventLog cmdlet and specify the –newest paramet...

Scripting Guy!Windows PowerShellPowerTip
Jun 4, 2014
Post comments count0
Post likes count0

Data Mine the Windows Event Log by Using PowerShell and XML

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Get-WinEvent in Windows PowerShell with FilterXML to parse event logs. Microsoft Scripting Guy, Ed Wilson, is here. Today I am sipping a cup of English Breakfast tea. In my pot, I decided to add a bit of spearmint, peppermint, licorice root, lemon peel, orange peel, and lime peel to the...

Scripting Guy!Windows PowerShellscripting techniques
Jun 3, 2014
Post comments count0
Post likes count0

PowerTip: Find Permissible Event Log Keywords with PowerShell

Doctor Scripto

Summary: Learn to find permissible event log keywords values with Windows PowerShell.  How can I use Windows PowerShell to find examples of keywords when I use a FilterHashTable value           with Get-WinEvent?  Create an instance of the StandardEventKeywords enumeration, and then look a...

Scripting Guy!Windows PowerShellPowerTip