<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Jak internet zwojowałem &#187; Windows</title>
	<atom:link href="http://www.arabek.net/tag/windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.arabek.net</link>
	<description>... czyli starca pieprzenie o dupie Maryni</description>
	<lastBuildDate>Sun, 25 Jul 2010 07:59:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Eventlog rotator for Windows</title>
		<link>http://www.arabek.net/eventlog-rotator-for-windows/</link>
		<comments>http://www.arabek.net/eventlog-rotator-for-windows/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:13:14 +0000</pubDate>
		<dc:creator>arab</dc:creator>
				<category><![CDATA[Wpisy]]></category>
		<category><![CDATA[Eventlog]]></category>
		<category><![CDATA[log parser]]></category>
		<category><![CDATA[logrotator]]></category>
		<category><![CDATA[Secevent]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.arabek.net/?p=87</guid>
		<description><![CDATA[Well not exactly, but close&#8230; Here&#8217;s the deal: i&#8217;ve been assigned a task, to figure out a way to rotate security logs on a Windows server, which has leveraged auditing policies. Problem: Eventlog retention mechanism under Windows does not allow for creating new log files when the current logfile grows to a certain limit (which [...]]]></description>
			<content:encoded><![CDATA[<p>Well not exactly, but close&#8230;</p>
<p>Here&#8217;s the deal: i&#8217;ve been assigned a task, to figure out a way to rotate security logs on a Windows server, which has leveraged auditing policies.</p>
<p>Problem: Eventlog retention mechanism under Windows does not allow for creating new log files when the current logfile grows to a certain limit (which is plain stupid and short-sighted). Windows built in mechanism can only overwrite the oldest entries with newer ones if the logfile size limit has been reached.</p>
<p>After some extensive googling, i finally stumbled upon <a href="http://userssuck.com/2007/03/20/windows-logging/">one blog entry</a> that has put me on the right track. Microsoft does have a tool for parsing the binary logfiles (and not only that, but you&#8217;ll have to figure it out by yourself), using SQL format queries as commands. It&#8217;s called &#8222;Log Parser&#8221; (how obvious!), and is featured <a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&#038;FamilyID=890cd06b-abf8-4c25-91b2-f8d975cf8c07">here</a>.</p>
<p>I&#8217;ve downloaded the tool and started playing with VBScript (damn you Microsoft for not adopting Bash) and Log Parser, to get the desired result. I won&#8217;t go into details, as the file posted below is pretty self-explanatory (and well commented too).</p>
<p>Anyway, here&#8217;s <a href="http://www.arabek.net/files/secevent-parser.tar.gz">&#8222;the result&#8221;</a> (it&#8217;s a gzipped/tared vbscript, some antiviruses might go crazy &#8217;bout it).</p>
<p>Enjoy!</p>
<p>P.S. I&#8217;ve yet to add a zipping function to it.<br />
P.S.(2) It&#8217;s my first VBScript batch, please don&#8217;t laugh. Thank you.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.arabek.net/eventlog-rotator-for-windows/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>SBS 2003 Tricks #4.1</title>
		<link>http://www.arabek.net/sbs-2003-tricks-41/</link>
		<comments>http://www.arabek.net/sbs-2003-tricks-41/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:58:22 +0000</pubDate>
		<dc:creator>arab</dc:creator>
				<category><![CDATA[Wpisy]]></category>
		<category><![CDATA[Small Bussines Server]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.arabek.net/sbs-2003-tricks-41/</guid>
		<description><![CDATA[Ważne narzędzia: ntdsutil &#8211; narzędzie zarządzania Active Directory na poziomie administracyjnym (tak &#8211; wiem, masło maślane!) dcdiag &#8211; narzędzie diagnostyczne kontrolera domeny gpotool &#8211; narzędzie do sprawdzania poprawności GPO (z pakietu Windows Server 2003 Resource Kit Tools)]]></description>
			<content:encoded><![CDATA[<p>Ważne narzędzia:</p>
<ul>
<li>ntdsutil &#8211; narzędzie zarządzania Active Directory na poziomie administracyjnym (tak &#8211; wiem, masło maślane!)</li>
<li><a href="http://technet.microsoft.com/pl-pl/library/cc776854.aspx">dcdiag</a> &#8211; narzędzie diagnostyczne kontrolera domeny</li>
<li>gpotool &#8211; narzędzie do sprawdzania poprawności GPO (z pakietu <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=9d467a69-57ff-4ae7-96ee-b18c4790cffd&#038;displaylang=en">Windows Server 2003 Resource Kit Tools</a>)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.arabek.net/sbs-2003-tricks-41/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SBS 2003 Tricks #4</title>
		<link>http://www.arabek.net/sbs-2003-tricks-4/</link>
		<comments>http://www.arabek.net/sbs-2003-tricks-4/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 17:09:46 +0000</pubDate>
		<dc:creator>arab</dc:creator>
				<category><![CDATA[Wpisy]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[MSDTC]]></category>
		<category><![CDATA[Small Bussines Server]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.arabek.net/?p=71</guid>
		<description><![CDATA[Znowu problem z kontrolerem domeny, znowu MSDTC (nie pamiętam czy pisałem o tym wcześniej, stąd ku pamięci): MSDTC Event ID 4143 and 53258 on Windows Server 2003 SP1 Domain Controller I got hit by a problem on a freshly installed virtual machine using a slipstreamed SP1 installation and promoted to a domain controller. Two events [...]]]></description>
			<content:encoded><![CDATA[<p>Znowu problem z kontrolerem domeny, znowu MSDTC (nie pamiętam czy pisałem o tym wcześniej, stąd ku pamięci):</p>
<blockquote><p>MSDTC Event ID 4143 and 53258 on Windows Server 2003 SP1 Domain Controller</p>
<p>I got hit by a problem on a freshly installed virtual machine using a slipstreamed SP1 installation and promoted to a domain controller. Two events were appearing in the event log which were unexpected.</p>
<p><cite>    Source: MSDTC Event ID: 4143 Information<br />
    MS DTC has detected that a DC Promotion has happened since the last time the MS DTC service was started.</cite></p>
<p>followed by</p>
<p><cite>    Source: MSDTC Event ID: 53258 Warning<br />
    MS DTC could not correctly process a DC Promotion/Demotion event. MS DTC will continue to function and will use the existing security settings.</cite></p>
<p>To resolve this, go through the following steps:<br />
- Start/Administrative Tools/Component Services<br />
- Navigate the tree view on the left to:<br />
    &#8211; Console Root<br />
     &#8211; Component Services<br />
      &#8211; Computers<br />
       &#8211; My Computer<br />
- Right click on &#8222;My Computer&#8221; and select properties<br />
- Select the MSDTC Tab<br />
- Under &#8222;Transaction Configuration&#8221; near the bottom, click &#8222;Security Configuration&#8221;<br />
- On the Security Configuration screen, just click OK &#8211; don&#8217;t change anything.<br />
- Back on the &#8222;My Computer Properties&#8221; screen, click OK again to dismiss<br />
- Right click on &#8222;My Computer&#8221; in the tree view and select &#8222;Stop MS DTC&#8221;<br />
- Right click on &#8222;My Computer&#8221; in the tree view and select &#8222;Start MS DTC&#8221;<br />
- Close the Component Services snapin.</p>
<p>All should now be well again. Hope this helps someone.</p>
</blockquote>
<p>Źródło: <a href="http://blogs.technet.com/jhoward/archive/2005/04/26/404161.aspx">link</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.arabek.net/sbs-2003-tricks-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching using disk
Object Caching 343/369 objects using disk

Served from: www.arabek.net @ 2010-07-30 12:32:27 -->