<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://trycatch.be/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Tom Decaluwé</title><link>http://trycatch.be/blogs/decaluwet/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2008 SP2 (Build: 31104.93)</generator><item><title>Laura Chappell’s Wireshark book get ready</title><link>http://trycatch.be/blogs/decaluwet/archive/2010/03/09/laura-chappell-s-wireshark-book-get-ready.aspx</link><pubDate>Tue, 09 Mar 2010 21:49:44 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:1031</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=1031</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2010/03/09/laura-chappell-s-wireshark-book-get-ready.aspx#comments</comments><description>&lt;p&gt;For anybody interested in Wireshark sniffing, it’s time to get your credit card out of you pockets an get a pre-ordered copy of Laura Chappell’s new book due for release March 29!&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Have a look at the sample page and you’ll know it&amp;#39; will be well worth it’s money.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a title="http://www.wiresharkbook.com/" href="http://www.wiresharkbook.com/"&gt;http://www.wiresharkbook.com/&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=1031" width="1" height="1"&gt;</description></item><item><title>SNMP read IfInOctets =&gt; great trend But what about the absolute throughput value?</title><link>http://trycatch.be/blogs/decaluwet/archive/2010/03/09/snmp-read-ifinoctets-gt-great-trend-but-what-about-the-absolute-throughput-value.aspx</link><pubDate>Mon, 08 Mar 2010 23:14:55 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:1030</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=1030</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2010/03/09/snmp-read-ifinoctets-gt-great-trend-but-what-about-the-absolute-throughput-value.aspx#comments</comments><description>&lt;p&gt;If you have ever tried to read the throughput value of an ethernet interface in and out using SNMP you may notice that it’s quite easy to get a nice trend graph using your favorite plotting tool (MRTG, zabbix,…) but when you try to get the actual throughput value the amount just never seems to be correct.&lt;/p&gt;  &lt;p&gt;During this article I’ll try to explain how the Cisco IfInOctets and IfOutOctets work and what you need to do to get the right value.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;1) What is the IfInOctets and IfOutOctets value:&lt;/p&gt;  &lt;p&gt;The first thing you need to know is that a Cisco router holds it’s interface value in two tables IfTable and IfXTable, these are fully described in RFC1213/RFC2233.&lt;/p&gt;  &lt;p&gt;- ifTable defines 32-bit counters for inbound and outbound octets&lt;/p&gt;  &lt;p&gt;-ifXTable provides similar 64-bit counters, also called high capacity (HC) counters&lt;/p&gt;  &lt;p&gt;The values we are interested in are IfInOctest, IfHCInOctest, IfOutOctest and IfHCOutOctests. For the sake of this article we will focus on the In values but know that the exact same logic also holds for the Out counters. So lets have a look at the two in Counters. Let’s have a look at what the Cisco documentation tell’s us about these two counters:&lt;/p&gt;  &lt;p&gt;- IfInOctets: &amp;quot;The total number of octets received on the interface,   &lt;br /&gt;including framing characters. The reference OID is: 1.3.6.1.2.1.2.2.1.10&lt;/p&gt;  &lt;p&gt;Lets query this value of interface 1/0/1 on a Cisco stacked switch and see the result&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_3E329C21.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_084DA707.png" width="515" height="91" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;- IfHCInOctets: &amp;quot;The total number of octets received on the interface,   &lt;br /&gt;including framing characters. This object is a 64-bit    &lt;br /&gt;version of ifInOctets. The reference OID is: 1.3.6.1.2.1.31.1.1.1.6&lt;/p&gt;  &lt;p&gt;Lets query this value of interface 1/0/1 on a Cisco stacked switch and see the result&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_15B3BA0D.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_4DF23125.png" width="523" height="82" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;As you can read, both values actually return the same data “Total number of octest received”, but we are faced with a first dilemma, you have two counters to poll, each returning a different absolute value and in some bizarre way both are giving you the Total number of octets received.&lt;/p&gt;  &lt;p&gt;- IfInOctets 1.3.6.1.2.1.2.2.1.10&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;For us to understand this we need to know what the value is that is being returned. SNMP is a very basic protocol that runs on just about any network device,… The core idea behind SNMP is simplicity, generic usable and low footprint. To ensure the low footprint SNMP has very little to no intelligence built in. It just returns values you would like to monitor and relies on your toolset to harvest this data en make it usable for you.&lt;/p&gt;  &lt;p&gt;The counter we are reading returns the amount of octets received since&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;- the boot of the device&lt;/p&gt;    &lt;p&gt;- since the last rollover period&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;There are two concepts here that we need to explain be for the puzzle will start to fall together for you:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;1) # of octets received =&amp;gt; that means if you want to know the data throughput you will have to read the counter twice at time_slot1_value and then lets say 1 second later at time_slot2_value. To know the throughput of octets now subtract &lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;strong&gt;time_slot2_value – time_slot1_value = total # of octets send&lt;/strong&gt;&lt;/p&gt;    &lt;p&gt;2) since the last rollover =&amp;gt; as you can imagine the amount of octet bytes sent is just an increasing value and this number can grow really really fast. And this is where the 32bit / 64bit values come into play. In the old days with slow speed networks a 32bit value was used to store the # of octets send, once this 32bit value fill’s to it’s maximum the counter resets to Null and restarts it’s count until it reaches the maximum value again. As you can imagine on a slow speed network this 32bit value fill’s up quite gradually and rollover does not occur all that often. However on a high speed gigabit network a lot of packets are passing through the interface and a 32bit value in memory fill’s up much faster. The net problem with roll over is that at a certain point in time you will subtract time_slot1_value from time_slot2_value but time_slot2_value will be smaller than time_slot1_value thus giving you a negative net value. This is alright for trend,… analysis as long as it does not happen to often.&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;To give you an idea of how fast this rollover occurs:&lt;/p&gt;    &lt;p&gt;- a 10 Mbps stream of back-to-back, full-size packets causes ifInOctets to wrap in just over 57 minutes.&lt;/p&gt;    &lt;p&gt;- At 100 Mbps, the minimum wrap time is 5.7 minutes&lt;/p&gt;    &lt;p&gt;- At 1 Gbps, the minimum is 34 seconds.&lt;/p&gt;    &lt;p&gt;=&amp;gt; this means the 32bit value is just not good enough for modern high speed networks and you will almost always ant to resort back to the 64bit &lt;strong&gt;ifHCInOctets&lt;/strong&gt; counter value.&lt;/p&gt;    &lt;p&gt;To follow Cisco documenation: “&lt;/p&gt;    &lt;p&gt;&lt;em&gt;For interfaces that operate at 20,000,000 (20 million) bits per second or less, you must use 32-bit byte and packet counters. For interfaces that operate faster than 20 million bits per second, and slower than 650,000,000 bits per second, you must use 32-bit packet counters and 64-bit octet counters. For interfaces that operate at 650,000,000 bits/second or faster, 64-bit packet and octet counters must be used. &lt;/em&gt;&lt;/p&gt;    &lt;p&gt;&lt;em&gt;Correspondingly, Cisco IOS® Software does not support 64-bit counters for interface speeds of less than 20 Mbps. This means that 64-bit counters are not supported on 10 Mb Ethernet ports, only 100 Mb Fast-Ethernet and other high speed ports support 64-bit counters. “&lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;blockquote&gt;   &lt;p&gt;3) Converting Octets to bits is the last part we need to understand if we want to know the bits per tick that pass through our network interface. To convert the amount of transmitted octets on the Ethernet network to bits we must multiply by 8.&lt;/p&gt;    &lt;p&gt;The ending formula to know the #of bits being transferred between two ticks would thus be:&lt;/p&gt;    &lt;p align="center"&gt;&lt;strong&gt;Value2-Value1 * 8 = # bits transferred&lt;/strong&gt;&lt;/p&gt;    &lt;p align="left"&gt;The configuration of this within the zabbix platform is done as illustrated below. Through the four outlined fields.&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_0630A83E.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_7F30F5B8.png" width="427" height="344" /&gt;&lt;/a&gt; &lt;/p&gt;    &lt;p align="left"&gt;and the end result should be a great looking trend graph with correct absolute end values.&lt;/p&gt;    &lt;p align="left"&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_56B213A4.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_7E951303.png" width="438" height="174" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=1030" width="1" height="1"&gt;</description></item><item><title>OWA keeps prompting for Username / Password =&gt; Wireshark to the rescue</title><link>http://trycatch.be/blogs/decaluwet/archive/2010/02/26/owa-keeps-prompting-for-username-password-gt-wireshark-to-the-rescue.aspx</link><pubDate>Fri, 26 Feb 2010 15:23:12 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:1025</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=1025</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2010/02/26/owa-keeps-prompting-for-username-password-gt-wireshark-to-the-rescue.aspx#comments</comments><description>&lt;p&gt;Yesterday evening we patched a number of servers as we where running behind on our normal patch cycle. Everything went well but this morning I got a call from our UK users that their OWA system was not working.&lt;/p&gt;  &lt;p&gt;Our infrastructure is running exchange 2003 with one Front-End in our central datacenter and two back-end’s one in each country UK / BE.&lt;/p&gt;  &lt;p&gt;The exchange servers are all members of the root domain but the UK users are still part of a child domain.&lt;/p&gt;  &lt;p&gt;Belgian users where having no problem accessing there OWA, syncing the Windows mobiles,… But I got a call from UK telling me they couldn’t logon to the webmail.&lt;/p&gt;  &lt;p&gt;1. My first reaction was to review all patches and to check if Front-End and Back-End where all running at the same patch levels,… This didn’t seem to be a problem.&lt;/p&gt;  &lt;p&gt;2. My second thing to check was if i could actually reach the back-end OWA interface from the front-end server. To my surprise this was also giving me the auth prompt’s and ending in an Access denied.&lt;/p&gt;  &lt;p&gt;3. My third step was to access OWA on the Back-End from a local UK client, this was working without a problem :-(&lt;/p&gt;  &lt;p&gt;4. After checking the firewall rules between front-end / back-end I decided to fire up my trusted Wireshark and see what the f*ck was going one. And yes within seconds I had my answer.&lt;/p&gt;  &lt;p&gt;Packet 360 gave me what I needed to know =&amp;gt; there was a +10 minutes time skew between the Front-End and the Back-End server that was causing Kerberos to error out. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_7547E6E2.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_782D25C8.png" width="867" height="57" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_2B88E925.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_64339332.png" width="843" height="41" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;6. After updating the firewall rules to allow NTP traffic a quick net time update and kazaaam, everything was back to normal&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt; grtz&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Tom&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=1025" width="1" height="1"&gt;</description></item><item><title>TechNet Live Meeting - Forefront Threat Management Gateway - Technisch overzicht 18-02-2010</title><link>http://trycatch.be/blogs/decaluwet/archive/2010/02/16/technet-live-meeting-forefront-threat-management-gateway-technisch-overzicht-18-02-2010.aspx</link><pubDate>Tue, 16 Feb 2010 21:26:12 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:1023</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=1023</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2010/02/16/technet-live-meeting-forefront-threat-management-gateway-technisch-overzicht-18-02-2010.aspx#comments</comments><description>&lt;p&gt;If you are interested in TMG and the Forefront product, don’t forget to register for Thursday’s 18-02-2010 online event:&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a title="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032439027&amp;amp;EventCategory=2&amp;amp;culture=nl-BE&amp;amp;CountryCode=BE" href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032439027&amp;amp;EventCategory=2&amp;amp;culture=nl-BE&amp;amp;CountryCode=BE"&gt;http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032439027&amp;amp;EventCategory=2&amp;amp;culture=nl-BE&amp;amp;CountryCode=BE&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;This session will be presented by MVP Paul Loonen a security specialist.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=1023" width="1" height="1"&gt;</description></item><item><title>IT-Pro Chalk Talk Session</title><link>http://trycatch.be/blogs/decaluwet/archive/2010/02/04/it-pro-chalk-talk-session.aspx</link><pubDate>Thu, 04 Feb 2010 12:49:49 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:1009</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=1009</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2010/02/04/it-pro-chalk-talk-session.aspx#comments</comments><description>&lt;p&gt;&lt;a&gt;&lt;img style="border-bottom:0px;border-left:0px;display:block;float:none;margin-left:auto;border-top:0px;margin-right:auto;border-right:0px;" title="chalkboard_original with illustrations" border="0" alt="chalkboard_original with illustrations" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/chalkboard_5F00_originalwithillustrations_5F00_412B8469.jpg" width="391" height="359" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;IT-Talks, Pro-Exchange &amp;amp; Winsec are teaming up to bring you the first every Belgian &lt;strong&gt;IT-Pro Chalk Talk session, on Thursday 4 March 2010, the the Microsoft België offices.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;During this event we will be bringing a panel of MVP’s and other leading industry experts together to answer any and all of your technical questions in a live and interative environment.&lt;/p&gt;  &lt;p&gt;The purpose of this session is to show you how the panel thinks and analyses problems from there expertise and where possible formulate answers or research options to help you solve your real world issues.&lt;/p&gt;  &lt;p&gt;The technologies that we will be covering during this event are:&lt;/p&gt;  &lt;p&gt;· Exchange Server&lt;/p&gt;  &lt;p&gt;· Office Communications Server&lt;/p&gt;  &lt;p&gt;· Active Directory&lt;/p&gt;  &lt;p&gt;· Security&lt;/p&gt;  &lt;p&gt;· General networking TCP/IP&lt;/p&gt;  &lt;p&gt;· Group policies&lt;/p&gt;  &lt;p&gt;We offer you the option to send your questions / problems upfront by email or bring them in and ask them live.&lt;/p&gt;  &lt;p&gt;· &lt;a href="mailto:info@pro-exchange.be"&gt;info@pro-exchange.be&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;· &lt;a href="mailto:info@it-talks.be"&gt;info@it-talks.be&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;· &lt;a href="mailto:chalktalk@winsec.be"&gt;chalktalk@winsec.be&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Pre-registration for this event is required at &lt;a href="http://itprochalktalk.eventbrite.com/"&gt;http://itprochalktalk.eventbrite.com/&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;If you can’t physically make it to this event you will have the opportunity to join in through a live meeting. The details will be emailed to all registered users.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;IT-Talks, Pro-Exchange &amp;amp; Winsec&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Registratie via &lt;a href="http://itprochalktalk.eventbrite.com/"&gt;http://itprochalktalk.eventbrite.com/&lt;/a&gt;    &lt;table cellspacing="0" cellpadding="0"&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Location&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Kantoren Microsoft België&lt;/p&gt;            &lt;p&gt;Corporate Village&lt;/p&gt;            &lt;p&gt;Leonardo Da Vincilaan 3&lt;/p&gt;            &lt;p&gt;1935 Zaventem (&lt;a href="http://www.microsoft.com/belux/nl/about/belgium/route_bel.mspx"&gt;Route beschrijving&lt;/a&gt;)&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Time&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Thursday 4 March 2010 19h00 till +/- 21h00&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/table&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=1009" width="1" height="1"&gt;</description></item><item><title>IE zero day attack patch MS10-002 =&gt; Install Now</title><link>http://trycatch.be/blogs/decaluwet/archive/2010/01/23/ie-zero-day-attack-patch-ms10-002-gt-install-now.aspx</link><pubDate>Sat, 23 Jan 2010 09:38:14 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:992</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=992</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2010/01/23/ie-zero-day-attack-patch-ms10-002-gt-install-now.aspx#comments</comments><description>&lt;p&gt;Anyone that has been following the security landscape the past few days knows a zero day IE attack was used during the Gmail attack that took place the 12th of January and lead to the Google statement that they would consider pulling out of China.&lt;/p&gt;  &lt;p&gt;Since then the Zero Day IE exploit that uses an invalid pointer in IE has been looked at in all detail by the good, the bad and the ugly. There is exploit code out in the wild for every to enjoy and as a result MS as released an out of band security update that you should install NOW!&lt;/p&gt;  &lt;p&gt;Head out to your local MS update site and update your PC’s asap. It’s important to know that even though the initial issue was thought to be limited to IE6, this is not the case and you need to patch IE7 and 8 too.&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a title="http://www.update.microsoft.com" href="http://www.update.microsoft.com"&gt;http://www.update.microsoft.com&lt;/a&gt;&lt;/p&gt;  &lt;p align="center"&gt;&amp;#160;&lt;/p&gt;  &lt;p align="left"&gt;more info:&lt;/p&gt;  &lt;p align="left"&gt;&lt;a title="http://blogs.technet.com/sus/archive/2010/01/21/microsoft-security-bulletin-ms10-002-978207-released-today.aspx" href="http://blogs.technet.com/sus/archive/2010/01/21/microsoft-security-bulletin-ms10-002-978207-released-today.aspx"&gt;http://blogs.technet.com/sus/archive/2010/01/21/microsoft-security-bulletin-ms10-002-978207-released-today.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p align="left"&gt;&lt;a title="http://www.microsoft.com/technet/security/bulletin/ms10-002.mspx" href="http://www.microsoft.com/technet/security/bulletin/ms10-002.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms10-002.mspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=992" width="1" height="1"&gt;</description></item><item><title>Forefront Threat Management Gateway – technet webcast</title><link>http://trycatch.be/blogs/decaluwet/archive/2010/01/21/forefront-threat-management-gateway-technet-webcast.aspx</link><pubDate>Thu, 21 Jan 2010 11:19:10 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:991</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=991</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2010/01/21/forefront-threat-management-gateway-technet-webcast.aspx#comments</comments><description>&lt;p&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032439027&amp;amp;Culture=nl-BE"&gt;Forefront Threat Management Gateway - Technisch overzicht&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;table cellspacing="0" cellpadding="0"&gt;     &lt;tr&gt;       &lt;td&gt;         &lt;table cellspacing="0" cellpadding="0"&gt;             &lt;tr&gt;               &lt;td&gt;                 &lt;p&gt;&lt;a href="http://blogs.technet.com/blogfiles/aralves/WindowsLiveWriter/TechNetLivemeetingsinJanuarienFebruari_13878/image_2.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image002" border="0" alt="clip_image002" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/clip_5F00_image002_5F00_78CD2776.gif" width="80" height="80" /&gt;&lt;/a&gt;&lt;/p&gt;               &lt;/td&gt;                &lt;td&gt;                 &lt;p&gt;Deze sessie geeft een overzicht op de Forefront TMG - en de Forefront UAG features. Gesteund door de geïntegreerde Stirling beveiligingssuite en TMG’s geavanceerde beveiligingsfeatures krijgen organisaties geïntegreerde beveiliging die werkt in de praktijk. In deze sessie presenteren we de voordelen van deze geïntegreerde aanpak en gaan we dieper in op de belangrijkste features en de ‘high level’ architectuur. Daarnaast wordt ook ingegaan op de mogelijkheden binnen UAG zoals directe toegang, het publiceren van applicaties en veelvoudige authenticatie methoden.&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;              &lt;tr&gt;               &lt;td&gt;&amp;#160;&lt;/td&gt;                &lt;td&gt;                 &lt;p&gt;&lt;b&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/clip_5F00_image004_5F00_7F8030F9.gif"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="clip_image004" border="0" alt="clip_image004" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/clip_5F00_image004_5F00_thumb_5F00_06333A7D.gif" width="17" height="17" /&gt;&lt;/a&gt;&lt;strong&gt;18 Februari – 14:00 &lt;/strong&gt;&lt;/b&gt;&lt;a href="http://msevents.microsoft.com/CUI/EventDetail.aspx?EventID=1032439027&amp;amp;Culture=nl-BE"&gt;&lt;strong&gt;Inschrijven&lt;/strong&gt;&lt;/a&gt;&lt;/p&gt;               &lt;/td&gt;             &lt;/tr&gt;           &lt;/table&gt;       &lt;/td&gt;     &lt;/tr&gt;   &lt;/table&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=991" width="1" height="1"&gt;</description></item><item><title>Where have i been</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/12/31/where-have-i-been.aspx</link><pubDate>Thu, 31 Dec 2009 17:49:41 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:983</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=983</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/12/31/where-have-i-been.aspx#comments</comments><description>&lt;p&gt;Well it’s been a while since i was on my blog but as you can see I had a good reason.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/IMAG0019_5F00_5E685EB9.jpg"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="IMAG0019" border="0" alt="IMAG0019" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/IMAG0019_5F00_thumb_5F00_25FA37E1.jpg" width="244" height="184" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Our first born is a great sun weighing in at 2850gr and measuring 48cm, he’s adorable and really worth all the painting and decorating i have been doing in his room for the past weeks and months.&lt;/p&gt;  &lt;p&gt;We have called him Ernest and I hope he grows out to love computers as much as I do ;-)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=983" width="1" height="1"&gt;</description></item><item><title>Fancy searching with Search Documents</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/11/02/fancy-searching-with-search-documents.aspx</link><pubDate>Mon, 02 Nov 2009 21:15:06 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:953</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=953</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/11/02/fancy-searching-with-search-documents.aspx#comments</comments><description>&lt;p&gt;The more you read and work with windows 7 (and windows vista for those still out there) the more you start to find the little things that make it great.&lt;/p&gt;  &lt;p&gt;One of the features I have re-discovered is the advanced search and filter in explorer. &lt;/p&gt;  &lt;p&gt;I’m a real command line geek and one of the things file explorer could never do for me is give me a great way to search and filter through files untill i know found the search documents field.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_634D5B25.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_3657F84A.png" width="527" height="200" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;In every file explorer you have the Search Documents that gives you a very rich search syntax.&lt;/p&gt;  &lt;p align="center"&gt;&lt;font color="#ff8040" size="4"&gt;&amp;lt; Field&amp;gt;&lt;strong&gt;:&lt;/strong&gt;&amp;lt;Value&amp;gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Lets try some examples: &lt;em&gt;&lt;strong&gt;&lt;font color="#ff8040" size="4"&gt;name:Pictures&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_2DF422F3.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_3AEE0304.png" width="523" height="129" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Lets try some examples: &lt;em&gt;&lt;strong&gt;&lt;font color="#ff8040" size="4"&gt;size:&amp;lt;field&amp;gt;&lt;/font&gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_5A30A9D7.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_79DF839F.png" width="244" height="189" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;When typing in a field you can set your own value or choose one of the auto completion values.&lt;/p&gt;  &lt;p&gt;After completing a search string you can also see the interface gives you option to select additional fields.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_52390775.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_7D116B87.png" width="361" height="186" /&gt;&lt;/a&gt; &lt;font color="#0070c0" size="1"&gt;&lt;font color="#0070c0" size="1"&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;a somewhat more complex string could look like: &lt;/p&gt;  &lt;p&gt;&lt;font color="#ff8040" size="4"&gt;size:&amp;lt;200 and type:.csv or type:.jpg and not name:H&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_2A265856.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_3ABE5344.png" width="482" height="153" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=953" width="1" height="1"&gt;</description></item><item><title>Aero shake</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/10/30/aero-shake.aspx</link><pubDate>Fri, 30 Oct 2009 07:25:42 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:949</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=949</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/10/30/aero-shake.aspx#comments</comments><description>&lt;p&gt;If you have been using windows 7, this might be a feature you have not found yet but it’s well worth knowing:&lt;/p&gt;  &lt;p&gt;To reduce distraction and clutter on the desktop you can minimize all other windows except the one you are actively using by shaking the window on our desktop. Let go and shake again and you restore all windows back to the original project.&lt;/p&gt;  &lt;p&gt;Try it and see for yourself!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=949" width="1" height="1"&gt;</description></item><item><title>Patch Vulnerabilities in SMBv2</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/10/13/patch-vulnerabilities-in-smbv2.aspx</link><pubDate>Tue, 13 Oct 2009 21:45:25 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:937</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=937</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/10/13/patch-vulnerabilities-in-smbv2.aspx#comments</comments><description>&lt;h3&gt;If you have not done so this month, it’s high time to put some priority down and to start patching for the SMBv2 vulnerability!&lt;/h3&gt;  &lt;p&gt;&lt;a title="http://www.microsoft.com/technet/security/bulletin/ms09-050.mspx" href="http://www.microsoft.com/technet/security/bulletin/ms09-050.mspx"&gt;http://www.microsoft.com/technet/security/bulletin/ms09-050.mspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Again, i can only stress it has taken a full month before MS released the fix so make sure to read my post on how TMG protects you from 0-day vulnerabilities.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://trycatch.be/blogs/decaluwet/archive/2009/09/29/how-tmg-protects-you-from-smbv2-0-day-vulnerability.aspx" href="http://trycatch.be/blogs/decaluwet/archive/2009/09/29/how-tmg-protects-you-from-smbv2-0-day-vulnerability.aspx"&gt;http://trycatch.be/blogs/decaluwet/archive/2009/09/29/how-tmg-protects-you-from-smbv2-0-day-vulnerability.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=937" width="1" height="1"&gt;</description></item><item><title>Next It-TAlks events</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/10/12/next-it-talks-events.aspx</link><pubDate>Mon, 12 Oct 2009 20:14:14 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:936</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=936</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/10/12/next-it-talks-events.aspx#comments</comments><description>&lt;p&gt;&lt;b&gt;Event Name: &amp;quot;Working with Forefront Threat Management Gateway 2010 &amp;quot;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Topic: During this event we will focus on TMG the follow up of ISA server and all its old and new features.&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Speaker: Tom Decaluwé&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;Event dates:Event Dates:&lt;/b&gt;    &lt;table cellspacing="1" cellpadding="0"&gt;       &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Event&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;info&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;It-Short talk&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Date and time: &lt;b&gt;Monday 26 Oktober 2009 start at 19u00 – 21u30 &lt;/b&gt;&lt;/p&gt;            &lt;p&gt;Location: &lt;b&gt;Contributiestraat 9, 9000 Gent&lt;/b&gt;&lt;/p&gt;            &lt;p&gt;Entry: &lt;b&gt;Free&lt;/b&gt;&lt;/p&gt;            &lt;p&gt;Focus: &lt;b&gt;During this event we will focus on the &lt;u&gt;theory &lt;/u&gt;of the new features inside the TMG project and how and why to use them in your production networks.&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;        &lt;tr&gt;         &lt;td&gt;           &lt;p&gt;Full day talk&lt;/p&gt;         &lt;/td&gt;          &lt;td&gt;           &lt;p&gt;Date and time: &lt;b&gt;Saturday 21 November start at 10u00 – 17u30 &lt;/b&gt;&lt;/p&gt;            &lt;p&gt;Location: &lt;b&gt;Spes Nostra - Koning Albertstraat 50 - 8520 Kuurne&lt;/b&gt;&lt;/p&gt;            &lt;p&gt;Entry: &lt;b&gt;15€ for drinks and lunch&lt;/b&gt;&lt;/p&gt;            &lt;p&gt;Focus:&lt;b&gt; During this event we will focus on &lt;u&gt;hands on practice&lt;/u&gt; lab around&amp;#160; implementing TMG in your network.&lt;/b&gt;&lt;/p&gt;         &lt;/td&gt;       &lt;/tr&gt;     &lt;/table&gt; &lt;/p&gt;  &lt;p&gt;&lt;b&gt;you can register for these event by sending an email to &lt;/b&gt;&lt;a&gt;&lt;b&gt;tom@decaluwe.eu&lt;/b&gt;&lt;/a&gt;&lt;b&gt;, include what events you will attend, seats are limited so register ASAP!&lt;/b&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=936" width="1" height="1"&gt;</description></item><item><title>Forefront Threat Management Gateway 2010 Release Candidate Now Available</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/10/12/forefront-threat-management-gateway-2010-release-candidate-now-available.aspx</link><pubDate>Mon, 12 Oct 2009 18:56:22 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:935</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=935</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/10/12/forefront-threat-management-gateway-2010-release-candidate-now-available.aspx#comments</comments><description>&lt;p&gt;If you have not done so yet, it’s high time to get the latest TMG RC&lt;/p&gt;  &lt;p&gt;&lt;a title="http://blogs.technet.com/isablog/archive/2009/10/11/forefront-threat-management-gateway-2010-release-candidate-now-available.aspx" href="http://blogs.technet.com/isablog/archive/2009/10/11/forefront-threat-management-gateway-2010-release-candidate-now-available.aspx"&gt;http://blogs.technet.com/isablog/archive/2009/10/11/forefront-threat-management-gateway-2010-release-candidate-now-available.aspx&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=935" width="1" height="1"&gt;</description></item><item><title>Great Documentation Using Problem Steps Recorder</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/10/04/great-documentation-using-problem-steps-recorder.aspx</link><pubDate>Sat, 03 Oct 2009 23:22:36 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:930</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>1</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=930</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/10/04/great-documentation-using-problem-steps-recorder.aspx#comments</comments><description>&lt;p&gt;Windows 7 and windows 2008 R2 have some great new tools and one of the least know tools must be Problem Steps Recorder. &lt;/p&gt;  &lt;p&gt;The tool itself was designed as an easy way for some one to record their steps and send off for trouble shooting. However I have found that this tool is also a great utility for creating very detailed documentation.&lt;/p&gt;  &lt;p&gt;Give it a go and you’ll see it works better than any other screen grabbing utility!&lt;/p&gt;  &lt;p&gt;Allow me to illustrate.&lt;/p&gt;  &lt;p&gt;You can start the tool by typing PSR in the start &amp;gt; run window&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_36D9B45C.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_2B43F71D.png" width="454" height="246" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_3C482500.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_4E24B8CD.png" width="529" height="89" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Before you start you might want to bump up the amount of screen captures to include in the document depending on how many steps your install has&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_42CFA30B.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_7B7A4D18.png" width="522" height="205" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;the value can be between 1 and 100 so if you have more than 100 steps in your install you will want to stop the recording &amp;gt; save and start an extra recording. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_7A35B439.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_6BF73B49.png" width="532" height="277" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;To start a recording press start record or what did you think ;-)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_546B8F5B.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_090BEB97.png" width="532" height="81" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;When recording you can see the time and the add comment pop up together with the pause and stop button.&lt;/p&gt;  &lt;p&gt;You should now minimize the RPS screen and start executing the tasks you want to document.&lt;/p&gt;  &lt;p&gt;By pressing the comment button you can add extra info into the documentation. It will be recorded as a separate step and then show up as illustrated in the following screenshot.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_4C73ECF9.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_323383D5.png" width="517" height="286" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Continue to use the execute your tasks and add comments whenever you want. &lt;/p&gt;  &lt;p&gt;When you have completed all tasks press stop and the system will ask you to save the file. The result will be a zip file containing a fully illustrated html file. &lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_5F4870A3.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_380E276E.png" width="244" height="223" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Open the zip file to access the document.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_658F4731.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_09486ECC.png" width="511" height="175" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Double click the document and you will see the result.&lt;/p&gt;  &lt;p&gt;As you can see below the screenshots are full screen pages and the active area is highlighted with green squares. Each step you have taken is in a separate screenshot and clearly marked with a timestamp.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_644AAE52.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_02B4EF3C.png" width="520" height="871" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;Above each screenshot you will also find great illustration of what the exact action was that you did eg. left click, right click, press enter, input text,…&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_30729234.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_6EF7DFDA.png" width="545" height="344" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;If you go above the set number of screenshots to save you will see this pop us like this&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_7884E865.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_26060829.png" width="554" height="114" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;you can even easily copy/past or import into word if you want to add your own touch.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_26CA23FE.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_thumb_5F00_640AD8C5.png" width="546" height="383" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;With PSR there really is no more reason why you would not have a fully documented environment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=930" width="1" height="1"&gt;</description></item><item><title>vreference.com =&gt; great reference</title><link>http://trycatch.be/blogs/decaluwet/archive/2009/09/30/vreference-com-gt-great-reference.aspx</link><pubDate>Wed, 30 Sep 2009 18:46:10 GMT</pubDate><guid isPermaLink="false">12bbda7a-b33b-4de2-8627-f5e32a6b90ff:928</guid><dc:creator>Tom Decaluwé</dc:creator><slash:comments>0</slash:comments><wfw:commentRss xmlns:wfw="http://wellformedweb.org/CommentAPI/">http://trycatch.be/blogs/decaluwet/rsscomments.aspx?PostID=928</wfw:commentRss><comments>http://trycatch.be/blogs/decaluwet/archive/2009/09/30/vreference-com-gt-great-reference.aspx#comments</comments><description>&lt;p&gt;I’m very keen on network segmentation as I really believe it’s the only way to really gain controle and secure your environment. However the major drawback to network segmentation is knowing what protocols, ports,… de allow for network traversal.&lt;/p&gt;  &lt;p&gt;If you host a vmware virtual platform in your datacenter Vreference.com is what you need.&lt;/p&gt;  &lt;p&gt;This create community effort site has some perfect 1 page sheets that give you a complete overview of all the things you always forget about vmware sytems.&lt;/p&gt;  &lt;p&gt;have a look, and here are some examples,&lt;/p&gt;  &lt;p&gt;=&amp;gt; ports overview is a great one pager to help you configure firewall access&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.vreference.com"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_3C4592BB.png" width="497" height="320" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;=&amp;gt; vsphare 4.0 is a great reference to help you remember what the limits are on vSphere4.0   &lt;br /&gt;&lt;a href="http://www.vreference.com"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="image" border="0" alt="image" src="http://trycatch.be/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/decaluwet/image_5F00_4B4C4BC8.png" width="498" height="356" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;And you will find more of this on the site, let’s just hope some hyperV diagrams pop up soon ;-)&lt;/p&gt;  &lt;p&gt;&lt;a title="http://www.vreference.com" href="http://www.vreference.com"&gt;http://www.vreference.com&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://trycatch.be/aggbug.aspx?PostID=928" width="1" height="1"&gt;</description></item></channel></rss>