Sign in
Home
Library
Wiki
Learn
Gallery
Downloads
Support
Forums
Blogs
Resources For IT Professionals
Search
TechNet Blogs
>
Search
>
"Get-WinEvent"
Search TechNet Blogs
Subscribe via RSS
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Search Results
Sort by:
Most Relevant
|
Highest Rated
|
Most Recent
|
Alphabetical
Blog Post:
Expert Solution for 2011 Scripting Games Beginner Event 3: Use PowerShell to Get Information about Windows Event Logs
By
ScriptingGuy1
...but not event tracing logs.
Get
-
WinEvent
is the actual cmdlet needed for...running this command: Get-Help
Get
-
WinEvent
–Full The help information for
Get
-
WinEvent
describes a parameter that can...
Posted on
19 Apr 2011
in Blog -
Blog Post:
Use PowerShell Cmdlet to Filter Event Log for Easy Parsing
By
ScriptingGuy1
Summary : Learn how to use the
Get
-
WinEvent
Windows PowerShell cmdlet to filter the event...of these problems are addressed with the
Get
-
WinEvent
cmdlet. Unfortunately,
Get
-
WinEvent
is not as easy to use as the Get-EventLog...
Posted on
23 Jan 2011
in Blog -
Blog Post:
Use PowerShell to Troubleshoot Windows
By
The Scripting Guys
...following figure is shown. The
Get
-
WinEvent
Windows PowerShell cmdlet is used to query...here: PS C:\Windows\system32>
Get
-
WinEvent
-ListLog *wmi* | select logname
Get
-
WinEvent
: There is not an event log on the localhost...
Posted on
8 Jul 2011
in Blog -
Blog Post:
Expert Commentary: 2012 Scripting Games Advanced Event 7
By
The Scripting Guys
...of the design points. It uses
Get
-
WinEvent
to ensure that you are reading...that are available in Windows 7:
Get
-
WinEvent
-ListLog * |?{$_.IsEnabled} |%{$_|
Get
-
WinEvent
-MaxEvents 1 -ErrorAction SilentlyContinue...
Posted on
23 Apr 2012
in Blog -
Blog Post:
How to Improve the Performance of a PowerShell Event Log Query
By
ScriptingGuy1
...Here is the code I put together.
Get
-
WinEvent
-Logname Application -EA silentlycontinue...for the name of the provider.
Get
-
WinEvent
-LogName application -ea SilentlyContinue...here is the command to time the
Get
-
WinEvent
command listed previously. Measure-Command -Expression...
Posted on
7 Mar 2011
in Blog -
Blog Post:
Use PowerShell to Troubleshoot Software Installation
By
The Scripting Guys
...the logs, and how to use the
Get
-
WinEvent
cmdlet to find and to read the...Windows\system32>
Get
-
WinEvent
-ListLog *install* -force...Windows\system32>
Get
-
WinEvent
-ListLog *msi* -force | select...
Posted on
12 Jul 2011
in Blog -
Blog Post:
Use PowerShell to Parse Saved Event Logs for Errors
By
ScriptingGuy1
...event log files. By using the
Get
-
WinEvent
cmdlet, it is as easy to parse...illustrated here: PS C:\>
Get
-
WinEvent
-Path C:\fso\SavedAppLog...shown in the two command sets:
Get
-
WinEvent
[-Path] <string...
Posted on
24 Jan 2011
in Blog -
Blog Post:
Parse Windows Trace Logs by Using PowerShell
By
The Scripting Guys
...the logs, and how to use the
Get
-
WinEvent
cmdlet to find and to read the...illustrate these techniques.
Get
-
WinEvent
-ListLog *wmi*trace* -force (
Get
-
WinEvent
-ListLog *wmi*trace* -force...
Posted on
11 Jul 2011
in Blog -
Blog Post:
Use Date Types to Filter Event Trace Logs in PowerShell
By
The Scripting Guys
...the logs, and how to use the
Get
-
WinEvent
cmdlet to find and to read the...in a variable, I can use the
Get
-
WinEvent
cmdlet to retrieve the message...Activity trace ETW log: $wmiLog = (
Get
-
WinEvent
-ListLog *wmi*trace -force...
Posted on
10 Jul 2011
in Blog -
Blog Post:
Expert Commentary: 2012 Scripting Games Beginner Event 7
By
The Scripting Guys
...cmdlet that will do the trick:
Get
-
WinEvent
-ListLog * If we do not call...which results in…
Get
-
WinEvent
-ListLog * -ErrorAction 'SilentlyContinue...objects that are returned by the
Get
-
WinEvent
call:
Get
-
WinEvent
-ListLog...
Posted on
23 Apr 2012
in Blog -
Page 1 of 4 (38 items)
1
2
3
4
Search Tips
The more specific you can be with your keywords, the better the search results.
If you're looking for a specific phrase then use quotes. For example: "code of conduct" or "how to".
Avoid using words such as 'the', 'of', 'a' - they exist in every article and are ignored in the search except when used as part of a phrase.