<?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>Thomas Maurer (tm) &#187; WSS</title>
	<atom:link href="http://www.thomasmaurer.ch/tag/wss/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thomasmaurer.ch</link>
	<description>Just another private cloud weblog</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:10:45 +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>Sharepoint 2007 or WSS 3.0 export/import</title>
		<link>http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/</link>
		<comments>http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 09:47:43 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Export]]></category>
		<category><![CDATA[Import]]></category>
		<category><![CDATA[Microsoft Office 2010]]></category>
		<category><![CDATA[MS]]></category>
		<category><![CDATA[STSADMIN]]></category>
		<category><![CDATA[STSADMIN.EXE]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=426</guid>
		<description><![CDATA[How to do a Sharepoint site export: stsadm -o export -url http://sharepointsite -filename c:\backup\sharepointsite.bak -includeusersecurity -versions 4 -nofilecompression Hot to do a Sharepoint site import: stsadm –o import –url http://sharepointsite -filename c:\backup\sharepointsite.bak –includeusersecurity More information to stsadm: C:\&#62;stsadm -help export stsadm.exe &#8230; <a href="http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/" data-count="horizontal" data-text="Sharepoint 2007 or WSS 3.0 export/import" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2010%2F02%2Fsharepoint-2007-or-wss-3-0-exportimport%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>How to do a Sharepoint site export:</p>
<blockquote>
<ul>
<li><code>stsadm -o export -url http://sharepointsite -filename c:\backup\sharepointsite.bak -includeusersecurity -versions 4 -nofilecompression</code></li>
</ul>
</blockquote>
<p>Hot to do a Sharepoint site import:</p>
<blockquote>
<ul>
<li><code>stsadm –o import –url http://sharepointsite -filename c:\backup\sharepointsite.bak –includeusersecurity</code></li>
</ul>
</blockquote>
<p>More information to stsadm:</p>
<blockquote>
<pre><code>C:\&gt;stsadm -help export

stsadm.exe -o export
           -url &lt;URL to be exported&gt;
           -filename &lt;export file name&gt;
               [-overwrite]
           [-includeusersecurity]
           [-haltonwarning]
           [-haltonfatalerror]
           [-nologfile]
           [-versions &lt;1-4&gt;
               1 - Last major version for files and list items (default)
               2 - The current version, either the last major or the last minor
               3 - Last major and last minor version for files and list items
               4 - All versions for files and list items]
           [-cabsize &lt;integer from 1-1024 megabytes&gt; (default: 25)]
           [-nofilecompression]
           [-quiet]</code></pre>
<pre><span style="font-family: monospace, Monaco, 'Courier New', Courier, monospace;">
<pre><code>C:\&gt;stsadm -help import

stsadm.exe -o import
           -url &lt;URL to import to&gt;
           -filename &lt;import file name&gt;
           [-includeusersecurity]
           [-haltonwarning]
           [-haltonfatalerror]
           [-nologfile]
           [-updateversions &lt;1-3&gt;
               1 - Add new versions to the current file (default)
               2 - Overwrite the file and all its versions (delete then insert)
               3 - Ignore the file if it exists on the destination]
           [-nofilecompression]
           [-quiet]</code></pre>
<pre><span style="font-family: monospace, Monaco, 'Courier New', Courier, monospace;">
</span></pre>
<p></span></pre>
</blockquote>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-426"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2010/02/sharepoint-2007-or-wss-3-0-exportimport/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Problem with NTLM Authentication with IE8 on Windows Server 2008</title>
		<link>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/</link>
		<comments>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/#comments</comments>
		<pubDate>Tue, 21 Jul 2009 18:50:56 +0000</pubDate>
		<dc:creator>Thomas Maurer</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sharepoint]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Windows Server 2008]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Authentications]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Local]]></category>
		<category><![CDATA[NTLM]]></category>
		<category><![CDATA[windows server 2008]]></category>
		<category><![CDATA[WSS]]></category>
		<category><![CDATA[WSS 3.0]]></category>

		<guid isPermaLink="false">http://www.thomasmaurer.ch/?p=323</guid>
		<description><![CDATA[After I installed a Sharepoint (WSS 3.0) test environment and created a new Site Collection, I tried to logon on to a new Site Collection. But the login didnt work. After I spend some hours checking the whole configuration of &#8230; <a href="http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic --><div class='dd_post_share'><div class='dd_buttons'><div class='dd_button'><script type='text/javascript' src='https://apis.google.com/js/plusone.js'></script><g:plusone size='small' href='http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/'></g:plusone></div><div class='dd_button'><a href="http://twitter.com/share" class="twitter-share-button" data-url="http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/" data-count="horizontal" data-text="Problem with NTLM Authentication with IE8 on Windows Server 2008" data-via="thomasmaurer" ></a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></div><div class='dd_button'><iframe src='http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.thomasmaurer.ch%2F2009%2F07%2Fproblem-with-ntlm-authentication-with-ie8-on-windows-server-2008%2F&amp;locale=en_US&amp;layout=button_count&amp;action=like&amp;width=92&amp;height=20&amp;colorscheme=light' scrolling='no' frameborder='0' style='border:none; overflow:hidden; width:92px; height:20px;' allowTransparency='true'></iframe></div></div><div style='clear:both'></div></div><div style='clear:both'></div><p>After I installed a <a href="http://office.microsoft.com/de-ch/sharepointtechnology/">Sharepoint (WSS 3.0)</a> test environment and created a new Site Collection, I tried to logon on to a new Site Collection. But the login didnt work. After I spend some hours checking the whole configuration of IIS7 and AD on a Windows Server 2008 I finally found the problem and the solution here:</p>
<blockquote><p><a href="http://ppalakollu.blogspot.com/2009/04/ie-8-ntlm-authentication-on-windows.html">http://ppalakollu.blogspot.com/2009/04/ie-8-ntlm-authentication-on-windows.html</a></p>
<p>If you are using host headers to resolve the websites, then you might have seen the following issue with NTLM authenticated sites on IE 8. When you access the websites on a machine other than the one where it is hosted, you will be able to get to the sites.<br />
Once you RDP onto the server and try to connect to the website, it will prompt for your windows credentials and will get an access denied message. This problem occurs because Windows includes a loopback check security feature that helps prevent reflection attacks on your computer(Probably some kind of security change has been made in IE8 related to this feature). Therefore, authentication fails if the FQDN or the custom host header that you use does not match the local computer name.</p>
<p><strong>Resolution:</strong> Disable the loopback check</p>
<ul>
<li>Click Start, click Run, type regedit, and then click OK.</li>
<li>In Registry Editor, locate and then click the following registry key:<br />
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa</li>
<li>Right-click Lsa, point to New, and then click DWORD Value.</li>
<li>Type DisableLoopbackCheck, and then press ENTER.</li>
<li>Right-click DisableLoopbackCheck, and then click Modify.</li>
<li>In the Value data box, type 1, and then click OK.</li>
</ul>
<li>Quit Registry Editor, and then restart your computer.</li>
</blockquote>
<div>I did not try the registry modification, I just installed Mozilla Firefox and it worked without any problems.I really hate to install software like these on a server, but I also hate to do registry &#8220;hacks&#8221; as well.</div>
<!-- Social Buttons Generated by Digg Digg plugin v4.5.3.4, 
    Author : Yong Mook Kim
    Website : http://www.diggdigg2u.com --><div class="shr-publisher-323"></div><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic -->]]></content:encoded>
			<wfw:commentRss>http://www.thomasmaurer.ch/2009/07/problem-with-ntlm-authentication-with-ie8-on-windows-server-2008/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

