<?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>Steve Glendinning &#187; Microsoft</title>
	<atom:link href="http://www.steveglendinning.com/tag/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.steveglendinning.com</link>
	<description></description>
	<lastBuildDate>Fri, 06 Nov 2009 10:26:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Windows Vista Complete Backup</title>
		<link>http://www.steveglendinning.com/2009/02/12/windows-vista-complete-backup/</link>
		<comments>http://www.steveglendinning.com/2009/02/12/windows-vista-complete-backup/#comments</comments>
		<pubDate>Thu, 12 Feb 2009 13:34:32 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/?p=56</guid>
		<description><![CDATA[I just discovered the Complete PC Backup feature of Vista, and I&#8217;m very impressed!  This is included in the  Business, Enterprise and Ultimate editions (not the home editions).  It takes full drive image backups which can be restored by booting a standard Vista install DVD.
There&#8217;s a simple GUI to kick a backup off (backup and [...]]]></description>
			<content:encoded><![CDATA[<p>I just discovered the Complete PC Backup feature of Vista, and I&#8217;m very impressed!  This is included in the  Business, Enterprise and Ultimate editions (not the home editions).  It takes full drive image backups which can be restored by booting a standard Vista install DVD.</p>
<p>There&#8217;s a simple GUI to kick a backup off (backup and restore center), but unfortunately it&#8217;s rather restrictive.  It only lets you backup to a directly attached hard disk (e.g. USB) or to DVDs.  Fortunately the underlying engine DOES support backing up to a network file share.</p>
<p>To kick off a one-off backup, start an elevated command prompt (Start menu, Accessories, right click &#8220;command prompt&#8221; and select &#8220;Run as Administrator&#8221;) and type the following:</p>
<blockquote><p>wbadmin start backup -allCritical -backupTarget:\\SERVER\SHARE -include:C: -vssFull</p></blockquote>
<p>replacing \\SERVER\SHARE with the path to your network share location.  It&#8217;ll ask if you&#8217;re sure and then display its backup progress.  When it&#8217;s finished you should see it&#8217;s created a folder called WindowsImageBackup\MachineName on your backup share.  If you dig under this folder you can find it stores the entire backup in a .vhd file (virtual hard disk, also used by Microsoft&#8217;s virtualisation products).</p>
<p>You can schedule backups to run regularly using the task scheduler to call the command above, and adding &#8220;-quiet&#8221; to stop it prompting.  There&#8217;s a <a href="http://maximumpcguides.com/windows-vista/schedule-a-complete-pc-backup/">full guide to scheduling complete pc backups here</a>.</p>
<p>EDIT: Apparently this is all <a href="http://www.istartedsomething.com/20081110/windows-7-to-allow-pc-backups-to-network-share/">fixed in Windows 7</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2009/02/12/windows-vista-complete-backup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to stop Vista waking up from sleep</title>
		<link>http://www.steveglendinning.com/2008/10/27/how-to-stop-vista-waking-up-from-sleep/</link>
		<comments>http://www.steveglendinning.com/2008/10/27/how-to-stop-vista-waking-up-from-sleep/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 09:57:18 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Vista]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/?p=54</guid>
		<description><![CDATA[One of the features of Vista that I really like is it&#8217;s &#8220;sleep&#8221;.  Unlike XP, which usually used S1 sleep, Vista puts the system into the much lower power S3 state.  On my Core2Quad workstation, this takes the power usage down to 3W (from ~62W running at idle).  To put this into perspective, the power [...]]]></description>
			<content:encoded><![CDATA[<p>One of the features of Vista that I really like is it&#8217;s &#8220;sleep&#8221;.  Unlike XP, which usually used S1 sleep, Vista puts the system into the much lower power S3 state.  On my Core2Quad workstation, this takes the power usage down to 3W (from ~62W running at idle).  To put this into perspective, the power usage when the system is fully shut down is ~2W, but wakeup is MUCH quicker than a full boot.</p>
<p>Vista allows you to configure which hardware sources can wake up the system from sleep, so for example you can enable or disable Wake On Lan.  It also allows software to schedule a wakeup, and Media Centre is one such beast.  Ever since I started playing with Media Centre, the system has randomly woken up from sleep (and not returned to sleep afterwards), which kinda defeats the purpose of sleep!</p>
<p>It&#8217;s quite easy to find out the source of the most recent wakeup (powercfg /lastwake), but this lists all software sources as &#8220;RTC&#8221;.  It doesn&#8217;t identify *which* process (or scheduled task) was responsible.</p>
<p>I found one solution over at <a title="disable vista software wake from sleep" href="http://thegreenbutton.com/forums/8/286420/ShowThread.aspx" target="_blank">thegreenbutton</a> (thanks to mxcrowe):</p>
<blockquote><p>If you do this, your computer will not auto-wake for any reason (s/w reason &#8211; I suppose WOL etc. will still work).  This info was given to me by another poster here on the Green Button:</p>
<p>1. Open a CMD prompt<br />
2. powercfg -setacvalueindex scheme_current sub_sleep bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0<br />
3. powercfg -setdcvalueindex scheme_current sub_sleep bd3b718a-0680-4d9d-8ab2-e1d2b4ac806d 0<br />
4. powercfg -setactive scheme_current</p>
<p>This changes and applies a new power scheme that stops the machine from being woken from sleep. In my case, I have a desktop system and probably didn&#8217;t need to set the DC option, but I did both anyway.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2008/10/27/how-to-stop-vista-waking-up-from-sleep/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to boot Vyatta on Microsoft Virtual PC</title>
		<link>http://www.steveglendinning.com/2008/09/23/how-to-boot-vyatta-on-microsoft-virtual-pc/</link>
		<comments>http://www.steveglendinning.com/2008/09/23/how-to-boot-vyatta-on-microsoft-virtual-pc/#comments</comments>
		<pubDate>Tue, 23 Sep 2008 16:54:05 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Virtualisation]]></category>
		<category><![CDATA[Vyatta]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/?p=49</guid>
		<description><![CDATA[Vyatta 3.0.3 (and its community equivalent VC4) boots fine on Virtual PC, which is really handy for firing up a &#8220;test&#8221; router.  Unfortunately, the latest subscription release 3.1.3 (and probably VC5) fails shortly after the bootloader prompt with this error:
The solution is to pass the linux kernel boot argument noreplace-paravirt.  This is done on the [...]]]></description>
			<content:encoded><![CDATA[<p>Vyatta 3.0.3 (and its community equivalent VC4) boots fine on Virtual PC, which is really handy for firing up a &#8220;test&#8221; router.  Unfortunately, the latest subscription release 3.1.3 (and probably VC5) fails shortly after the bootloader prompt with this error:</p>
<div id="attachment_51" class="wp-caption alignnone" style="width: 310px"><a href="http://www.steveglendinning.com/wp-content/uploads/2008/09/vyatta-virtual-pc-fail.png"><img class="size-medium wp-image-51" title="Vyatta Virtual PC Fail" src="http://www.steveglendinning.com/wp-content/uploads/2008/09/vyatta-virtual-pc-fail-300x117.png" alt="Vyatta Virtual PC boot error" width="300" height="117" /></a><p class="wp-caption-text">Vyatta Virtual PC boot error</p></div>
<p>The solution is to pass the linux kernel boot argument <strong>noreplace-paravirt</strong>.  This is done on the live CD by typing &#8220;<strong>live noreplace-paravirt</strong>&#8221; and pressing enter (instead of simply pressing enter or waiting for the CD to automatically boot).</p>
<p>When you&#8217;ve installed to the virtual hard disk (using the install-system command), you&#8217;ll find it displays the same error.  To boot the first time you&#8217;ll need to press Escape to access the grub menu, then press &#8220;e&#8221; to edit the default entry.  Add the word <strong>noreplace-paravirt</strong> to the end of the line (after &#8220;console=tty0&#8243;) and press ctrl-x to boot.</p>
<p>When you get the login prompt, you can log in as root and edit the grub config file (<strong>nano /boot/grub/grub.cfg</strong>) to add the option to the command line permanently.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2008/09/23/how-to-boot-vyatta-on-microsoft-virtual-pc/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Orange Samsung i200 missing MSN Messenger</title>
		<link>http://www.steveglendinning.com/2008/09/16/orange-samsung-i200-missing-msn-messenger/</link>
		<comments>http://www.steveglendinning.com/2008/09/16/orange-samsung-i200-missing-msn-messenger/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 11:38:32 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Work]]></category>
		<category><![CDATA[activesync]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[mobile phone]]></category>
		<category><![CDATA[msn messenger]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/?p=41</guid>
		<description><![CDATA[I&#8217;ve had an Orange Samsung i200 (running Windows Mobile 6.1) for just over a week now, and I have to say I like it! It&#8217;s noticeably more responsive than the Nokia N73 it replaced (TBH i think that mostly illustrates how sluggish the N73 was), and I&#8217;ve *nearly* got used to the different keypad.  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had an Orange <a href="http://www.amazon.co.uk/gp/product/B001CW6C3Y?ie=UTF8&#038;tag=wwwsteveglend-21&#038;linkCode=as2&#038;camp=1634&#038;creative=6738&#038;creativeASIN=B001CW6C3Y">Samsung i200</a><img src="http://www.assoc-amazon.co.uk/e/ir?t=wwwsteveglend-21&#038;l=as2&#038;o=2&#038;a=B001CW6C3Y" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /> (running Windows Mobile 6.1) for just over a week now, and I have to say I like it! It&#8217;s noticeably more responsive than the Nokia N73 it replaced (TBH i think that mostly illustrates how sluggish the N73 was), and I&#8217;ve *nearly* got used to the different keypad.  Honestly, why do all the different manufacturers use a different key for &#8220;space&#8221;?!</p>
<p>Being a Windows Mobile handset, it came loaded with all the expected Microsoft applications&#8230; except one!  It seems Orange have decided to remove the MSN Messenger client, presumably because they&#8217;re worried it&#8217;ll dent their extremely profitable SMS revenue.  And Microsoft no longer makes the client available for download (&#8221;ask your operator for MSN access&#8221;).</p>
<p>After several hours of trawling through forums, I found the nice chaps at xda-developers have many builds of the <a href="http://forum.xda-developers.com/showthread.php?t=334621&#038;page=21">mobile msn client available for download</a> (although you need to register to get access).  Most are for the full PocketPC (PDA) OS, but the file attached to post #202 works on SmartPhones like the i200.</p>
<p>As expected, Pocket Outlook&#8217;s Microsoft Exchange synchronisation works seamlessly, so I now have real-time push email, contacts and calendar sync.  And it&#8217;s actually usable as a phone too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2008/09/16/orange-samsung-i200-missing-msn-messenger/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LINQ to SQL Add and Delete methods renamed</title>
		<link>http://www.steveglendinning.com/2008/01/06/linq-to-sql-add-and-delete-methods-renamed/</link>
		<comments>http://www.steveglendinning.com/2008/01/06/linq-to-sql-add-and-delete-methods-renamed/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 16:41:59 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/2008/01/06/linq-to-sql-add-and-delete-methods-renamed/</guid>
		<description><![CDATA[Now Visual Studio 2008 has been released, I thought I&#8217;d look at the new LINQ functionality.  I followed ScottGu&#8217;s introduction tutorials, but came across a problem.Â  hopefully this post will save others some time!
ScottGu wrote his LINQ tutorials based on the Beta2 release of .NET 3.5.  Between Beta2 and the final RTM, Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>Now Visual Studio 2008 has been released, I thought I&#8217;d look at the new LINQ functionality.  I followed ScottGu&#8217;s introduction tutorials, but came across a problem.Â  hopefully this post will save others some time!</p>
<p>ScottGu wrote his <a href="http://weblogs.asp.net/scottgu/archive/2007/05/19/using-linq-to-sql-part-1.aspx" title="Using LINQ to SQL">LINQ tutorials</a> based on the Beta2 release of .NET 3.5.  Between Beta2 and the final RTM, Microsoft renamed several methods:</p>
<ul>
<li>Add is now InsertOnSubmit</li>
<li>AddAll is now InsertAllOnSubmit</li>
<li>Remove is now DeleteOnSubmit</li>
<li>RemoveAll is now DeleteAllOnSubmit</li>
</ul>
<p>So when I followed Scott&#8217;s 3rd tutorial, I thought the methods were missing.</p>
<p>Of course, if you know where to look, this is all documented in the <a href="http://download.microsoft.com/download/d/7/e/d7eeb256-5789-411c-a367-c9fda05c2b1c/linq_to_sql_beta_2_to_rtm_breaking_changes.docx" title="Linq to SQL Beta2 to RTM breaking changes">Linq to SQL Beta2 to RTM breaking changes</a> document. But that doesn&#8217;t help the huge number of online tutorials already published with the Beta2 naming convention.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2008/01/06/linq-to-sql-add-and-delete-methods-renamed/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Windows Server 2003 DNS serial number problems</title>
		<link>http://www.steveglendinning.com/2008/01/06/windows-server-2003-dns-serial-number-problems/</link>
		<comments>http://www.steveglendinning.com/2008/01/06/windows-server-2003-dns-serial-number-problems/#comments</comments>
		<pubDate>Sun, 06 Jan 2008 15:33:18 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Work]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[SmallBusinessServer]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/2008/01/06/windows-server-2003-dns-serial-number-problems/</guid>
		<description><![CDATA[I&#8217;ve been having a recurring problem with my Windows small business server 2003.  Sometimes when I reboot it, it decrements the serial number of one of its DNS zones.  This causes repeated warnings to be logged on a Linux slave DNS server:
Dec  3 06:53:49 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been having a recurring problem with my Windows small business server 2003.  Sometimes when I reboot it, it decrements the serial number of one of its DNS zones.  This causes repeated warnings to be logged on a Linux slave DNS server:</p>
<p><code>Dec  3 06:53:49 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)<br />
Dec  3 07:03:48 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)<br />
Dec  3 07:11:26 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)<br />
Dec  3 07:21:24 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)<br />
Dec  3 07:29:18 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)<br />
Dec  3 07:37:54 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)<br />
Dec  3 07:47:10 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)<br />
Dec  3 07:56:11 drevil named[2765]: zone 20.0.10.in-addr.arpa/IN: serial number (61) received from master 10.0.20.10#53 &lt; ours (62)</code></p>
<p>The solution is simple: Log onto the windows server, open the DNS management console, find the zone and click &#8220;increment&#8221; a couple of times on the serial number (SOA).  But it&#8217;s very annoying, especially when the damn thing reboots itself every month for patch Tuesday!</p>
<p>It seems this was a documented problem in Windows Server 2000 (fixed in SP4): <a href="http://support.microsoft.com/kb/304653" title="KB304653">http://support.microsoft.com/kb/304653</a>, but I can&#8217;t find any reference to the same problem in Server 2003.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2008/01/06/windows-server-2003-dns-serial-number-problems/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Forefront antivirus standalone installation</title>
		<link>http://www.steveglendinning.com/2007/10/28/microsoft-forefront-antivirus-standalone-installation/</link>
		<comments>http://www.steveglendinning.com/2007/10/28/microsoft-forefront-antivirus-standalone-installation/#comments</comments>
		<pubDate>Sun, 28 Oct 2007 11:37:01 +0000</pubDate>
		<dc:creator>Steve</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.steveglendinning.com/2007/10/28/microsoft-forefront-antivirus-standalone-installation/</guid>
		<description><![CDATA[Forefront Client Security is Microsoft&#8217;s anti-virus product.  It&#8217;s designed to be deployed to entire organisations, integrated into MOM (for reporting) and WSUS (for signature and engine updates).  This is all great but how do you install it in standalone mode on a single PC?!
I had to dig through quite a bit of microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>Forefront Client Security is Microsoft&#8217;s anti-virus product.  It&#8217;s designed to be deployed to entire organisations, integrated into MOM (for reporting) and WSUS (for signature and engine updates).  This is all great but how do you install it in standalone mode on a single PC?!</p>
<p>I had to dig through quite a bit of microsoft deployment guide, but <a href="http://technet.microsoft.com/en-gb/library/bb625083.aspx" title="Forefront Client Security deployment guide">I found the answer</a>: it is possible.</p>
<p>Open up a command prompt (&#8221;run as administrator&#8221; if you&#8217;re running vista), change directory to the CLIENT folder of the FCS CD and type:</p>
<blockquote><p>clientsetup.exe /NOMOM</p></blockquote>
<p>It should install totally silently, then you&#8217;ll see the icon in the system tray telling you it needs an update already.  Open internet explorer, visit Microsoft Update and install the critical update available for forefront.</p>
<p>When it&#8217;s all installed and updated, the forefront system tray icon should turn into a green tick.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.steveglendinning.com/2007/10/28/microsoft-forefront-antivirus-standalone-installation/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
	</channel>
</rss>
