<?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>sheenaustin.com &#187; Microsoft</title>
	<atom:link href="http://www.sheenaustin.com/tag/ms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sheenaustin.com</link>
	<description>my home on the interweb</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:59:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>DSQuery Operating System Service Pack Version</title>
		<link>http://www.sheenaustin.com/2010/07/20/dsquery-operating-system-service-pack-version/</link>
		<comments>http://www.sheenaustin.com/2010/07/20/dsquery-operating-system-service-pack-version/#comments</comments>
		<pubDate>Wed, 21 Jul 2010 01:59:27 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[Windows Scripting]]></category>
		<category><![CDATA[Active Directory]]></category>
		<category><![CDATA[DSQuery]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Operating System]]></category>
		<category><![CDATA[Service Pack]]></category>
		<category><![CDATA[Windows Server]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/?p=199</guid>
		<description><![CDATA[I had a requirement recently to get the service pack versions for all workstations on the domain. I tried a few different options but the easiest option was to use the extremely useful dsquery tool. Without further ado, this is the command: dsquery * -scope subtree -attr &#8220;cn&#8221; &#8220;operatingSystem&#8221; &#8220;operatingSystemServicePack&#8221;  -filter &#8220;(&#38;(objectclass=computer)(objectcategory=computer)(operatingSystem=Windows XP*))&#8221; -limit 100000 [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/05/18/get-list-of-machines-by-os-type-from-active-directory/' rel='bookmark' title='Permanent Link: Get list of machines by OS type from Active Directory'>Get list of machines by OS type from Active Directory</a></li>
<li><a href='http://www.sheenaustin.com/2009/05/19/diskpartexe-warning-when-expanding-drive/' rel='bookmark' title='Permanent Link: Diskpart.exe Warning when expanding drive'>Diskpart.exe Warning when expanding drive</a></li>
<li><a href='http://www.sheenaustin.com/2009/06/19/active-directory-password-expiry-reminder-email/' rel='bookmark' title='Permanent Link: Active Directory Password Expiry Reminder Email'>Active Directory Password Expiry Reminder Email</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I had a requirement recently to get the service pack versions for all workstations on the domain. I tried a few different options but the easiest option was to use the extremely useful dsquery tool.</p>
<p>Without further ado, this is the command:</p>
<blockquote><p>dsquery * -scope subtree -attr &#8220;cn&#8221; &#8220;operatingSystem&#8221; &#8220;operatingSystemServicePack&#8221;  -filter &#8220;(&amp;(objectclass=computer)(objectcategory=computer)(operatingSystem=Windows XP*))&#8221; -limit 100000</p></blockquote>
<p>The output of this command would be as follows:</p>
<p>cn                 operatingSystem                      operatingSystemServicePack<br />
WRK001    Windows XP Professional     Service Pack 1<br />
WRK002    Windows XP Professional     Service Pack 2<br />
WRK003    Windows XP Professional     Service Pack 3</p>
<p>Where, cn is the workstation name and the others are self explanatory.</p>
<p>Share your handy little tips and tricks!</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/05/18/get-list-of-machines-by-os-type-from-active-directory/' rel='bookmark' title='Permanent Link: Get list of machines by OS type from Active Directory'>Get list of machines by OS type from Active Directory</a></li>
<li><a href='http://www.sheenaustin.com/2009/05/19/diskpartexe-warning-when-expanding-drive/' rel='bookmark' title='Permanent Link: Diskpart.exe Warning when expanding drive'>Diskpart.exe Warning when expanding drive</a></li>
<li><a href='http://www.sheenaustin.com/2009/06/19/active-directory-password-expiry-reminder-email/' rel='bookmark' title='Permanent Link: Active Directory Password Expiry Reminder Email'>Active Directory Password Expiry Reminder Email</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2010/07/20/dsquery-operating-system-service-pack-version/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Are you Binging yet?</title>
		<link>http://www.sheenaustin.com/2009/09/02/are-you-binging-yet/</link>
		<comments>http://www.sheenaustin.com/2009/09/02/are-you-binging-yet/#comments</comments>
		<pubDate>Wed, 02 Sep 2009 11:28:04 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Search]]></category>
		<category><![CDATA[Wolfram Alpha]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/2009/12/02/are-you-binging-yet/</guid>
		<description><![CDATA[Bing sure is a funny name for a search engine. The only other Bing I know is Mr Chandler Bing and he was funny. This Bing however is serious stuff. For the first time since Google came around, it has serious competition and for the first time I (a serious Google search user) have started [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/06/21/polaris-anyone/' rel='bookmark' title='Permanent Link: Polaris Anyone?'>Polaris Anyone?</a></li>
<li><a href='http://www.sheenaustin.com/2009/08/25/what-is-the-weight-of-data/' rel='bookmark' title='Permanent Link: What is the weight of Data?'>What is the weight of Data?</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Bing sure is a funny name for a search engine. The only other Bing I know is Mr Chandler Bing and he was funny. This Bing however is serious stuff. For the first time since Google came around, it has serious competition and for the first time I (a serious Google search user) have started considering another search engine as an alternative. It is still early days for Bing and there sure will be a lot of improvements in the pipeline but Bing doesn’t fail to impress. Mr Ballmer must be very happy to hear about Bing’s apparent early success.</p>
<p>Who is competition for the mighty Google search engine? On paper, there is Yahoo! search, Ask search, and now Bing search. If you have used it you will find how close Bing is to being a real threat to Google. Bing is already making bigger plans for the future by <a href="http://www.pcpro.co.uk/news/351019/bing-teams-up-with-wolfram-alpha">teaming up</a> with <a href="http://en.wikipedia.org/wiki/Wolfram_Alpha">Wolfram Alpha</a>. </p>
<p>Watch out Google!</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/06/21/polaris-anyone/' rel='bookmark' title='Permanent Link: Polaris Anyone?'>Polaris Anyone?</a></li>
<li><a href='http://www.sheenaustin.com/2009/08/25/what-is-the-weight-of-data/' rel='bookmark' title='Permanent Link: What is the weight of Data?'>What is the weight of Data?</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2009/09/02/are-you-binging-yet/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is the weight of Data?</title>
		<link>http://www.sheenaustin.com/2009/08/25/what-is-the-weight-of-data/</link>
		<comments>http://www.sheenaustin.com/2009/08/25/what-is-the-weight-of-data/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 16:50:11 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[Tech Stuff]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/2009/08/25/what-is-the-weight-of-data/</guid>
		<description><![CDATA[This HAS to be the most hilarious technical thread ever! A question was posted on one of Microsoft’s technical forums (by a person who apparently created that ID just to ask this question) to find out why his laptop was getting heavier the more he used it. The question sure was innocently dumb but the [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/09/02/are-you-binging-yet/' rel='bookmark' title='Permanent Link: Are you Binging yet?'>Are you Binging yet?</a></li>
<li><a href='http://www.sheenaustin.com/2009/11/18/kb974571-and-ocs-2007/' rel='bookmark' title='Permanent Link: KB974571 and OCS 2007'>KB974571 and OCS 2007</a></li>
<li><a href='http://www.sheenaustin.com/2009/04/28/setting-up-split-brain-dns-in-windows-server/' rel='bookmark' title='Permanent Link: Setting up Split Brain DNS in Windows Server 2003'>Setting up Split Brain DNS in Windows Server 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This HAS to be the most hilarious technical thread ever! A question was posted on one of Microsoft’s technical forums (by a person who apparently created that ID just to ask this question) to find out why his laptop was getting heavier the more he used it. The question sure was innocently dumb but the answers are wickedly funny. A great read.</p>
<p>Click <a href="http://social.answers.microsoft.com/Forums/en-US/vistahardware/thread/720108ee-0a9c-4090-b62d-bbd5cb1a7605" target="_blank">here</a> to read the article.</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/09/02/are-you-binging-yet/' rel='bookmark' title='Permanent Link: Are you Binging yet?'>Are you Binging yet?</a></li>
<li><a href='http://www.sheenaustin.com/2009/11/18/kb974571-and-ocs-2007/' rel='bookmark' title='Permanent Link: KB974571 and OCS 2007'>KB974571 and OCS 2007</a></li>
<li><a href='http://www.sheenaustin.com/2009/04/28/setting-up-split-brain-dns-in-windows-server/' rel='bookmark' title='Permanent Link: Setting up Split Brain DNS in Windows Server 2003'>Setting up Split Brain DNS in Windows Server 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2009/08/25/what-is-the-weight-of-data/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The WinRoute tool</title>
		<link>http://www.sheenaustin.com/2009/07/18/the-winroute-tool/</link>
		<comments>http://www.sheenaustin.com/2009/07/18/the-winroute-tool/#comments</comments>
		<pubDate>Sat, 18 Jul 2009 07:56:00 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2000]]></category>
		<category><![CDATA[2003]]></category>
		<category><![CDATA[2007]]></category>
		<category><![CDATA[Exchange Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Routing]]></category>
		<category><![CDATA[Routing Log Viewer]]></category>
		<category><![CDATA[Winroute]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/2009/07/17/the-winroute-tool/</guid>
		<description><![CDATA[WinRoute.exe is a tool that can be used to view and easily understand a complicated Exchange email routing topology. This tool is a recommended first step towards troubleshooting Exchange Email routing issues. To install the tool, go through the following checklist: &#160; Ensure that the ‘Routing Engine Service’ is running. Ensure that the MTA Stacks [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/11/18/kb974571-and-ocs-2007/' rel='bookmark' title='Permanent Link: KB974571 and OCS 2007'>KB974571 and OCS 2007</a></li>
<li><a href='http://www.sheenaustin.com/2009/07/20/dude-wheres-my-mailbox-stats/' rel='bookmark' title='Permanent Link: Dude, where&rsquo;s my mailbox stats?'>Dude, where&rsquo;s my mailbox stats?</a></li>
<li><a href='http://www.sheenaustin.com/2010/01/15/ocs-2007-event-id-14517-when-starting-services/' rel='bookmark' title='Permanent Link: OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services'>OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services</a></li>
<li><a href='http://www.sheenaustin.com/2009/06/18/exchange-2007-recreate-owa-folders/' rel='bookmark' title='Permanent Link: Exchange 2007 Recreate OWA folders'>Exchange 2007 Recreate OWA folders</a></li>
<li><a href='http://www.sheenaustin.com/2010/07/20/dsquery-operating-system-service-pack-version/' rel='bookmark' title='Permanent Link: DSQuery Operating System Service Pack Version'>DSQuery Operating System Service Pack Version</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>WinRoute.exe is a tool that can be used to view and easily understand a complicated Exchange email routing topology. This tool is a recommended first step towards troubleshooting Exchange Email routing issues.</p>
<p>To install the tool, go through the following checklist:</p>
<p> <span id="more-132"></span>
<p>&#160;</p>
<ol>
<li>Ensure that the ‘Routing Engine Service’ is running. </li>
<li>Ensure that the MTA Stacks Service is running. </li>
<li>Ensure that the SMTP service is running. </li>
<li>Ensure that the Program Files\Exchsrvr\Bin\ directory has the following files
<ol>
<li>Dsaccess.dll </li>
<li>Pttrace.dll </li>
<li>Exchmem.dll </li>
</ol>
</li>
<li>Download the WinRoute tool from <a href="http://www.microsoft.com/downloads/details.aspx?familyid=c5a8afbf-a4da-45e0-adea-6d44eb6c257b&amp;displaylang=en" target="_blank">here</a>. </li>
<li>Copy winroute.exe to the Program Files\Exchsrvr\Bin directory. </li>
</ol>
<p>To use WinRoute:</p>
<ol>
<li>Execute the winroute.exe file. </li>
<li>Identify the routing group ‘master’ server. </li>
<li>Connect to the master server (This is always recommended) </li>
</ol>
<p>WinRoute works on all Exchange 2000 and 2003 servers and uses the Link State Protocol (TCP 691) to get routing information. Exchange 2007 does not have a routing engine so this tool will not work on Exchange 2007. However, there is a similar tool called the Routing Log Viewer in Exchange 2007 that provides similar functionality.</p>
<p>Give this a whirl and drop me a line if you found this useful.</p>
<p>Remember! it is always good to share!</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/11/18/kb974571-and-ocs-2007/' rel='bookmark' title='Permanent Link: KB974571 and OCS 2007'>KB974571 and OCS 2007</a></li>
<li><a href='http://www.sheenaustin.com/2009/07/20/dude-wheres-my-mailbox-stats/' rel='bookmark' title='Permanent Link: Dude, where&rsquo;s my mailbox stats?'>Dude, where&rsquo;s my mailbox stats?</a></li>
<li><a href='http://www.sheenaustin.com/2010/01/15/ocs-2007-event-id-14517-when-starting-services/' rel='bookmark' title='Permanent Link: OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services'>OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services</a></li>
<li><a href='http://www.sheenaustin.com/2009/06/18/exchange-2007-recreate-owa-folders/' rel='bookmark' title='Permanent Link: Exchange 2007 Recreate OWA folders'>Exchange 2007 Recreate OWA folders</a></li>
<li><a href='http://www.sheenaustin.com/2010/07/20/dsquery-operating-system-service-pack-version/' rel='bookmark' title='Permanent Link: DSQuery Operating System Service Pack Version'>DSQuery Operating System Service Pack Version</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2009/07/18/the-winroute-tool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 Recreate OWA folders</title>
		<link>http://www.sheenaustin.com/2009/06/18/exchange-2007-recreate-owa-folders/</link>
		<comments>http://www.sheenaustin.com/2009/06/18/exchange-2007-recreate-owa-folders/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 18:45:47 +0000</pubDate>
		<dc:creator>Sheen</dc:creator>
				<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Exchange Server 2007]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OWA]]></category>
		<category><![CDATA[Virtual Directories]]></category>

		<guid isPermaLink="false">http://www.sheenaustin.com/2009/06/18/exchange-2007-recreate-owa-folders/</guid>
		<description><![CDATA[If you face an issue where OWA in Exchange 2007 stops working, there is a pretty cool powershell command you can run to recreate the OWA virtual directory. The following commands will get you going: This command will list all the current virtual directories. Get-OwaVirtualDirectory This command will delete the “owa” virtual directory under the [...]


Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/05/19/diskpartexe-warning-when-expanding-drive/' rel='bookmark' title='Permanent Link: Diskpart.exe Warning when expanding drive'>Diskpart.exe Warning when expanding drive</a></li>
<li><a href='http://www.sheenaustin.com/2009/11/18/kb974571-and-ocs-2007/' rel='bookmark' title='Permanent Link: KB974571 and OCS 2007'>KB974571 and OCS 2007</a></li>
<li><a href='http://www.sheenaustin.com/2009/10/07/how-to-backup-and-restore-active-directory/' rel='bookmark' title='Permanent Link: How to Backup and Restore Active Directory'>How to Backup and Restore Active Directory</a></li>
<li><a href='http://www.sheenaustin.com/2010/01/15/ocs-2007-event-id-14517-when-starting-services/' rel='bookmark' title='Permanent Link: OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services'>OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services</a></li>
<li><a href='http://www.sheenaustin.com/2009/04/28/setting-up-split-brain-dns-in-windows-server/' rel='bookmark' title='Permanent Link: Setting up Split Brain DNS in Windows Server 2003'>Setting up Split Brain DNS in Windows Server 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you face an issue where OWA in Exchange 2007 stops working, there is a pretty cool powershell command you can run to recreate the OWA virtual directory. The following commands will get you going:</p>
<p>This command will list all the current virtual directories.</p>
<blockquote><p><strong>Get-OwaVirtualDirectory</strong></p>
</blockquote>
<p>This command will delete the “owa” virtual directory under the Default Web Site.</p>
<blockquote><p><strong>Remove-OwaVirtualDirectory -identity &quot;owa (Default Web Site)&quot;</strong></p>
</blockquote>
<p>This command will re-create the “owa” virtual directory under the Default Web Site.</p>
<blockquote><p><strong>New-OWAVirtualDirectory -OWAVersion &quot;Exchange2007&quot; -Name &quot;owa (Default Web Site)&quot;</strong></p>
</blockquote>
<p>When you run this command, if you get an error as follows, it is possible that IIS is set to work in the 32 bit mode and not the required 64 bit mode.</p>
<p>New-OwaVirtualDirectory : An error occurred while creating the IIS virtual directory &#8216;IIS://mailserver.somewhere.com/W3SVC/1/ROOT/owa&#8217; on &#8216;mailserver&#8217;.    <br />At line:1 char:24     <br />+ New-OWAVirtualDirectory&#160; &lt;&lt;&lt;&lt; -OWAVersion &quot;Exchange2007&quot; -Name &quot;owa&quot; -Website &quot;Default Web Site&quot;</p>
<p>To make IIS work in the 64 bit mode, you need to run the following command:</p>
<blockquote><p>cscript %SYSTEMDRIVE%\inetpub\adminscripts\adsutil.vbs SET W3SVC/AppPools/Enable32bitAppOnWin64 0</p>
</blockquote>
<p>Just in case you do not have the adsutil.vbs script in your adminscripts folder, you can download it from here.</p>
<p>Drop me a line to let me know if this post has helped you!</p>


<p>Related posts:<ol><li><a href='http://www.sheenaustin.com/2009/05/19/diskpartexe-warning-when-expanding-drive/' rel='bookmark' title='Permanent Link: Diskpart.exe Warning when expanding drive'>Diskpart.exe Warning when expanding drive</a></li>
<li><a href='http://www.sheenaustin.com/2009/11/18/kb974571-and-ocs-2007/' rel='bookmark' title='Permanent Link: KB974571 and OCS 2007'>KB974571 and OCS 2007</a></li>
<li><a href='http://www.sheenaustin.com/2009/10/07/how-to-backup-and-restore-active-directory/' rel='bookmark' title='Permanent Link: How to Backup and Restore Active Directory'>How to Backup and Restore Active Directory</a></li>
<li><a href='http://www.sheenaustin.com/2010/01/15/ocs-2007-event-id-14517-when-starting-services/' rel='bookmark' title='Permanent Link: OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services'>OCS 2007 Protocol Stack Error Event ID 14517 When Starting Services</a></li>
<li><a href='http://www.sheenaustin.com/2009/04/28/setting-up-split-brain-dns-in-windows-server/' rel='bookmark' title='Permanent Link: Setting up Split Brain DNS in Windows Server 2003'>Setting up Split Brain DNS in Windows Server 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.sheenaustin.com/2009/06/18/exchange-2007-recreate-owa-folders/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
