<?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>Insert name here &#187; Windows Server</title>
	<atom:link href="http://blog.tanist.co.uk/category/windows-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tanist.co.uk</link>
	<description>Web development and general IT snippets, possibly some other irrelevant things too.</description>
	<lastBuildDate>Thu, 22 Apr 2010 13:35:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Getting clients to register in SAV (Symantec Antivirus 10.2)</title>
		<link>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/</link>
		<comments>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/#comments</comments>
		<pubDate>Mon, 28 Sep 2009 20:19:34 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2003]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=182</guid>
		<description><![CDATA[I&#8217;ve come across this one a few times now so it&#8217;s about time to post about it.
For whatever reason, it&#8217;s quite possible to end up with a Symantec AntiVirus client which isn&#8217;t talking to the server &#8211; You may have accidentally uninstalled Symantec AV from you&#8217;re server, reinstalled the server or moved it on to [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come across this one a few times now so it&#8217;s about time to post about it.</p>
<p>For whatever reason, it&#8217;s quite possible to end up with a Symantec AntiVirus client which isn&#8217;t talking to the server &#8211; You may have accidentally uninstalled Symantec AV from you&#8217;re server, reinstalled the server or moved it on to another server. So how do you get those SAV clients to re-register in the console?</p>
<p>Well, I decided to use a logon script to sort out a number of clients in one hit. Download the following av-fix batch file:</p>
<p>Download: <a rel="attachment wp-att-183" href="http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/av-fix/">av-fix</a>.bat</p>
<p>In the case of SBS 2003 &#8211; you need to place this file in the netlogon folder. Once in place, open up the file and place your Symantec server name in the correct place, replacing &#8220;\\yourserver&#8221;.</p>
<p>To make the logon script silent, I decided to use a small program called hstart. Download it from <a href="http://www.ntwind.com/software/utilities/hstart.html">here</a> and place in the netlogon folder. My script uses the widely available robocopy, so get yourself a copy of that and place it in the same folder.</p>
<p>Now, from your main logon batch script you just need to insert the following line:</p>
<p>hstart /NOCONSOLE &#8220;av-fix.bat&#8221;</p>
<p>This executes the batch file in hidden mode (the user won&#8217;t notice anything)</p>
<p>The av-fix.bat file places a grc.dat in the correct place on your client machines. It also updates the pki directory.</p>
<p>It&#8217;s tested to work on XP (but I&#8217;m unsure about Vista&#8230;)</p>
<p>Sit back and watch the Symantec Console repopulate as the clients login. Beautiful! I hope you find it useful!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/09/getting-clients-to-register-in-sav-symantec-antivirus-10-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Crash/Hang under VirtualBox on MacOS</title>
		<link>http://blog.tanist.co.uk/2009/06/outlook-2007-crashhang-under-virtualbox-on-macos/</link>
		<comments>http://blog.tanist.co.uk/2009/06/outlook-2007-crashhang-under-virtualbox-on-macos/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 09:45:01 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[XP]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[hang]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[outlook 2007]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=167</guid>
		<description><![CDATA[I recently installed a Windows XP virtual machine under MacOS using virtualbox, only to discover that Outlook 2007 would hang when opened (unable to connect to exchange). It seems the issue has been documented in the following ticket but no resolution has been posted. Outlook 2003 seems to works without a problem.
Update: I&#8217;ve discovered that [...]]]></description>
			<content:encoded><![CDATA[<p>I recently installed a Windows XP virtual machine under MacOS using virtualbox, only to discover that Outlook 2007 would hang when opened (unable to connect to exchange). It seems the issue has been documented in the following <a href="http://www.virtualbox.org/ticket/4150">ticket</a> but no resolution has been posted. Outlook 2003 seems to works without a problem.</p>
<p>Update: I&#8217;ve discovered that Outlook 2007 works fine if you switch the networking options in virtualbox from &#8220;NAT&#8221; to &#8220;Bridged&#8221;. It also fixed some other issues I was having (mapped network drives and group policy didn&#8217;t get applied. For reference the domain controller is a Windows 2008 SBS server.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/06/outlook-2007-crashhang-under-virtualbox-on-macos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet time tab missing in server 2008</title>
		<link>http://blog.tanist.co.uk/2009/04/internet-time-tab-missing-in-server-2008/</link>
		<comments>http://blog.tanist.co.uk/2009/04/internet-time-tab-missing-in-server-2008/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 09:42:31 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[internet time]]></category>
		<category><![CDATA[missing]]></category>
		<category><![CDATA[tab]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=151</guid>
		<description><![CDATA[Just noticed that all the computer clocks on a network were 5 minutes out. Went to the server (Windows Server 2008 Standard), to check the internet time synchronisation only to find that the usual Internet time tab on the clock/date control panel was completely missing. I didn&#8217;t bother investigating exactly why this is, but found [...]]]></description>
			<content:encoded><![CDATA[<p>Just noticed that all the computer clocks on a network were 5 minutes out. Went to the server (Windows Server 2008 Standard), to check the internet time synchronisation only to find that the usual Internet time tab on the clock/date control panel was completely missing. I didn&#8217;t bother investigating exactly why this is, but found the following solution.</p>
<blockquote><p>w32tm /config /syncfromflags:MANUAL /manualpeerlist:time.nist.gov<br />
w32tm /config /update</p></blockquote>
<p>Obviously you can use your preferred time server instead of time.nist.gov, but run these two commands and wait a few minutes, and you should see your clock correct itself. The process will show &#8216;time-service&#8217; events in the system event log to confirm your changes.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/04/internet-time-tab-missing-in-server-2008/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Ikea Home Planner error</title>
		<link>http://blog.tanist.co.uk/2009/03/ikea-home-planner-error/</link>
		<comments>http://blog.tanist.co.uk/2009/03/ikea-home-planner-error/#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:07:53 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2d]]></category>
		<category><![CDATA[cad]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[ikea]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=144</guid>
		<description><![CDATA[A teacher at a school we work for recently found the free Ikea Home Planner software. It looks like a great bit of software to help children learn about 2D measurements and design. We decided to install it on the school network, however, we came across one major problem. The software would not run unless [...]]]></description>
			<content:encoded><![CDATA[<p>A teacher at a school we work for recently found the free Ikea Home Planner software. It looks like a great bit of software to help children learn about 2D measurements and design. We decided to install it on the school network, however, we came across one major problem. The software would not run unless the user was an administrator, instead quitting with the following error:</p>
<blockquote><p>The application stops due to an unforeseen situation, for example an error in the database.</p></blockquote>
<p>It turns out that the application tries to write to various files that are installed in Program Files, which of course normal users do not have access to. Obviously giving the entire userbase rights to modify things in this way was out of the question, so we decided to try some other methods. We have a &#8217;software&#8217; share on one of the servers for software that can be run directly from an installation directory, so we tried that. The same problem existed, as users were still not able to write to the install directory.</p>
<p>In the end, our solution was to create a new share, to which users have write (update) access, as we did not want to compromise the existing software setup, when everything was running smoothly. Once we had shared the software in a user writable directory (and published it in the form of a shortcut on the default desktop), everything worked!</p>
<p>It would be nice to see an update to the software to allow it to run without administrator rights, as I am sure there are situtations where a solution like ours would not be feasible.</p>
<p><strong>Update 24/03/2009:<br />
</strong>We have found that although this solves the problem of running the software, it does not allow you to run more than one instance at a time &#8211; useless for a network application like this one. The software must be putting a lock on its files, very annoying!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/03/ikea-home-planner-error/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Deploy PhotoScape via Group Policy</title>
		<link>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/</link>
		<comments>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 10:37:12 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[manipulation]]></category>
		<category><![CDATA[photoscape]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[script]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=120</guid>
		<description><![CDATA[PhotoScape is a really nice, simple, easy to use bit of FREE photo editing software. It offers a lot of basic features without ever complicating matters &#8211; ideal for people just learning to play with their photos, or anyone who just doesn&#8217;t want the hassle of having to learn a more complex piece of software.
To [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.photoscape.org">PhotoScape</a> is a really nice, simple, easy to use bit of FREE photo editing software. It offers a lot of basic features without ever complicating matters &#8211; ideal for people just learning to play with their photos, or anyone who just doesn&#8217;t want the hassle of having to learn a more complex piece of software.</p>
<p>To deploy this via group policy, you will need to use a startup script, as it is not possible to extract an MSI to use with the usual method. However it&#8217;s a really simple script so should be no problem to get it up and running.</p>
<p>Just share the installer executable somewhere on your server (we usually have a shared software directory for this purpose), and add the following to a startup script (replacing the path with the correct one for your situation, of course)&#8230;</p>
<blockquote><p>&#8220;\\SVR\Software\PhotoScapeInstall\setup.exe&#8221; /S</p></blockquote>
<p>Note the upper-case S in the switch &#8211; it will not function with a lower-case S. This will install desktop and quick-launch shortcuts, which unfortunately there seems to be no way around. However, a good point is that it does not install Google Toolbar, which is an option selected by default if you use the wizard install.</p>
<p>Have fun!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2009/01/deploy-photoscape-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vista Hangs on Logon, very slow at Welcome Screen</title>
		<link>http://blog.tanist.co.uk/2008/12/vista-hangs-on-logon-very-slow-at-welcome-screen/</link>
		<comments>http://blog.tanist.co.uk/2008/12/vista-hangs-on-logon-very-slow-at-welcome-screen/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 21:49:36 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Vista]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[logon]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[slow]]></category>
		<category><![CDATA[verbose status messages]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=51</guid>
		<description><![CDATA[We had this problem on our Vista machines in the office whereby they would get stuck during the logon process. We couldn&#8217;t for the life of us pinpoint the problem, as the logon information is very vague. Then I remembered a neat feature from XP which is also available in Vista. The key was to enabled Verbose [...]]]></description>
			<content:encoded><![CDATA[<p>We had this problem on our Vista machines in the office whereby they would get stuck during the logon process. We couldn&#8217;t for the life of us pinpoint the problem, as the logon information is very vague. Then I remembered a neat feature from XP which is also available in Vista. The key was to enabled Verbose logon information to find out what exactly was going on:</p>
<p>If you are using a stand-alone computer or if you want to enable verbose status messages on only one computer, follow these steps:</p>
<ol>
<li>Click Start, and then click Run.</li>
<li>In the Open box, type gpedit.msc, and then click OK.</li>
<li>Expand Computer Configuration, expand Administrative Templates, and then click System.</li>
<li>In the right pane, double-click Verbose vs normal status messages.</li>
<li>Click Enabled, and then click OK.</li>
<li>Close Group Policy Object Editor, and then click OK.</li>
</ol>
<p>Run a gpupdate /force if you can. After doing this, we noticed our machines were hanging at the printers group policy. After disabling the offending printer policy, logon worked fine again. As techies we decided to leave Verbose Status Messages switched on, as it can actually be very useful. Check out Chris&#8217;s previous post for more on our <a href="http://blog.tanist.co.uk/2008/11/deploying-printers-from-x64-servers-to-x86-clients/">printer issues</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/12/vista-hangs-on-logon-very-slow-at-welcome-screen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unrecognized configuration section &#8216;connectionStrings&#8217;</title>
		<link>http://blog.tanist.co.uk/2008/12/unrecognized-configuration-section-connectionstrings/</link>
		<comments>http://blog.tanist.co.uk/2008/12/unrecognized-configuration-section-connectionstrings/#comments</comments>
		<pubDate>Thu, 25 Dec 2008 21:37:34 +0000</pubDate>
		<dc:creator>Henry</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[dot]]></category>
		<category><![CDATA[framework]]></category>
		<category><![CDATA[iis]]></category>
		<category><![CDATA[net]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=80</guid>
		<description><![CDATA[A few weeks back I was working on setting up an ASP application which I knew very little about. Having setup IIS I encountered the follow error message:

Server Error in &#8216;/&#8217; Application. 
 
Configuration Error 
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal; page-break-after: avoid;">A few weeks back I was working on setting up an ASP application which I knew very little about. Having setup IIS I encountered the follow error message:</p>
<blockquote>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal; page-break-after: avoid;"><strong><span style="font-size: 24pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Server Error in &#8216;/&#8217; Application. </span></strong></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal; page-break-after: avoid;"><strong><em><span style="font-size: 18pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;">Configuration Error</span></em></strong><strong><span style="font-size: 18pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></strong></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Description: </span></strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.</span></p>
<p><strong>Parser Error Message: </strong>Unrecognized configuration section &#8216;connectionStrings&#8217;</p>
<p><strong>Source Error:</strong><br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></p>
<table class="MsoNormalTable" style="border-collapse: collapse;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td style="padding: 0cm 0.5pt; background: yellow none repeat scroll 0% 0%; width: 468pt;" width="624">
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;"> </span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Line   20:<span> </span></span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Line   21:<span> </span>&lt;/appSettings&gt;</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;"><span style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: red;">Line 22:<span> </span>&lt;connectionStrings&gt;</span></p>
<p class="MsoNormal" style="margin-bottom: 0.0001pt; line-height: normal;">
</td>
</tr>
</tbody>
</table>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"><br />
<strong>Source File: </strong>D:\home\Default\website.com\htdocs\web.config<strong> Line: </strong>22<br />
<!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><span style="font-size: 12pt; font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;"> </span></p>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;"><strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;">Version Information:</span></strong><span style="font-size: 12pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;;"> Microsoft .NET Framework Version:1.1.4322.2379; ASP.NET Version:1.1.4322.2379 </span></p>
</blockquote>
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;">
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;">
<p class="MsoNormal" style="margin: 5pt 0cm; line-height: normal;">Well, it turns out this is what happens if you try and run an ASP.NET 2.0 application using ASP.NET 1.1. So just follow these quick steps to cure the problem:</p>
<ol>
<li>Click Start</li>
<li>Click Run</li>
<li>Type inetmgr (or open the IIS manager from the admin tools)</li>
<li>Expand the server object</li>
<li>Expand Default Websites</li>
<li>Select your website, eg website.com</li>
<li>Right click and go to Properties</li>
<li>Select ASP.Net Tab</li>
<li>ASP.Net version select version 2</li>
</ol>
<p>If this option isn&#8217;t available make sure you have the dotnet framework 2.0 installed. Problem solved!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/12/unrecognized-configuration-section-connectionstrings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy Pivot Stickfigure Animator via Group Policy</title>
		<link>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/</link>
		<comments>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 10:53:47 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[Group Policy]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[animator]]></category>
		<category><![CDATA[deployment]]></category>
		<category><![CDATA[group]]></category>
		<category><![CDATA[pivot]]></category>
		<category><![CDATA[policy]]></category>
		<category><![CDATA[script]]></category>
		<category><![CDATA[stickfigure]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=64</guid>
		<description><![CDATA[An easy one, this. Infact, it seems far too easy. Just share Pivot&#8217;s setup.exe in some folder on your server, and add the following to a startup script attached to your GPO (with the correct server name and share paths applied, of course).
\\SVR\Share\Path\setup.exe /quiet
That&#8217;s it! It installs near instantaneously on newer machines as well &#8211; [...]]]></description>
			<content:encoded><![CDATA[<p>An easy one, this. Infact, it seems far too easy. Just share Pivot&#8217;s setup.exe in some folder on your server, and add the following to a startup script attached to your GPO (with the correct server name and share paths applied, of course).</p>
<blockquote><p>\\SVR\Share\Path\setup.exe /quiet</p></blockquote>
<p>That&#8217;s it! It installs near instantaneously on newer machines as well &#8211; well done that man.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/11/deploy-pivot-stickfigure-animator-via-group-policy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>_sbs_netsetup doesn&#8217;t log off</title>
		<link>http://blog.tanist.co.uk/2008/11/_sbs_netsetup-doesnt-log-off/</link>
		<comments>http://blog.tanist.co.uk/2008/11/_sbs_netsetup-doesnt-log-off/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 08:27:07 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[domain addition]]></category>
		<category><![CDATA[sbs]]></category>
		<category><![CDATA[setup]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=40</guid>
		<description><![CDATA[We&#8217;ve been having lots of fun (or not) installing our action pack version of Small Business Server 2008. All of our client machines need to be disconnected from the old domain and then re-connected to the new one. We decided NOT to use the new 2008 migration tool for reasons which I wont go into [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been having lots of fun (or not) installing our action pack version of Small Business Server 2008. All of our client machines need to be disconnected from the old domain and then re-connected to the new one. We decided NOT to use the new 2008 migration tool for reasons which I wont go into here, so are having to migrate manually.</p>
<p>When connecting a computer via the SBS connection wizard (found at the URL http://connect) by default, we found that when the _sbs_netsetup user logs on, that it does not log off again, and any attempt to log off manually just causes it to automatically log back on.</p>
<p>To solve this we needed to grant local administrator rights to the local user _sbs_netsetup. Obviously as the user is currently logged on and you cannot log off in order to log back on as an administrator, it is not possible to do this on the local machine. To do this, follow these steps:</p>
<blockquote>
<ol>
<li>Run MMC on your server</li>
<li>Add computer management snap-in and set it to manage the computer in question</li>
<li>Browse to Local Users and Groups / Users</li>
<li>Add _sbs_netsetup to the Administrators group</li>
<li>Log off the local machine</li>
</ol>
</blockquote>
<p>Now the SBS setup process should complete as normal and you should end up with a machine connected to your domain and ready to go!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/11/_sbs_netsetup-doesnt-log-off/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploying printers from x64 servers to x86 clients</title>
		<link>http://blog.tanist.co.uk/2008/11/deploying-printers-from-x64-servers-to-x86-clients/</link>
		<comments>http://blog.tanist.co.uk/2008/11/deploying-printers-from-x64-servers-to-x86-clients/#comments</comments>
		<pubDate>Tue, 04 Nov 2008 11:21:06 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[2008]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[deploy]]></category>
		<category><![CDATA[group policy]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[printer]]></category>
		<category><![CDATA[sbs]]></category>
		<category><![CDATA[x64]]></category>
		<category><![CDATA[x86]]></category>

		<guid isPermaLink="false">http://blog.tanist.co.uk/?p=43</guid>
		<description><![CDATA[Ah, the fun with SBS 2008 continues. Today we noticed that one of the printers (an HP Laserjet 2300) we had added to the server for deployment via group policy CSE (client side extensions), was not installing on any clients. This included both x86 Vista and XP machines. The error we were receiving in the [...]]]></description>
			<content:encoded><![CDATA[<p>Ah, the fun with SBS 2008 continues. Today we noticed that one of the printers (an HP Laserjet 2300) we had added to the server for deployment via group policy CSE (client side extensions), was not installing on any clients. This included both x86 Vista and XP machines. The error we were receiving in the event log is as follows:</p>
<blockquote><p>The user &#8216;HP LaserJet 2300 Series PCL 6&#8242; preference item in the &#8216;Common {&lt;id&gt;}&#8217; Group Policy object did not apply because it failed with error code &#8216;0&#215;8000ffff Catastrophic failure&#8217; This error was suppressed.</p></blockquote>
<p>This error is not very helpful as you can see, and infact turned out to be that the driver for the printer was not available. This led us into another issue &#8211; that of installing x86 drivers on the server to be available for clients when they connect.</p>
<p>Initially, we thought this would be easy. &#8220;Oh, just go into sharing and tick the x86 box in additional drivers&#8221;, we thought. Having tried to do that it turned out to be a lot more complex than it should be. Ticking this box will ask you to browse to find the x86 version of the x64 driver you currently have installed &#8211; easy. Then it will ask you to &#8216;please provide path to windows media (x86 processor)&#8217; &#8211; OK, that&#8217;s doable?</p>
<p>It seems to be looking for the file ntprint.inf, and wanted to look on a CD-ROM, in the I386 folder by default. So, recognising the folder name we stuck in the XP pro disc, thinking we would be off, but alas, it tries to load the file and then gives the same prompt again! I then decided to search my own workstation (Vista Ultimate x86) for the the file and found the following directory to contain it, as well as an I386 folder.</p>
<blockquote><p>C:\Windows\System32\DriverStore\FileRepository\ntprint.inf_xxxxxx</p></blockquote>
<p>I copied the contents of this directory to the same directory on the server which holds the x86 version of the driver in question, and then went into sharing and ticked the x86 box once more. It again asked for the path to the driver, but this time did not prompt asking for the additional media!</p>
<p>So, in conclusion, it seems you need both your x64 server and an x86 client available in order to get the driver installed, for our printer at least.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tanist.co.uk/2008/11/deploying-printers-from-x64-servers-to-x86-clients/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
