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

<channel>
	<title>The Experience Blog &#187; Network</title>
	<atom:link href="http://www.theexperienceblog.com/category/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theexperienceblog.com</link>
	<description>A blog with focus on experiences with the Windows Client operating systems...</description>
	<lastBuildDate>Wed, 01 Feb 2012 18:57:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Hide files and folders which users don&#8217;t have permission to</title>
		<link>http://www.theexperienceblog.com/2008/09/24/hide-files-and-folders-which-users-dont-have-permission-to/</link>
		<comments>http://www.theexperienceblog.com/2008/09/24/hide-files-and-folders-which-users-dont-have-permission-to/#comments</comments>
		<pubDate>Wed, 24 Sep 2008 20:15:22 +0000</pubDate>
		<dc:creator>Andreas Stenhall</dc:creator>
				<category><![CDATA[File system]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://www.theexperienceblog.com/?p=59</guid>
		<description><![CDATA[The other day I implemented the Microsoft tool Access-based Enumeration tool for the first time with a customer. The tool installs on Windows Server 2003 and present you with a new tab when you choose Properties on shares on the server. When activated it will make sure that users on their client computers don&#8217;t see [...]]]></description>
			<content:encoded><![CDATA[<p>The other day I implemented the Microsoft tool Access-based Enumeration tool for the first time with a customer. The tool installs on Windows Server 2003 and present you with a new tab when you choose Properties on shares on the server. When activated it will make sure that users on their client computers don&#8217;t see files and folders in Windows Explorer to which they do not have permission.</p>
<p><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=04A563D9-78D9-4342-A485-B030AC442084&amp;displaylang=en" target="_blank">Download the Access-based Enumeration tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theexperienceblog.com/2008/09/24/hide-files-and-folders-which-users-dont-have-permission-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Script for enabling Network discovery and File and Printer sharing in Vista</title>
		<link>http://www.theexperienceblog.com/2008/02/14/script-for-enabling-network-discovery-and-file-and-printer-sharing-in-vista/</link>
		<comments>http://www.theexperienceblog.com/2008/02/14/script-for-enabling-network-discovery-and-file-and-printer-sharing-in-vista/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 20:24:28 +0000</pubDate>
		<dc:creator>Andreas Stenhall</dc:creator>
				<category><![CDATA[Network]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.theexperienceblog.com/2008/02/14/script-for-enabling-network-discovery-and-file-and-printer-sharing-in-vista/</guid>
		<description><![CDATA[In Windows Vista it might at a first glance appear to be tricky to automatically enable File and Printer sharing and Network discovery. However it is actually very easy when you know what to type. The “netsh” command comes in handy here, and you can use the below strings in a script to enable it [...]]]></description>
			<content:encoded><![CDATA[<p>In Windows Vista it might at a first glance appear to be tricky to automatically enable File and Printer sharing and Network discovery. However it is actually very easy when you know what to type. The “netsh” command comes in handy here, and you can use the below strings in a script to enable it on many clients automatically.</p>
<p>To enable File and Printer sharing you run the command:</p>
<p><font color="#808080">netsh firewall set service type=fileandprint mode=enable profile=all</font></p>
<p>To enable Network discovery you run the command:</p>
<p><font color="#808080">netsh advfirewall firewall set rule group=&#8221;network discovery&#8221; new enable=yes</font></p>
<p>Please note that you can change which profile you want to apply the changes for.</p>
<p>EDIT: First and foremost, I accidently added the &#8220;profile=all&#8221; to the Network Discovery string which is totally incorrect, as Network discovery is enabled for all profiles when this command is run. Second, if you are using Windows in another language than English you will have to adjust &#8220;network discovery&#8221; to what it is called in your localized language. For instance on the Swedish version of Vista it would be:</p>
<p><font color="#808080">netsh advfirewall firewall set rule group=&#8221;nätverksidentifiering&#8221; new enable=yes</font></p>
<p><font color="#808080"><font color="#000000">EDIT 2:</font> </font><font color="#000000">The network discovery script only work with Windows Vista with Service Pack 1.</font></p>
]]></content:encoded>
			<wfw:commentRss>http://www.theexperienceblog.com/2008/02/14/script-for-enabling-network-discovery-and-file-and-printer-sharing-in-vista/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Vista SP1 change causes Kerberos problems</title>
		<link>http://www.theexperienceblog.com/2007/10/14/vista-sp1-change-causes-kerberos-problems/</link>
		<comments>http://www.theexperienceblog.com/2007/10/14/vista-sp1-change-causes-kerberos-problems/#comments</comments>
		<pubDate>Sun, 14 Oct 2007 13:27:30 +0000</pubDate>
		<dc:creator>Andreas Stenhall</dc:creator>
				<category><![CDATA[Beta]]></category>
		<category><![CDATA[Kerberos]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Vista Service Pack 1]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.theexperienceblog.com/2007/10/14/vista-sp1-change-causes-kerberos-problems/</guid>
		<description><![CDATA[After installing SP1 I can no longer access my network shares which contain my Documents. After contacting Microsoft they have concluded that there actually is a change in the way Windows Vista SP1 handle Kerberos communication. The changes affect only when you use Active Directory to store accounts which is then mapped using altSecurityIdentity to [...]]]></description>
			<content:encoded><![CDATA[<p>After installing SP1 I can no longer access my network shares which contain my Documents. After contacting Microsoft they have concluded that there actually is a change in the way Windows Vista SP1 handle Kerberos communication. The changes affect only when you use Active Directory to store accounts which is then mapped using altSecurityIdentity to use the password from an external Kerberos server. In my case we are using a Heimdal Kerberos server but the problem might affect users of MIT Kerberos as well. Logging in to the Windows system itself is not a problem, the only problem seems to be when accessing file shares (using CIFS).</p>
<p>Until the Heimdal Kerberos is patched to solve this problem there is a work around for the problem. On the client computer you have to add a registry key with your domain name and then add a REG_SZ value named &#8220;SpnMappings&#8221; with the value &#8220;.your.domain.com&#8221; in the registry key below:</p>
<pre>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\
Kerberos\HostToRealm\YOUR.DOMAIN.COM</pre>
<p>After restarting the computer you can access the network share as expected.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.theexperienceblog.com/2007/10/14/vista-sp1-change-causes-kerberos-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

