<?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; 2008</title>
	<atom:link href="http://blog.tanist.co.uk/tag/2008/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>Fri, 03 Feb 2012 00:23:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<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>9</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 &#8217;0x8000ffff 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>6</slash:comments>
		</item>
	</channel>
</rss>

