<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: PowerShell 2.0: One Cmdlet at a Time #69 Get-WinEvent</title>
	<atom:link href="http://www.jonathanmedd.net/2010/03/powershell-2-0-one-cmdlet-at-a-time-69-get-winevent.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jonathanmedd.net/2010/03/powershell-2-0-one-cmdlet-at-a-time-69-get-winevent.html</link>
	<description>Scripting. Powershell, VMware, Windows, Active Directory &#38; Exchange. All that kind of stuff.....</description>
	<lastBuildDate>Wed, 01 Feb 2012 15:43:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: you</title>
		<link>http://www.jonathanmedd.net/2010/03/powershell-2-0-one-cmdlet-at-a-time-69-get-winevent.html/comment-page-1#comment-10395</link>
		<dc:creator>you</dc:creator>
		<pubDate>Mon, 13 Sep 2010 10:03:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.jonathanmedd.net/?p=929#comment-10395</guid>
		<description>I used next command to extract security event log from a evtx file(On a win2008 R2). 

PS&gt;get-winevent -path c:910.evtx &gt;&gt; c:\tst.csv

It need about 7 minutes. c:910.evtx is about 15MB and contains only security event log.

Because wevtutil needs only several seconds to convert the same c:910.evtx to a evt file,

I wonder why get-winevent was so slowly.

Thanks.</description>
		<content:encoded><![CDATA[<p>I used next command to extract security event log from a evtx file(On a win2008 R2). </p>
<p>PS&gt;get-winevent -path c:910.evtx &gt;&gt; c:\tst.csv</p>
<p>It need about 7 minutes. c:910.evtx is about 15MB and contains only security event log.</p>
<p>Because wevtutil needs only several seconds to convert the same c:910.evtx to a evt file,</p>
<p>I wonder why get-winevent was so slowly.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

