<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Mark Parris</title>
	<atom:link href="http://markparris.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://markparris.co.uk</link>
	<description>Technology Insights (plus a few other random musings).</description>
	<lastBuildDate>Sun, 12 May 2013 21:44:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='markparris.co.uk' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Mark Parris</title>
		<link>http://markparris.co.uk</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://markparris.co.uk/osd.xml" title="Mark Parris" />
	<atom:link rel='hub' href='http://markparris.co.uk/?pushpress=hub'/>
		<item>
		<title>MaxTokenSize &#8211; Change of recommendation from Microsoft.</title>
		<link>http://markparris.co.uk/2013/05/07/maxtokensize-change-of-recommendation-from-microsoft/</link>
		<comments>http://markparris.co.uk/2013/05/07/maxtokensize-change-of-recommendation-from-microsoft/#comments</comments>
		<pubDate>Tue, 07 May 2013 18:35:55 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Troubleshooting]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows 8]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Authentication]]></category>
		<category><![CDATA[maxtokensize]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1984</guid>
		<description><![CDATA[&#160; Microsoft have stated for numerous years that anyone with Kerberos authentication issues often due to users being in multiple groups and commonly known as Token Bloat should increase the MaxTokenSize to 65535 bytes. Whilst reading Understand and Troubleshoot Dynamic Access Control in Windows Server 2012 guide, I read that “Previous versions of Windows had [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1984&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&#160;</p>
<p>Microsoft have stated for numerous years that anyone with Kerberos authentication issues often due to users being in multiple groups and commonly known as <a href="http://support.microsoft.com/kb/327825" target="_blank">Token Bloat</a> should increase the MaxTokenSize to <strong>65535 </strong>bytes. </p>
<p>Whilst reading <a href="http://www.microsoft.com/en-gb/download/details.aspx?id=36830" target="_blank">Understand and Troubleshoot Dynamic Access Control in Windows Server 2012</a> guide, I read that</p>
<p><em>“Previous versions of Windows had a default maximize token size of 12k.&#160; However, this value remained too low for many environments and required reconfiguring each computer in the enterprise.&#160; Windows Server 2012 and Windows 8 increase the default maximum token size to 48k.&#160; This new value is the maximum viable size for SSPI tokens in Windows and may require additional settings changes for applications to support. For example, HTTP settings are required for SSPI tokens over 12K.”</em></p>
<p>But this article <a href="http://support.microsoft.com/kb/938118" target="_blank">How to use Group Policy to add the MaxTokenSize registry entry to multiple computers</a> also stated the 48K maximum and with a similar reasoning.</p>
<p><em>“The maximum allowed value of MaxTokenSize is 65535 bytes. However, because of HTTP’s base64 encoding of authentication context tokens, we do not recommend that you set the maxTokenSize registry entry to a value larger than 48000 bytes. Starting with Windows Server 2012, the default value of the MaxTokenSize registry entry is 48000 bytes”.</em> </p>
<p>This lead me to do a little further research as Microsoft stated in the article <a href="http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28v=ws.10%29.aspx" target="_blank">Active Directory Maximum Limits – Scalability</a> that the <em>“maximum recommended size for a Kerberos ticket is 65,535 bytes”</em></p>
<p><img title="image" style="background-image:none;padding-top:0;padding-left:0;display:inline;padding-right:0;border-width:0;" border="0" alt="image" src="http://markparris.files.wordpress.com/2013/05/image.png?w=575&#038;h=102" width="575" height="102" /></p>
<p>Getting nowhere fast, I had an email exchange with the Active Directory Documentation team, it was confirmed that this value should now be set to 48K</p>
<p>The <a href="http://technet.microsoft.com/en-us/library/active-directory-maximum-limits-scalability%28v=ws.10%29.aspx" target="_blank">Active Directory Maximum Limits – Scalability</a> website should be updated soon (approx. 09/05/2013) to confirm this.</p>
<p><strike>The question now to ask though is – I have set the MaxTokenSIze to 65535 bytes, should I now change it to 48000 bytes?</strike> </p>
<p>So I asked the question:-</p>
<p><em>“What happens to people who have set the key to 65535? Should they test and change it to 48000 now?&#160; Will Windows Server 2012 break? Will things fail as a result of having it set to the maximum?”</em></p>
<p>The response:-</p>
<p><em>Kerberos itself doesn’t really understand the concept of a token size because what it transports is opaque to the protocol.&#160; </em></p>
<p><em>Applications, however, are different and can implement their own constraints such as buffer size.&#160; Applications ask SSPI (Kerberos) for the size of the authorization buffer of the authenticating user.&#160; If the size reported back is greater than the buffer allocated by the application, authentication fails.&#160; The size reported back is the actual size not the maximum size.&#160; Therefore, with MaxToken set to 65k and authorization data amounting to 12k; Windows will only report back 12k.&#160; MaxTokenSize simply limits the maximum value the SSPI <u>can</u> return to an application.&#160; Prior to Windows 8/2012 , most environments would set MaxTokenSize to the maximum because it was nearly impossible to determine a user’s true token size.&#160; Therefore, if you set it to the max, and still had an authentication problem it was not because of MaxTokenSize ( at which point engineers would instruct customers to return the setting to the prior value). </em></p>
<p><em>With MaxTokenSize defaulting to the max Authentication buffer size for IIS; there shouldn’t be a authentication&#160; problem resulting from token size.&#160; Http caps out at 48k.&#160; Making it higher won’t fix the authentication issue. So it there is no gain people nothing by increasing it.</em></p>
<p><em>While the setting in the documentation should mostly be harmless; we should suggest 48k as the ideal setting for MaxTokenSize and point to the Group Policy setting in Windows Server 2012/Windows 8 as the means which to modify it.</em></p>
<p><a href="http://blogs.technet.com/b/askds/archive/2012/09/12/maxtokensize-and-windows-8-and-windows-server-2012.aspx">http://blogs.technet.com/b/askds/archive/2012/09/12/maxtokensize-and-windows-8-and-windows-server-2012.aspx</a></p>
<p>and now we know.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1984/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1984/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1984&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2013/05/07/maxtokensize-change-of-recommendation-from-microsoft/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2013/05/image.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Active Directory Forest Recovery &#8211; Whitepaper updated.</title>
		<link>http://markparris.co.uk/2013/04/29/active-directory-forest-recovery-whitepaper-updated/</link>
		<comments>http://markparris.co.uk/2013/04/29/active-directory-forest-recovery-whitepaper-updated/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 15:56:32 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Disaster Recovery]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/2011/02/28/active-directory-forest-recovery-whitepaper-updated/</guid>
		<description><![CDATA[Microsoft have updated the must read Active Directory document on Active Directory Forest Recovery. “The guide contains best-practice recommendations for recovering an Active Directory forest if forest-wide failure renders all domain controllers in the forest incapable of functioning normally. The steps, which you must customize for your particular environment, describe how to recover the entire [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1534&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Microsoft have updated the must read Active Directory document on Active Directory Forest Recovery.</p>
<p>“<em>The guide contains best-practice recommendations for recovering an Active Directory forest if forest-wide failure renders all domain controllers in the forest incapable of functioning normally. </em> <em>The steps, which you must customize for your particular environment, describe how to recover the entire Active Directory forest to a point in time before the critical malfunction. They also ensure that none of the restored domain controllers replicate from a domain controller with potentially dangerous data.</em></p>
<p><em>The steps in this guide apply to Active Directory forests where the domain controllers run Microsoft® Windows Server 2012, Windows Server 2008 R2, Windows Server 2008, and Windows Server 2003 operating systems</em>.”</p>
<p>Please ignore the fact that the document is titled &#8220;<strong><em>Windows Server 2008: Planning for Active Directory Forest Recovery&#8221; </em></strong>it covers all supported versions of Windows Server that can run Active Directory.</p>
<p><strong>April 2013 Update.</strong></p>
<p>Download it <a href="http://www.microsoft.com/download/en/details.aspx?id=16506" target="_blank">here</a>.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1534/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1534/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1534&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2013/04/29/active-directory-forest-recovery-whitepaper-updated/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" />
		<media:content url="http://markparris.files.wordpress.com/2011/09/05-09-2011-10-22-17.png?w=141" medium="image">
			<media:title type="html">Active Directory</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Best Practices for Securing Active Directory</title>
		<link>http://markparris.co.uk/2013/04/29/best-practices-for-securing-active-directory/</link>
		<comments>http://markparris.co.uk/2013/04/29/best-practices-for-securing-active-directory/#comments</comments>
		<pubDate>Mon, 29 Apr 2013 07:00:44 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[win]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1975</guid>
		<description><![CDATA[&#160; Microsoft have released a new document which contains best practice recommendations to assist organisations in enhancing the security of their Active Directory installations. Microsoft state that “In implementing these recommendations, organisations will be able to identify and prioritise security activities, protect key segments of their organisation’s computing infrastructure and create controls that significantly decrease [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1975&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>Microsoft have released a new document which contains best practice recommendations to assist organisations in enhancing the security of their Active Directory installations.</p>
<p>Microsoft state that “In implementing these recommendations, organisations will be able to identify and prioritise security activities, protect key segments of their organisation’s computing infrastructure and create controls that significantly decrease the likelihood of successful attacks against critical components of the IT environment“.</p>
<p>This document discusses the most common attacks against Active Directory and countermeasures to reduce the attack surface, and recommendations for recovery in the event of complete compromise.</p>
<h3><a href="http://www.microsoft.com/en-us/download/details.aspx?id=38785" target="_blank">Download</a></h3>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1975/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1975/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1975&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2013/04/29/best-practices-for-securing-active-directory/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Win a trip to TechEd Europe 2013 and be part of the TechNet team</title>
		<link>http://markparris.co.uk/2013/04/19/win-a-trip-to-teched-europe-2013-and-be-part-of-the-technet-team/</link>
		<comments>http://markparris.co.uk/2013/04/19/win-a-trip-to-teched-europe-2013-and-be-part-of-the-technet-team/#comments</comments>
		<pubDate>Fri, 19 Apr 2013 06:29:11 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Europe]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[TechEd]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1968</guid>
		<description><![CDATA[Impress your boss without having to put a dent in the training budget by winning tickets to TechEd Europe. It&#8217;s the premier annual Microsoft event for IT professionals from the 25th to 28th June 2013. You&#8217;ll be able to improve your knowledge, talk to leading experts face to face and gain valuable information that&#8217;ll put [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1968&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Impress your boss without having to put a dent in the training budget by winning tickets to<br />
<a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089843">TechEd Europe</a>. It&#8217;s the premier annual Microsoft event for IT professionals from the 25th to 28th June 2013. You&#8217;ll be able to improve your knowledge, talk to leading experts face to face and gain valuable information that&#8217;ll put you streets ahead of others in your area. Plus you&#8217;ll do it all in sunny Madrid!</p>
<h4>How you can win</h4>
<p><img style="border:0 currentColor;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" alt="" src="http://markparris.files.wordpress.com/2013/04/clip_image001.jpg?w=42&#038;h=42" width="42" height="42" border="0" /></p>
<h4>Win your ticket to TechEd Europe 2013 by downloading Microsoft products</h4>
<p>If you trial Windows Server 2012 &lt;<a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089844">ISO</a>&gt; &lt;<a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089845">VHD</a>&gt;, <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089851">Windows Azure</a> and/or <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089846">System Center 2012 SP1</a> between 22nd March 2013 and 31st May 2013, you&#8217;re in with a chance of winning a ticket to TechEd Europe, hosted this year in the cultural city of Madrid.</p>
<p>To be eligible, download at least one of the three products. Download two or all three to better your chances. You&#8217;ll also need to <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089847">fill out our entry form</a>.</p>
<p><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089844"><img style="border:0 currentColor;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" alt="" src="http://markparris.files.wordpress.com/2013/04/clip_image002.jpg?w=176&#038;h=106" width="176" height="106" border="0" /></a><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089846"><img style="margin:0;border:0 currentColor;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" alt="" src="http://markparris.files.wordpress.com/2013/04/clip_image003.jpg?w=176&#038;h=106" width="176" height="106" border="0" /></a><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089851"><img style="margin:0;border:0 currentColor;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" alt="" src="http://markparris.files.wordpress.com/2013/04/clip_image004.jpg?w=176&#038;h=106" width="176" height="106" border="0" /></a></p>
<p><img style="border:0 currentColor;padding-top:0;padding-right:0;padding-left:0;display:inline;background-image:none;" alt="" src="http://markparris.files.wordpress.com/2013/04/clip_image005.jpg?w=42&#038;h=42" width="42" height="42" border="0" /></p>
<h4>Win a fully funded place at TechEd Europe by writing a short review</h4>
<p>We also have three fully funded trips to be won. This takes a bit more effort, but it&#8217;s well worth it.</p>
<p>Once you&#8217;ve trialled one (or all) of the three products, submit an article/blog post reviewing the experience/product &#8211; that will qualify you for a chance to win.</p>
<p>There are three funded places to <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089843">TechEd Europe</a> to be won, one prize for each of the winning product reviews. There&#8217;s also a brand new Windows 8 Phone to be won by three runners up.</p>
<p>You&#8217;ll be judged based on your depth of understanding of the product and the breadth of how these can be applied in the modern IT department. The more informative and useful you make the articles for fellow IT pros, the more chance you have of winning.</p>
<p>Each first place prize includes your ticket to <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089843">TechEd Europe</a>, flights, hotel and meals. Winners will also be part of the TechNet team at the hub of Microsoft&#8217;s European community.</p>
<p>To be eligible you must have downloaded at least one of the three products and written a review of your experience; if you download and review all three, you will have tripled your chances of winning.</p>
<p>We&#8217;ll also be monitoring Twitter for spot prizes. Just use the hashtag #TechEdChallenge in a tweet for a chance to win some limited edition Microsoft goodies.</p>
<p>We want you to be equipped with all of the knowledge to write a winning article, so to help you learn about the products before you start, we recommend you visit the <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089848">Microsoft Virtual Academy</a> for product-specific courses that will teach you about the latest features.</p>
<p>To find out more about TechEd Europe 2013, <a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089843">please click here</a></p>
<p>One prize only per person.</p>
<p><a href="http://www.microsoft.com/click/services/Redirect2.ashx?CR_CC=200201556&amp;CR_EAC=300089849">T&amp;Cs apply</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1968/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1968/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1968&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2013/04/19/win-a-trip-to-teched-europe-2013-and-be-part-of-the-technet-team/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2013/04/clip_image001.jpg" medium="image" />

		<media:content url="http://markparris.files.wordpress.com/2013/04/clip_image002.jpg" medium="image" />

		<media:content url="http://markparris.files.wordpress.com/2013/04/clip_image003.jpg" medium="image" />

		<media:content url="http://markparris.files.wordpress.com/2013/04/clip_image004.jpg" medium="image" />

		<media:content url="http://markparris.files.wordpress.com/2013/04/clip_image005.jpg" medium="image" />
	</item>
		<item>
		<title>Mergers and Divestitures: Spoof a domain to implement a DFS Namespace.</title>
		<link>http://markparris.co.uk/2013/02/24/mergers-and-divestitures-spoof-a-domain-to-implement-a-dfs-namespace/</link>
		<comments>http://markparris.co.uk/2013/02/24/mergers-and-divestitures-spoof-a-domain-to-implement-a-dfs-namespace/#comments</comments>
		<pubDate>Sun, 24 Feb 2013 22:18:40 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[DFS-N]]></category>
		<category><![CDATA[DNS]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1958</guid>
		<description><![CDATA[&#160; I have just returned from the MVP summit in Redmond, where I spent the best part of a week with the Active Directory Product Group and other Directory Services MVP’s.&#160; In conversation with a fellow Directory Services MVP Mike Kline, I mentioned a way that I had spoofed a domain to ensure a DFS [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1958&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p>I have just returned from the MVP summit in Redmond, where I spent the best part of a week with the Active Directory Product Group and other Directory Services MVP’s.&nbsp; In conversation with a fellow Directory Services MVP <a href="http://adisfun.blogspot.co.uk/">Mike Kline</a>, I mentioned a way that I had spoofed a domain to ensure a DFS namespace continued to seamlessly function after a company we had acquired was integrated into our environment.&nbsp; Mike thought it would be a good insight for me to share.</p>
<p><strong>Scenario:</strong></p>
<p>We are company <strong>XYZ Ltd</strong>. and we have an Active Directory forest called <strong>xyz.com</strong>.</p>
<p>We buy <strong>ABC Ltd</strong>. who are part of a larger company and they have servers in a domain called <strong>continent.abc.com</strong>, which is a child domain in a global forest.</p>
<p>Ignoring logistics around user accounts and file permissioning (which was also resolved), when company became our entity, we acquired their file servers (but no Domain Controllers)but we had to enable them to be able to access their existing data in the same DFS namespace as a majority of the files all had embedded links and shortcuts.</p>
<p><strong>Resolution:</strong> </p>
<p>The way I achieved this was by using a standalone DFS Server and DNS.</p>
<p>In our domain <strong>xyz.com</strong> I built a domain joined windows server called the same as the domain name that was used for DFS-N resolution in the acquired company. In this case <strong>continent(.xyz.com)</strong>.</p>
<p>In our domain (<strong>xyz.com</strong>) I then created a DNS zone called <strong>abc.com</strong> and then created a CNAME pointing to <strong>continent.xyz.com </strong>within the <strong>abc.com</strong> zone, this way I ended up with a server addressable as <strong>continent.abc.com</strong>. On <strong>continent.xyz.com I </strong>installed DFS as a standalone implementation and configured all the targets, after which I was left with a server emulating the acquired companies old domain and DFS Namespace.</p>
<p>It goes without saying that this was a temporary solution, as the standalone server was a single point of failure, but it got us over the initial hurdle of seamless data access in a hurry.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1958/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1958/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1958&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2013/02/24/mergers-and-divestitures-spoof-a-domain-to-implement-a-dfs-namespace/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Active Directory 5th Edition</title>
		<link>http://markparris.co.uk/2013/01/22/active-directory-5th-edition-2/</link>
		<comments>http://markparris.co.uk/2013/01/22/active-directory-5th-edition-2/#comments</comments>
		<pubDate>Tue, 22 Jan 2013 11:51:16 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Book Reviews]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1950</guid>
		<description><![CDATA[Over the past view months I have been quietly working on the revised edition of the O’Reilly Active Directory Bible. I am pleased to say Brian is nearly there with the book and should be available soon. For further information checkout Brian’s Blog at http://briandesmond.com/blog/active-directory-5th-edition/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1950&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Over the past view months I have been quietly working on the revised edition of the O’Reilly Active Directory Bible.</p>
<p>I am pleased to say Brian is nearly there with the book and should be available soon.</p>
<p><a href="http://markparris.files.wordpress.com/2013/01/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border-width:0;" title="image" border="0" alt="image" src="http://markparris.files.wordpress.com/2013/01/image_thumb.png?w=1208&#038;h=431" width="1208" height="431"></a></p>
<p>For further information checkout Brian’s Blog at <a title="http://briandesmond.com/blog/active-directory-5th-edition/" href="http://briandesmond.com/blog/active-directory-5th-edition/">http://briandesmond.com/blog/active-directory-5th-edition/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1950/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1950/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1950&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2013/01/22/active-directory-5th-edition-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:thumbnail url="http://markparris.files.wordpress.com/2013/01/rc_lrg-e1361475773265.jpg?w=114" />
		<media:content url="http://markparris.files.wordpress.com/2013/01/rc_lrg-e1361475773265.jpg?w=114" medium="image">
			<media:title type="html">rc_lrg</media:title>
		</media:content>

		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2013/01/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
		<item>
		<title>Performance Tuning Guidelines for Windows Server 2012</title>
		<link>http://markparris.co.uk/2012/11/05/performance-tuning-guidelines-for-windows-server-2012/</link>
		<comments>http://markparris.co.uk/2012/11/05/performance-tuning-guidelines-for-windows-server-2012/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 08:34:41 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server 2012]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[performance tuning]]></category>

		<guid isPermaLink="false">http://markparris.co.uk/?p=1937</guid>
		<description><![CDATA[This guide follows on from the excellent Windows Server 2008 and 2008 R2 Performance Tuning Guidelines and describes important tuning parameters and settings that you can adjust to improve the performance and energy efficiency of the Windows Server 2012 operating system. It describes each setting and its potential effect to help you make an informed [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1937&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>This guide follows on from the excellent Windows Server 2008 and 2008 R2 Performance Tuning Guidelines and describes important tuning parameters and settings that you can adjust to improve the performance and energy efficiency of the Windows Server 2012 operating system. It describes each setting and its potential effect to help you make an informed decision about its relevance to your system, workload, and performance goals.</p>
<p>The guide is for information technology (IT) professionals and system administrators who need to tune the performance of a server that is running Windows Server 2012.</p>
<p><strong>Included in this white paper:</strong></p>
<ul>
<li>Choosing and Tuning Server Hardware</li>
<li>Performance Tuning for the Networking Subsystem</li>
<li>Performance Tools for Network Workloads</li>
<li>Performance Tuning for the Storage Subsystem</li>
<li>Performance Tuning for Web Servers</li>
<li>Performance Tuning for File Servers</li>
<li>Performance Tuning for a File Server Workload (FSCT)</li>
<li>Performance Counters for SMB 3.0</li>
<li>Performance Tuning for File Server Workload (SPECsfs2008)</li>
<li>Performance Tuning for Active Directory Servers</li>
<li>Performance Tuning for Remote Desktop Session Host (Formerly Terminal Server)</li>
<li>Performance Tuning for Remote Desktop Virtualization Host</li>
<li>Performance Tuning for Remote Desktop Gateway</li>
<li>Performance Tuning Remote Desktop Services Workload for Knowledge Workers</li>
<li>Performance Tuning for Virtualization Servers</li>
<li>Performance Tuning for SAP Sales and Distribution</li>
<li>Performance Tuning for OLTP Workloads</li>
</ul>
<p><a title="Performance Tuning Guidelines for Windows Server 2012" href="http://msdn.microsoft.com/library/windows/hardware/jj248719">Performance Tuning Guidelines for Windows Server 2012</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1937/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1937/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1937&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2012/11/05/performance-tuning-guidelines-for-windows-server-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Performance Tuning Guidelines for Windows Server 2008 R2 &#8211; Updated</title>
		<link>http://markparris.co.uk/2012/11/05/performance-tuning-guidelines-for-windows-server-2008-r2/</link>
		<comments>http://markparris.co.uk/2012/11/05/performance-tuning-guidelines-for-windows-server-2008-r2/#comments</comments>
		<pubDate>Mon, 05 Nov 2012 08:30:12 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>
		<category><![CDATA[Best Practice]]></category>
		<category><![CDATA[performance tuning]]></category>
		<category><![CDATA[Top Tips]]></category>
		<category><![CDATA[whitepaper]]></category>

		<guid isPermaLink="false">http://markparris.co.uk/?p=1352</guid>
		<description><![CDATA[I have previously written about this, but feel it&#8217;s worthy of another mention.  Microsoft have hidden away on their WHDC (Windows Hardware Developer Central) website, an excellent document on Performance Tuning Guidelines for Windows Server 2008 R2.  It is worthy of a read as it details lots of changes in functionality that can affect performance. [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1352&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I have previously written about this, but feel it&#8217;s worthy of another mention.  Microsoft have hidden away on their WHDC (Windows Hardware Developer Central) website, an excellent document on <a title="Performance Tuning Guidelines for Windows Server 2008 R2" href="http://download.microsoft.com/download/6/B/2/6B2EBD3A-302E-4553-AC00-9885BBF31E21/Perf-tun-srv-R2.docx" target="_blank">Performance Tuning Guidelines for Windows Server 2008 R2</a>.  It is worthy of a read as it details lots of changes in functionality that can affect performance.</p>
<p>The paper was last updated on the <strong>May 16th 2011 </strong>and details:</p>
<p>Choosing and Tuning Server Hardware<br /> Performance Tuning for the Networking Subsystem<br /> Performance Tuning for the Storage Subsystem<br /> Performance Tuning for Web Servers<br /> Performance Tuning for File Servers<br /> Performance Tuning for Active Directory Servers<br /> Performance Tuning for Remote Desktop Session Host (formerly Terminal Server)Performance Tuning for Remote Desktop Gateway<br /> Performance Tuning for Virtualization Servers<br /> Performance Tuning for File Server Workload (NetBench)<br /> Performance Tuning for File Server Workload (SPECsfs2008)<br /> Performance Tuning for Network Workload (NTttcp)<br /> Performance Tuning for Remote Desktop Services Knowledge Worker Workload<br /> Performance Tuning for SAP Sales and Distribution Two-Tier Workload<br /> Performance Tuning for TCP-E Workload</p>
<p><strong>October 2012 Update: </strong></p>
<p>Updated Server Core Installation Option, Correct Memory Sizing for Child Partitions, and Correct Memory Sizing for Root Partition.</p>
<p><strong>September 2012 Update:<br /> </strong></p>
<p>Further updates to the Performance Tuning guidance for the TPC-E Workload section</p>
<p><strong>May 2011 Update:<br /> </strong></p>
<p>“Performance Tuning for Web Servers” – Updated guidance to reflect that Http.sys manages connections automatically.</p>
<p>“Performance Tuning for File Servers” – Fixed typos in NFS Server tuning parameter registry keys.</p>
<p>“Performance Tuning for Virtualization Servers” – Added information about Dynamic Memory tuning.</p>
<p>“Performance Tuning for TPC-E Workload” – Clarified tuning guidance.</p>
<p>“Resources” – Updated references.</p>
<p><strong>October 15th Update:</strong></p>
<p>Throughout the paper – Clarified some explanations; clarified energy consumption vs. power consumption.</p>
<p>“Interrupt Affinity” – Added recommendation to use device-specific mechanism for binding interrupts, if supported by the driver model.</p>
<p>“Network-Related Performance Counters” – Added IPv6 and TCPv6.</p>
<p>“Performance Tuning for the Storage Subsystem” – Various minor updates throughout.</p>
<p>“Performance Tuning for File Servers” –Added guidance for NtfsDisableLastAccessUpdate; added “Tuning Parameters for NFS Server”, “File Server Tuning Example”, and “File Client Tuning Example”.</p>
<p>“Performance Tuning for Remote Desktop Session Host” – Added references to two new white papers on capacity planning.</p>
<p>“Monitoring and Data Collection” (multiple sections) – Updated the list of counters to monitor.</p>
<p>“Performance Tuning for File Server Workload (SPECsfs2008)” – New section.</p>
<p>“Performance Tuning for SAP Sales and Distribution Two-Tier Workload” – Substantial updates to the whole section.</p>
<p>“Performance Tuning for TPC-E Workload” – New section.</p>
<p>“Resources” – A few additions and updates.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1352/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1352/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1352&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2012/11/05/performance-tuning-guidelines-for-windows-server-2008-r2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>Sound stopped working on laptop and the error message &#8221; No audio output device is installed&#8221;.</title>
		<link>http://markparris.co.uk/2012/07/02/sound-stopped-working-on-laptop-and-the-error-message-no-audio-output-device-is-installed/</link>
		<comments>http://markparris.co.uk/2012/07/02/sound-stopped-working-on-laptop-and-the-error-message-no-audio-output-device-is-installed/#comments</comments>
		<pubDate>Mon, 02 Jul 2012 12:55:46 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Top Tips]]></category>
		<category><![CDATA[Troubleshooting]]></category>

		<guid isPermaLink="false">http://markparris.co.uk/?p=1924</guid>
		<description><![CDATA[Today I was presented with a Windows 7 Home Premium laptop, that until a couple of days ago had sound and LAN connectivity. The sound worked when diagnostics were run, but would not run when Windows 7 was loaded. So I knew it was not defective hardware. The solution which was relatively easy to implement [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1924&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Today I was presented with a Windows 7 Home Premium laptop, that until a couple of days ago had sound and LAN connectivity.</p>
<p>The sound worked when diagnostics were run, but would not run when Windows 7 was loaded. So I knew it was not defective hardware.</p>
<p><em>The solution which was relatively easy to implement took a while to discover and I will update this post at a later date with the troubleshooting steps.</em></p>
<p>The solution was to add to the local administrators group the <strong>networkservice</strong> and the<strong> localservice</strong></p>
<p>This can be done by running these two commands from an elevated command prompt:</p>
<p><strong>net localgroup Administrators /add networkservice</strong></p>
<p><strong>net localgroup Administrators /add localservice</strong></p>
<p>Once these two commands are run, restart the laptop and if your issue was the same as mine, sound (and LAN) should now be working.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1924/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1924/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1924&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2012/07/02/sound-stopped-working-on-laptop-and-the-error-message-no-audio-output-device-is-installed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>
	</item>
		<item>
		<title>YouTube displaying a green bar across the top?</title>
		<link>http://markparris.co.uk/2012/04/07/youtube-displaying-a-green-bar-across-the-top/</link>
		<comments>http://markparris.co.uk/2012/04/07/youtube-displaying-a-green-bar-across-the-top/#comments</comments>
		<pubDate>Sat, 07 Apr 2012 21:38:55 +0000</pubDate>
		<dc:creator>markparris</dc:creator>
				<category><![CDATA[markparris]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">https://markparris.wordpress.com/?p=1873</guid>
		<description><![CDATA[Earlier today, I rebooted my PC and after logon I was presented with an Adobe Flash update, which I ran and then forgot about it.  This evening whilst catching up on the various highlights (I use the term loosely) of Saturday TV, I noticed my videos regardless of source all had a green bar across [&#8230;]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1873&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Earlier today, I rebooted my PC and after logon I was presented with an Adobe Flash update, which I ran and then forgot about it.  This evening whilst catching up on the various highlights (I use the term loosely) of Saturday TV, I noticed my videos regardless of source all had a green bar across the top.</p>
<p><a href="http://markparris.files.wordpress.com/2012/04/image.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://markparris.files.wordpress.com/2012/04/image_thumb.png?w=493&#038;h=319" alt="image" width="493" height="319" border="0" /></a></p>
<p>I am not sure what the new version of flash has done to my computer but to resolve the issue I had to disable hardware acceleration.</p>
<p>Right Click on the Video, select Settings</p>
<p><a href="http://markparris.files.wordpress.com/2012/04/image1.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://markparris.files.wordpress.com/2012/04/image_thumb1.png?w=271&#038;h=176" alt="image" width="271" height="176" border="0" /></a></p>
<p>and untick the box.</p>
<p><a href="http://markparris.files.wordpress.com/2012/04/image2.png"><img style="background-image:none;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://markparris.files.wordpress.com/2012/04/image_thumb2.png?w=272&#038;h=181" alt="image" width="272" height="181" border="0" /></a></p>
<p>Select Close and refresh the video.</p>
<p><a href="http://markparris.files.wordpress.com/2012/04/image3.png"><img style="background-image:none;margin:0;padding-left:0;padding-right:0;display:inline;padding-top:0;border:0;" title="image" src="http://markparris.files.wordpress.com/2012/04/image_thumb3.png?w=495&#038;h=317" alt="image" width="495" height="317" border="0" /></a></p>
<p>The green bar has now gone and the picture is clearer too.</p>
<p>Hope this helps.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/markparris.wordpress.com/1873/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/markparris.wordpress.com/1873/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=markparris.co.uk&#038;blog=10853593&#038;post=1873&#038;subd=markparris&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://markparris.co.uk/2012/04/07/youtube-displaying-a-green-bar-across-the-top/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/fc35f0af7868c1047129fed369188b17?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">markparris</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2012/04/image_thumb.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2012/04/image_thumb1.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2012/04/image_thumb2.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>

		<media:content url="http://markparris.files.wordpress.com/2012/04/image_thumb3.png" medium="image">
			<media:title type="html">image</media:title>
		</media:content>
	</item>
	</channel>
</rss>
