<?xml version="1.0" encoding="UTF-8" standalone="no"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" version="2.0">

<channel>
	<title>Alexander Trofimov's blog</title>
	<atom:link href="https://blogs.msmvps.com/it-is-etc/feed/" rel="self" type="application/rss+xml"/>
	<link>https://blogs.msmvps.com/it-is-etc</link>
	<description>IT, Informational security, etc. </description>
	<lastBuildDate>Mon, 21 Jan 2013 07:06:33 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.2</generator>
	<item>
		<title>Myths #3: Give without giving</title>
		<link>https://blogs.msmvps.com/it-is-etc/2013/01/21/myths-3-give-without-giving/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2013/01/21/myths-3-give-without-giving/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Mon, 21 Jan 2013 07:00:00 +0000</pubDate>
				<category><![CDATA[Myths]]></category>
		<category><![CDATA[Security]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=619</guid>

					<description><![CDATA[<img width="150" height="140" src="https://blogs.msmvps.com/it-is-etc/files/2013/01/no-gift_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" />One more mystery for me: how give everything without giving everything. This is exactly the question I see very often in various forums and other places. This is the question I hear personally from time to time. It can be in asked in several forms, the most frequent forms are: 1) How can I give a user local admin rights and be sure that they cannot do &#60;put your own stuff here&#62;? 2) How can I restrict my domain admin from accessing the &#60;your very valuable information&#62;? Naturally, at this point I start boiling and all that stuff, but let’s &#8230; <a href="https://blogs.msmvps.com/it-is-etc/2013/01/21/myths-3-give-without-giving/" class="more-link">Continue reading Myths #3: Give without giving</a>]]></description>
										<content:encoded><![CDATA[<img width="150" height="140" src="https://blogs.msmvps.com/it-is-etc/files/2013/01/no-gift_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" /><p><a href="http://blogs.msmvps.com/it-is-etc/files/2013/01/no-gift.png"><img loading="lazy" title="no gift" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;float: left;padding-top: 0px;padding-left: 0px;margin: 0px 5px 5px 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="no gift" align="left" src="http://blogs.msmvps.com/it-is-etc/files/2013/01/no-gift_thumb.png" width="150" height="140" /></a></p>
<p>One more mystery for me: how give everything without giving everything. This is exactly the question I see very often in various forums and other places. This is the question I hear personally from time to time. It can be in asked in several forms, the most frequent forms are: </p>
<p>1) How can I give a user local admin rights and be sure that they cannot do &lt;<strong>put your own stuff here</strong>&gt;?</p>
<p>2) How can I restrict my domain admin from accessing the &lt;<strong>your very valuable information</strong>&gt;?</p>
<p>Naturally, at this point I start boiling and all that stuff, but let’s look at it again. </p>
<p>Well, granting the user administrative rights in a system is going to give them administrative rights: that’s the point. And any administrative access means that the user can do everything. What it cannot do right now, they can grant themselves rights to do. Period. </p>
<p>In first case you can only audit the user’s actions, that’s all, you can do. Moreover, the audit collection and processing must be done on a remote system, which is not accessible (let alone administered) by the user in question. Any other variant, like granting local admin rights, but denying access to some aspects of the system… It just won’t work. </p>
<p>The second case is a bit more complicated, because system we are discussing are usually more distributed. However, even in such occurrence, you can do not much more then in previous one. Again: strict audit with no chances for the admin to tamper with it. The only exclusion for that rule is if you build the system, which, say, encrypts the data and which is not governed by the domain admin. But this is tricky, especially, considering the fact, that the admin can get the data from the computer of the user which decipher the data to work with it (pass-the-hash, or any other attack is possible if he has administrative access to any part of the “secure system”). </p>
<p>Therefore, really, only audit for critical data, including audit of access to backup and restore system. </p>
<p>Any other ideas?</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2013/01/21/myths-3-give-without-giving/feed/</wfw:commentRss>
			<slash:comments>1351</slash:comments>
		
		
			</item>
		<item>
		<title>#RutechEd: Answering the questions, part II</title>
		<link>https://blogs.msmvps.com/it-is-etc/2013/01/15/ruteched-answering-the-questions-part-ii/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2013/01/15/ruteched-answering-the-questions-part-ii/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Tue, 15 Jan 2013 07:00:00 +0000</pubDate>
				<category><![CDATA[Dynamic Access Control]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=614</guid>

					<description><![CDATA[<img width="207" height="148" src="https://blogs.msmvps.com/it-is-etc/files/2013/01/image_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" />At last, two remaining questions to be answered. 1) One of the attendees of the hands-on lab on Dynamic Access Control had read that a normal user (without administrative permissions) can classify files and folders. However, he hadn’t succeeded in achieving it. Here is what I tried and understood: i. Any user cannot change classification via explorer remotely (or at least I failed to achieve this). ii. Any user, which has full permissions on files can edit classification locally, e.g. from TS session. As far as I can understand, the “non-administrative user can edit it” part was related to automated &#8230; <a href="https://blogs.msmvps.com/it-is-etc/2013/01/15/ruteched-answering-the-questions-part-ii/" class="more-link">Continue reading #RutechEd: Answering the questions, part II</a>]]></description>
										<content:encoded><![CDATA[<img width="207" height="148" src="https://blogs.msmvps.com/it-is-etc/files/2013/01/image_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" /><p><a href="http://blogs.msmvps.com/it-is-etc/files/2013/01/image.png"><img loading="lazy" title="image" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;float: left;padding-top: 0px;padding-left: 0px;margin: 0px 5px 5px 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="image" align="left" src="http://blogs.msmvps.com/it-is-etc/files/2013/01/image_thumb.png" width="207" height="148" /></a>At last, two remaining questions to be answered. </p>
<p>1) One of the attendees of the hands-on lab on Dynamic Access Control had read that a normal user (without administrative permissions) can classify files and folders. However, he hadn’t succeeded in achieving it. Here is what I tried and understood: </p>
<p>i. Any user cannot change classification via explorer remotely (or at least I failed to achieve this).</p>
<p>ii. Any user, which has full permissions on files can edit classification locally, e.g. from TS session. </p>
<p>As far as I can understand, the “non-administrative user can edit it” part was related to automated toolkits, which don’t need now to be run under administrative account. </p>
<p>2) And the last question was: can we use Orchestrator to manage classifications? </p>
<p>I’ve asked one of my friends, who specializes in Orchestrator, and here is what he answered me: </p>
<p>“i. Orchestrator can do <em><strong>everything </strong></em>that you can do in any other fashion with, say, PoSh. </p>
<p>ii. I bet there is more standard way to do it.</p>
<p>iii. It’s definitely better to use Data Classification Toolkit: Orchestrator will be a bottleneck if we have many files.”</p>
<p>So, the answer is “yes, but definitely not the best tool”</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2013/01/15/ruteched-answering-the-questions-part-ii/feed/</wfw:commentRss>
			<slash:comments>2071</slash:comments>
		
		
			</item>
		<item>
		<title>#RuTeched: answering the questions. Does the Dynamic Access Control work over replication?</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/12/28/ruteched-answering-the-questions-does-the-dynamic-access-control-work-over-replication/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/12/28/ruteched-answering-the-questions-does-the-dynamic-access-control-work-over-replication/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Fri, 28 Dec 2012 19:00:00 +0000</pubDate>
				<category><![CDATA[AD]]></category>
		<category><![CDATA[Dynamic Access Control]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[TechEd]]></category>
		<category><![CDATA[Tips'N'Tricks]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=609</guid>

					<description><![CDATA[<img width="125" height="125" src="https://blogs.msmvps.com/it-is-etc/files/2012/12/image_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" srcset="https://blogs.msmvps.com/it-is-etc/files/2012/12/image_thumb1.png 125w, https://blogs.msmvps.com/it-is-etc/files/2012/12/image_thumb1-80x80.png 80w" sizes="(max-width: 125px) 100vw, 125px" />As I said previously my labs were a success, still I wasn’t able to answer some questions and promised to answer them later. the time has come for the first of them. One of the visitors told me that he had had an experience when some of files’ attributes wouldn’t replicate over DFSR and asked me if there is any problem with DAC in the same situation. I could definitely experiment myself (and I will), but any experiment of mine would just give me an answer: “yes” or “no”. Or “may be” for that matter. It wouldn’t explain why. As &#8230; <a href="https://blogs.msmvps.com/it-is-etc/2012/12/28/ruteched-answering-the-questions-does-the-dynamic-access-control-work-over-replication/" class="more-link">Continue reading #RuTeched: answering the questions. Does the Dynamic Access Control work over replication?</a>]]></description>
										<content:encoded><![CDATA[<img width="125" height="125" src="https://blogs.msmvps.com/it-is-etc/files/2012/12/image_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" srcset="https://blogs.msmvps.com/it-is-etc/files/2012/12/image_thumb1.png 125w, https://blogs.msmvps.com/it-is-etc/files/2012/12/image_thumb1-80x80.png 80w" sizes="(max-width: 125px) 100vw, 125px" /><p align="justify"><a href="http://blogs.msmvps.com/it-is-etc/files/2012/12/image.png"><img loading="lazy" title="image" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;float: left;padding-top: 0px;padding-left: 0px;margin: 0px 5px 5px 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="image" align="left" src="http://blogs.msmvps.com/it-is-etc/files/2012/12/image_thumb.png" width="125" height="125" /></a>As I said previously my labs were a success, still I wasn’t able to answer some questions and promised to answer them later. the time has come for the first of them. One of the visitors told me that he had had an experience when some of files’ attributes wouldn’t replicate over DFSR and asked me if there is any problem with DAC in the same situation. I could definitely experiment myself (and I will), but any experiment of mine would just give me an answer: “yes” or “no”. Or “may be” for that matter. It wouldn’t explain why. As I’m not great with the replication, I had to beg for help and, luckily, I knew were to get it: the AskDS blog. </p>
<p align="justify">In no time a received the answer. The short one is: “everything will be ok with your files”. The long one I will just cite here: </p>
<p align="justify">“Let me clarify some aspects of your question as I answer each part</p>
<p align="justify">When enabling Dynamic Access Control on files and folders there are multiple aspects to consider that are stored on the files and folders.</p>
<p align="justify">Resource Properties</p>
<p align="justify">&#8211; Resource Properties are defined in AD and used as a template to stamp additional metadata on a file or folder that can be used during an authorization decision.&#160; That information is stored in an alternate data stream on the file or folder.&#160; This would replicate with the file, the same as the security descriptor</p>
<p align="justify">Security Descriptor</p>
<p align="justify">The security descriptor replicates with the file or folder.&#160; Therefore, any conditional expression would replicate in the security descriptor.</p>
<p align="justify">All of this occurs outside of Dynamic Access Control&#8211; it is a result of replicating the file throughout the topology, for example if using DFSR.&#160; Central Access Policy has nothing to do with these results.</p>
<p align="justify">Central Access Policy</p>
<p align="justify">Central Access Policy is a way to distribute permissions without writing them directly to the DACL of a security descriptor. So, when a Central Access Policy is deployed to a server, the administrator must then link the policy to a folder on the file system.&#160; This linking is accomplish by inserting a special ACE in the auditing portion of the security descriptor informs Windows that the file/folder is protected by a Central Access Policy.&#160; The permissions in the Central Access Policy are then combined with Share and NTFS permissions to create an effective permission.</p>
<p align="justify">If the a file/folder is replicated to a server that does not have the Central Access Policy deployed to it then the Central Access Policy is not valid on that server.&#160; The permissions would not apply”.</p>
<p align="justify">Thanks, guys. You’re the best <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-top-style: none;border-left-style: none;border-bottom-style: none;border-right-style: none" alt="Winking smile" src="http://blogs.msmvps.com/it-is-etc/files/2012/12/wlEmoticon-winkingsmile.png" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/12/28/ruteched-answering-the-questions-does-the-dynamic-access-control-work-over-replication/feed/</wfw:commentRss>
			<slash:comments>2702</slash:comments>
		
		
			</item>
		<item>
		<title>#RutechEd: Lab Results</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/12/20/ruteched-lab-results/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/12/20/ruteched-lab-results/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Thu, 20 Dec 2012 13:47:09 +0000</pubDate>
				<category><![CDATA[TechEd]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=604</guid>

					<description><![CDATA[<img width="118" height="57" src="https://blogs.msmvps.com/it-is-etc/files/2012/12/techEdHeaderLogo_thumb1.gif" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" />I have received survey results for my hands-on labs during TechEd Russia. And are they awesome! Both my labs are in top5, moreover, one of them is the first in the list! I’m thrilled to bits =) Many thanks to all visitors: you’ve created such an aim for me, that I’ve already started to think about what to show you next year. My marks: DirectAccess: 9 out of 9 Dynamic Access Control: 8.55 out of 9]]></description>
										<content:encoded><![CDATA[<img width="118" height="57" src="https://blogs.msmvps.com/it-is-etc/files/2012/12/techEdHeaderLogo_thumb1.gif" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" /><p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/12/techEdHeaderLogo.gif"><img loading="lazy" title="techEdHeaderLogo" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;float: left;padding-top: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="techEdHeaderLogo" align="left" src="http://blogs.msmvps.com/it-is-etc/files/2012/12/techEdHeaderLogo_thumb.gif" width="118" height="57" /></a></p>
<p>I have received survey results for my hands-on labs during TechEd Russia. And are they awesome! Both my labs are in top5, moreover, one of them is the first in the list!</p>
<p>I’m thrilled to bits =)</p>
<p>Many thanks to all visitors: you’ve created such an aim for me, that I’ve already started to think about what to show you next year. </p>
<p>My marks: </p>
<p>DirectAccess: 9 out of 9</p>
<p>Dynamic Access Control: 8.55 out of 9</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/12/20/ruteched-lab-results/feed/</wfw:commentRss>
			<slash:comments>2279</slash:comments>
		
		
			</item>
		<item>
		<title>MCPClub: DirectAccess explained</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/12/17/mcpclub-directaccess-explained/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/12/17/mcpclub-directaccess-explained/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Mon, 17 Dec 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[DirectAccess]]></category>
		<category><![CDATA[MCP Club]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=599</guid>

					<description><![CDATA[<img width="163" height="88" src="https://blogs.msmvps.com/it-is-etc/files/2012/12/MCP-Club-moscow_thumb1.jpg" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" />13 Dec 2012 I finished the season at Microsoft MCP Club Moscow. I spoke about DirectAccess in 2012 and why is it worth to implement even if you haven’t done it with previous version. As usual the audience was just excellent, they forgave me all the small mistakes I made, knew some of the material better than I did and so on. Therefore, it was sweet meeting: I like it very much and it was a success. At the moment I’m processing the recording (I’ve lost video for the demonstration – chose a wrong mode for it), and thinking if &#8230; <a href="https://blogs.msmvps.com/it-is-etc/2012/12/17/mcpclub-directaccess-explained/" class="more-link">Continue reading MCPClub: DirectAccess explained</a>]]></description>
										<content:encoded><![CDATA[<img width="163" height="88" src="https://blogs.msmvps.com/it-is-etc/files/2012/12/MCP-Club-moscow_thumb1.jpg" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" /><p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/12/MCP-Club-moscow.jpg"><img loading="lazy" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;float: left;padding-top: 0px;padding-left: 0px;margin: 0px 5px 5px 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="MCP Club moscow" align="left" src="http://blogs.msmvps.com/it-is-etc/files/2012/12/MCP-Club-moscow_thumb.jpg" width="163" height="88" /></a></p>
<p>13 Dec 2012 I finished the season at Microsoft MCP Club Moscow. I spoke about DirectAccess in 2012 and why is it worth to implement even if you haven’t done it with previous version. </p>
<p>As usual the audience was just excellent, they forgave me all the small mistakes I made, knew some of the material better than I did and so on. Therefore, it was sweet meeting: I like it very much and it was a success.</p>
<p>At the moment I’m processing the recording (I’ve lost video for the demonstration – chose a wrong mode for it), and thinking if I should make an English version. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/12/17/mcpclub-directaccess-explained/feed/</wfw:commentRss>
			<slash:comments>2331</slash:comments>
		
		
			</item>
		<item>
		<title>#RuTechEd is over</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/11/29/ruteched-is-over/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/11/29/ruteched-is-over/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Thu, 29 Nov 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[TechEd]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=594</guid>

					<description><![CDATA[<img width="244" height="164" src="https://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6100_thumb1.jpg" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" />te TechEd Russia has finished its work. This time I was too busy to be a proper visitor: at the first day I was preparing my presentation and demos, at the second I checked my labs, delivering them and then… Then the TechEd ended =) As for my engagements: 1) Presentation. Advanced Persistent Threat: behind the scenes. Unfortunately, my part wasn’t very good. At least I think so, therefore I’ll improve what I failed (still I hope that no one noticed . Especially take into consideration the fact that our demos were total success). 2) The hands-on lab on Dynamic &#8230; <a href="https://blogs.msmvps.com/it-is-etc/2012/11/29/ruteched-is-over/" class="more-link">Continue reading #RuTechEd is over</a>]]></description>
										<content:encoded><![CDATA[<img width="244" height="164" src="https://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6100_thumb1.jpg" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" /><p>te<a href="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6100.jpg" class="thickbox"><img loading="lazy" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;padding-top: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="IMG_6100" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6100_thumb.jpg" width="244" height="164" /></a></p>
<p>TechEd Russia has finished its work. This time I was too busy to be a proper visitor: at the first day I was preparing my presentation and demos, at the second I checked my labs, delivering them and then… Then the TechEd ended =)</p>
<p>As for my engagements: </p>
<p>1) Presentation. Advanced Persistent Threat: behind the scenes. Unfortunately, my part wasn’t very good. At least I think so, therefore I’ll improve what I failed (still I hope that no one noticed <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-top-style: none;border-left-style: none;border-bottom-style: none;border-right-style: none" alt="Winking smile" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/wlEmoticon-winkingsmile1.png" />. Especially take into consideration the fact that our demos were total success).</p>
<p>2) The hands-on lab on Dynamic Access Control. Quite simple, yet having many details inside in and no mistakes I couldn’t fix in a flash. </p>
<p>3) The second lab was on DirectAccess. This one went wrong on several occasions but almost everything was fixed.</p>
<p>Overall, I’m quite satisfied with my performance, but a bit jealous of those who could just visit sessions and listen to speakers =)</p>
<p>Some photos: </p>
<p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_0393.jpg"><img loading="lazy" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;padding-top: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="IMG_0393" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_0393_thumb.jpg" width="184" height="244" /></a></p>
<p>My breakfast on TechEd. A bit grumpy (totally understandable: the photo had been taken minutes before I ate it =) )</p>
<p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6136.jpg"><img loading="lazy" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;padding-top: 0px;padding-left: 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="IMG_6136" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6136_thumb.jpg" width="244" height="164" /></a></p>
<p>MS MVPs are discussing the conquering of the world <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-top-style: none;border-left-style: none;border-bottom-style: none;border-right-style: none" alt="Winking smile" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/wlEmoticon-winkingsmile1.png" /></p>
<p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6123.jpg"><img loading="lazy" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;padding-top: 0px;padding-left: 0px;margin: 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="IMG_6123" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/IMG_6123_thumb.jpg" width="244" height="164" /></a></p>
<p>Speaker’s lounge before times.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/11/29/ruteched-is-over/feed/</wfw:commentRss>
			<slash:comments>1734</slash:comments>
		
		
			</item>
		<item>
		<title>TechEd Russia.</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/11/24/teched-russia/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/11/24/teched-russia/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Sat, 24 Nov 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[TechEd]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=582</guid>

					<description><![CDATA[<img width="240" height="320" src="https://blogs.msmvps.com/it-is-etc/files/2012/11/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e.jpg" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" srcset="https://blogs.msmvps.com/it-is-etc/files/2012/11/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e.jpg 240w, https://blogs.msmvps.com/it-is-etc/files/2012/11/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e-225x300.jpg 225w" sizes="(max-width: 240px) 100vw, 240px" />Yep, this year I don’t participate in Ask the Expert section, but instead I speak about Advanced Persistent Threat and I’m also a trainer for two labs: DirectAccess and Dynamic Access Control. I really look forward to the event. It must be thrilling as always. And I hope I will bring some knowledge and decisions upon my listeners]]></description>
										<content:encoded><![CDATA[<img width="240" height="320" src="https://blogs.msmvps.com/it-is-etc/files/2012/11/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e.jpg" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" srcset="https://blogs.msmvps.com/it-is-etc/files/2012/11/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e.jpg 240w, https://blogs.msmvps.com/it-is-etc/files/2012/11/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e-225x300.jpg 225w" sizes="(max-width: 240px) 100vw, 240px" /><p><a href="https://mstechedru2012.blob.core.windows.net/msteched-assets/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e.jpg" target="_blank"><img loading="lazy" style="float: left;margin: 0px 5px 5px 0px" align="left" src="https://mstechedru2012.blob.core.windows.net/msteched-assets/b2ffe5b0-b5b4-41bc-a9bf-426479aced3e.jpg" width="120" height="160" /></a>Yep, this year I don’t participate in Ask the Expert section, but instead I speak about Advanced Persistent Threat and I’m also a trainer for two labs: DirectAccess and Dynamic Access Control. </p>
<p>I really look forward to the event. It must be thrilling as always. And I hope I will bring some knowledge and decisions upon my listeners <img class="wlEmoticon wlEmoticon-winkingsmile" style="border-top-style: none;border-left-style: none;border-bottom-style: none;border-right-style: none" alt="Winking smile" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/wlEmoticon-winkingsmile.png" /></p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/11/24/teched-russia/feed/</wfw:commentRss>
			<slash:comments>1731</slash:comments>
		
		
			</item>
		<item>
		<title>Free ebook: Introducing Windows 8: An Overview for IT Professionals</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/11/22/free-ebook-introducing-windows-8-an-overview-for-it-professionals/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/11/22/free-ebook-introducing-windows-8-an-overview-for-it-professionals/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Thu, 22 Nov 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[Books]]></category>
		<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Windows 8]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=578</guid>

					<description><![CDATA[<img width="110" height="135" src="https://blogs.msmvps.com/it-is-etc/files/2012/11/0160.image_5186E8A3_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" />Just a new eBook for us, IT Pro. Deployment, management, security, recovery. All you need to bring the OS to your users. Download links are below. PDF Introducing Windows 8- An Overview for IT Professionals &#8211; PDF ebook Mobi Introducing Windows 8-An Overview for IT Professionals – Mobi format for Kindle ePub Introducing Windows 8-An Overview for IT Professionals – ePub format]]></description>
										<content:encoded><![CDATA[<img width="110" height="135" src="https://blogs.msmvps.com/it-is-etc/files/2012/11/0160.image_5186E8A3_thumb1.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" /><p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/11/0160.image_5186E8A3.png" class="thickbox"><img loading="lazy" style="border-left-width: 0px;border-right-width: 0px;border-bottom-width: 0px;float: left;padding-top: 0px;padding-left: 0px;margin: 0px 5px 5px 0px;padding-right: 0px;border-top-width: 0px" border="0" alt="0160.image_5186E8A3" align="left" src="http://blogs.msmvps.com/it-is-etc/files/2012/11/0160.image_5186E8A3_thumb.png" width="110" height="135" /></a>Just a new eBook for us, IT Pro. </p>
<p>Deployment, management, security, recovery. All you need to bring the OS to your users.</p>
<p>Download links are below. </p>
<table style="border-top-style: none;border-left-style: none;border-collapse: separate;border-bottom-style: none;border-right-style: none;line-height: normal" cellspacing="0" cellpadding="2" width="677" border="1">
<tbody>
<tr>
<td style="border-top-style: none;padding-bottom: 2px;padding-top: 2px;padding-left: 2px;padding-right: 2px" valign="top" width="68"><font>PDF</font></td>
<td style="border-top-style: none;padding-bottom: 2px;padding-top: 2px;padding-left: 2px;padding-right: 2px" valign="top" width="607"><a title="Introducing Windows 8- An Overview for IT Professionals - PDF ebook" href="http://go.microsoft.com/FWLink/?Linkid=268295"><font color="#0066dd"><strong>Introducing Windows 8- An Overview for IT Professionals &#8211; PDF ebook</strong></font></a></td>
</tr>
<tr>
<td style="border-top-style: none;padding-bottom: 2px;padding-top: 2px;padding-left: 2px;padding-right: 2px" valign="top" width="73"><font>Mobi</font></td>
<td style="border-top-style: none;padding-bottom: 2px;padding-top: 2px;padding-left: 2px;padding-right: 2px" valign="top" width="603"><a href="http://go.microsoft.com/FWLink/?Linkid=268298"><font color="#0066dd"><strong>Introducing Windows 8-An Overview for IT Professionals – Mobi format for Kindle</strong></font></a></td>
</tr>
<tr>
<td style="border-top-style: none;padding-bottom: 2px;padding-top: 2px;padding-left: 2px;padding-right: 2px" valign="top" width="77"><font>ePub</font></td>
<td style="border-top-style: none;padding-bottom: 2px;padding-top: 2px;padding-left: 2px;padding-right: 2px" valign="top" width="599"><a href="http://go.microsoft.com/FWLink/?Linkid=268297"><font color="#0066dd"><strong>Introducing Windows 8-An Overview for IT Professionals – ePub format</strong></font></a></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/11/22/free-ebook-introducing-windows-8-an-overview-for-it-professionals/feed/</wfw:commentRss>
			<slash:comments>2723</slash:comments>
		
		
			</item>
		<item>
		<title>FeedDemon + Windows 8: overcoming problems</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/09/17/feeddemon-windows-8-overcoming-problems/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/09/17/feeddemon-windows-8-overcoming-problems/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Mon, 17 Sep 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[FeedDemon]]></category>
		<category><![CDATA[Tips'N'Tricks]]></category>
		<category><![CDATA[W8]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=572</guid>

					<description><![CDATA[<img width="256" height="256" src="https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" srcset="https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon.png 256w, https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon-150x150.png 150w, https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon-80x80.png 80w" sizes="(max-width: 256px) 100vw, 256px" />Will anyone be surprised to hear that I’m trying to move to windows 8 right now? No? Right. At the moment a couple issues make my stay on it uncomfortable or impossible: I still don’t have proper drivers for etoken for the OS. Evernote in the new OS with the new interface (we don’t use term “Metro” anymore) sucks. FeedDemon keeps giving me error messages in huge amount. And it seems as the latter problem now has a solution. First of all, here is the message: &#160; or in text: “Error saving file: The process cannot access the file because &#8230; <a href="https://blogs.msmvps.com/it-is-etc/2012/09/17/feeddemon-windows-8-overcoming-problems/" class="more-link">Continue reading FeedDemon + Windows 8: overcoming problems</a>]]></description>
										<content:encoded><![CDATA[<img width="256" height="256" src="https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon.png" class="attachment-large size-large wp-post-image" alt="" loading="lazy" style="float:left; margin:0 15px 15px 0;" srcset="https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon.png 256w, https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon-150x150.png 150w, https://blogs.msmvps.com/it-is-etc/files/2012/09/FeedDemon-80x80.png 80w" sizes="(max-width: 256px) 100vw, 256px" /><p><img loading="lazy" style="display: inline; float: left" align="left" src="http://cwer.ws/media/files/u614910/Miscellaneous11/FeedDemon.png" width="70" height="70" /></p>
<p>Will anyone be surprised to hear that I’m trying to move to windows 8 right now? No? Right. At the moment a couple issues make my stay on it uncomfortable or impossible: </p>
<ul>
<li>I still don’t have proper drivers for etoken for the OS. </li>
<li>Evernote in the new OS with the new interface (we don’t use term “Metro” anymore) sucks. </li>
<li>FeedDemon keeps giving me error messages in huge amount. </li>
</ul>
<p>And it seems as the latter problem now has a solution. First of all, here is the message: </p>
<p>&#160;</p>
<p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/09/Untitled-picture0.png"><img loading="lazy" style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Untitled picture0" border="0" alt="Untitled picture0" src="http://blogs.msmvps.com/it-is-etc/files/2012/09/Untitled-picture0_thumb.png" width="477" height="228" /></a></p>
<p>or in text: “Error saving file: The process cannot access the file because it is being used by another process (32)” and then states some file in the Temp folder. </p>
<p>I really don’t understand the connection between those files and the solution (or, rather, I’d name it workaround), but it works: </p>
<p>1. Go to Personalize</p>
<p>2. And change color schema from Automatic (top-left) to any other. </p>
<p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/09/Untitled-picture.png"><img loading="lazy" style="background-image: none; border-right-width: 0px; padding-left: 0px; padding-right: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px; padding-top: 0px" title="Untitled picture" border="0" alt="Untitled picture" src="http://blogs.msmvps.com/it-is-etc/files/2012/09/Untitled-picture_thumb.png" width="642" height="410" /></a></p>
<p>Voila! No more error messages. </p>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/09/17/feeddemon-windows-8-overcoming-problems/feed/</wfw:commentRss>
			<slash:comments>875</slash:comments>
		
		
			</item>
		<item>
		<title>Troubleshooting articles.</title>
		<link>https://blogs.msmvps.com/it-is-etc/2012/07/19/troubleshooting-articles/</link>
					<comments>https://blogs.msmvps.com/it-is-etc/2012/07/19/troubleshooting-articles/#comments</comments>
		
		<dc:creator><![CDATA[Alexander Trofimov]]></dc:creator>
		<pubDate>Thu, 19 Jul 2012 07:00:00 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<guid isPermaLink="false">http://blogs.msmvps.com/it-is-etc/?p=564</guid>

					<description><![CDATA[Once I have run into some article which was actually a list of references to the Windows IT Pro articles. I don’t even remember where I saw the article (probably it was WinITPro itself), but I all of a sudden remembered, that it was useful for me. The list was named in my collection as “troubleshooting learning path” and it truly is. below is the list. What you need to access any article stated here is to enter an InstantDoc ID in search on the main page of WinITPro. Have fun: &#160; Name InstantDoc ID Administrators’ Intro to Debugging 101818 &#8230; <a href="https://blogs.msmvps.com/it-is-etc/2012/07/19/troubleshooting-articles/" class="more-link">Continue reading Troubleshooting articles.</a>]]></description>
										<content:encoded><![CDATA[<p><a href="http://blogs.msmvps.com/it-is-etc/files/2012/07/image12.png"><img loading="lazy" style="border-right-width: 0px;padding-left: 0px;padding-right: 0px;float: left;border-top-width: 0px;border-bottom-width: 0px;border-left-width: 0px;padding-top: 0px" border="0" alt="image" align="left" src="http://blogs.msmvps.com/it-is-etc/files/2012/07/image_thumb13.png" width="87" height="75" /></a>Once I have run into some article which was actually a list of references to the Windows IT Pro articles. I don’t even remember where I saw the article (probably it was WinITPro itself), but I all of a sudden remembered, that it was useful for me. </p>
<p>The list was named in my collection as “troubleshooting learning path” and it truly is. below is the list. What you need to access any article stated here is to enter an InstantDoc ID in search on the main page of WinITPro. </p>
<p>Have fun: </p>
<p>&#160;</p>
<table style="border-bottom-style: none;line-height: normal;border-left-style: none;border-collapse: collapse;border-top-style: none;border-right-style: none" border="0" cellspacing="0" cellpadding="0" width="484">
<col style="width: 284pt" width="378" />
<col style="width: 79pt" width="105" />
<tbody>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20" width="378"><font face="Calibri"><font color="#000000"><strong>Name</strong></font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" width="105"><font face="Calibri"><font color="#000000"><strong>InstantDoc ID</strong></font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Administrators’ Intro to Debugging</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">101818</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Conquer Desktop Heap Problems</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">101701</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Disk2vhd: The Windows Troubleshooter’s New Best Friend</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">102980</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Examining Xperf</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">102054</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Find the Binary File for Any WMI Class</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">102615</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Further Adventures in Debugging</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">102867</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Get a Handle on Windows Performance Analysis</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">101162</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Got High-CPU Usage Problems? ProcDump ‘Em!</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">102479</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Reap the Power of MPS_Reports Data</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">101468</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Resolve Memory Leaks Faster</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">99933</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Resolve WMI Problems Quickly with WMIDiag</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">100845</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Say ‘Whoa!’ to Runaway Processes</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">100212</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Simplify Process Troubleshooting with DebugDiag</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">100577</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Troubleshooting the Infamous Event ID 333 Errors</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #dce6f1;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">101059</font></font></td>
</tr>
<tr style="height: 15pt">
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" height="20"><font face="Calibri"><font color="#000000">Under the Covers with Xperf</font></font></td>
<td style="border-bottom: #95b3d7 0.5pt solid;border-left: #95b3d7 0.5pt solid;padding-bottom: 0px;padding-left: 1px;padding-right: 1px;font-family:;background: #b8cce4;color:;vertical-align: bottom;border-top: #95b3d7 0.5pt solid;border-right: #95b3d7 0.5pt solid;text-decoration:;padding-top: 1px" align="right"><font face="Calibri"><font color="#000000">102263</font></font></td>
</tr>
</tbody>
</table>
]]></content:encoded>
					
					<wfw:commentRss>https://blogs.msmvps.com/it-is-etc/2012/07/19/troubleshooting-articles/feed/</wfw:commentRss>
			<slash:comments>2174</slash:comments>
		
		
			</item>
	</channel>
</rss>