<?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>Arricc &#187; obscure</title>
	<atom:link href="http://www.arricc.net/tag/obscure/feed" rel="self" type="application/rss+xml" />
	<link>http://www.arricc.net</link>
	<description>50% IT snippets that I couldn&#039;t readily find existing help on. 50% drivel.</description>
	<lastBuildDate>Wed, 02 Mar 2011 23:44:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>EU Browser choice debacle</title>
		<link>http://www.arricc.net/eu-browser-choice-debacle.php</link>
		<comments>http://www.arricc.net/eu-browser-choice-debacle.php#comments</comments>
		<pubDate>Sat, 13 Mar 2010 12:00:06 +0000</pubDate>
		<dc:creator>Fizzgig</dc:creator>
				<category><![CDATA[group policy]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[obscure]]></category>
		<category><![CDATA[sysadmin]]></category>

		<guid isPermaLink="false">http://www.arricc.net/?p=72</guid>
		<description><![CDATA[Theres been quite a bit of chit chat about this update that Microsoft has now released. My personal opinion is Microsoft shouldn&#8217;t have been forced to release this. If you FORCE a choice for a web browser, you should also force a choice for every single application that comes with Windows. Additionally, I fail to [...]]]></description>
			<content:encoded><![CDATA[<p>Theres been quite a bit of chit chat about this update that Microsoft has now released.</p>
<p>My personal opinion is Microsoft shouldn&#8217;t have been forced to release this. If you FORCE a choice for a web browser, you should also force a choice for every single application that comes with Windows.</p>
<p>Additionally, I fail to see why people should be forced to pick from a number of free products. Perhaps a better option would be for Microsoft to allow third parties to produce branded versions of Windows and then users can make their initial choices at the point of purchase.</p>
<p>This, of course, assumes a level of knowledge of the end users so questions like &#8220;where have all my favourites gone?&#8221; don&#8217;t happen&#8230;</p>
<p>Anyway, this was supposed to be a vaguely technical post and not a rant.</p>
<p>So, as a systems administrator, how do you block this update?</p>
<p>If you are using an internal update server such as <a href="http://technet.microsoft.com/en-us/wsus/default.aspx">WSUS </a>or <a href="http://www.microsoft.com/Systemcenter/configurationmanager/">SCCM</a> (which I <strong>love</strong>), then you have the simple option of not approving the update for release.</p>
<p>Otherwise, Microsoft have released a KB article showing a simple registry key that can be set to prevent the Browser Choice screen running &#8211; <a href="http://support.microsoft.com/kb/2019411">KB2019411</a>.</p>
<p>So, as a sysadmin, how do you implement this?</p>
<p>Well, you can custom roll a Group Policy to set this as a preference on your client machines. I&#8217;ve written some GPOs before, but in this case I&#8217;ll simply direct you to <a href="http://www.compit.se/?p=187">this blog post by Christoffer Steding</a> where you can download his version.</p>
<p>However, in my opinion, a much more graceful group policy to set is a software restriction policy. This has been documented by <a href="http://angrytechnician.wordpress.com/2010/03/02/irony/">The Angry Technician</a>.</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="mark@arricc.net" /><input type="hidden" name="return" value="http://www.arricc.net/pp-thanks.php" /><input type="hidden" name="item_name" value="Buy Me a Beer for EU Browser choice debacle" /><input type="hidden" name="currency_code" value="GBP" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.arricc.net/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=mark@arricc.net&amp;currency_code=GBP&amp;amount=5&amp;return=http://www.arricc.net/pp-thanks.php&amp;item_name=Buy+Me+a+Beer+for+EU+Browser+choice+debacle" target="paypal">If you find this article useful, buy me a beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.arricc.net/eu-browser-choice-debacle.php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2003 Mailbox Recovery</title>
		<link>http://www.arricc.net/exchange-2003-mailbox-recovery.php</link>
		<comments>http://www.arricc.net/exchange-2003-mailbox-recovery.php#comments</comments>
		<pubDate>Fri, 01 Sep 2006 16:03:47 +0000</pubDate>
		<dc:creator>Fizzgig</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[msExchMailboxGuid]]></category>
		<category><![CDATA[obscure]]></category>
		<category><![CDATA[recovery]]></category>
		<category><![CDATA[symantec]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[veritas]]></category>

		<guid isPermaLink="false">http://www.arricc.net/exchange-2003-mailbox-recovery.php</guid>
		<description><![CDATA[Today I recovered a single mailbox from backup tapes on an Exchange 2003 server. The user had been deleted from Active Directory. The mailbox had passed the retention time on the server and been purged from the Exchange database. I found very very minimal documentation on how to do this, it was so sketchy that [...]]]></description>
			<content:encoded><![CDATA[<p>Today I recovered a single mailbox from backup tapes on an Exchange 2003 server. The user had been deleted from Active Directory. The mailbox had passed the retention time on the server and been purged from the Exchange database.</p>
<p>I found very very minimal documentation on how to do this, it was so sketchy that I was almost afraid to try this.<br />
We only have a single Exchange 2003 Standard server, and I believe that its a little bit simpler if you have Enterprise or more Exchange servers. So, for those of you in the same boat, here&#8217;s how to do it. <span id="more-25"></span></p>
<p>First, and I cannot stress this enough, make sure that your Mailbox Store is such that &#8220;This database can be overwritten by a restore&#8221; is NOT checked. You should probably make sure that your Public Folder Store is set the same. Just in case.</p>
<p>Now, right click on the server and select New -> Recovery Storage Group. Create the logs and system paths in locations that have sufficient space to hold the .edb and .stm files for your restore. </p>
<p>Right click on the Recovery Storage Group (RSG) and select &#8220;Add Database to Recover&#8221;. Select the Mailbox store.<br />
Make sure that this store is not mounted (not your live store &#8211; you can leave that running), and that it is set to allow overwrites by restores. I believe this is the default.</p>
<p>Now, on your Backup software (we use Veritas BackupExec), browse to the Information Store and select only the mailbox store to be recovered, not the Public Folder Store. Make sure that in your options you select that this is the last backup to restore and not to mount the store when finished. Run the restore. For me this was the scary bit. The documentation was lacking the phrase &#8220;Don&#8217;t worry, Exchange knows to make sure the restore will go to the Recovery Storage Group, NOT the live Mailbox Store&#8221;</p>
<p>Once the restore is complete, mount the store in the RSG. If Exchange thinks that there are still further restores to occur, you can use <code>eseutil /cc &lt;Path to Restore.env directory&gt;</code> to finalise the store and allow it to be mounted.</p>
<p>Now you can use exmerge to dump out the mailbox(es) from the RSG to a PST file. Unless the useraccount has been removed from AD.<br />
If the user account has been removed, then you have to recreate the account. Before you do that, check the exmerge.log file as it will tell you the GUID of the mailboxes that it can&#8217;t find accounts for. You have to go through to the point of selecting mailboxes to action for that information to be written.</p>
<p>The lines in Exmerge.log will appear something like this:<br />
<code>[11:39:13] Error! Cannot identify the user with the msExchMailboxGuid \C1\A7\98\CE\B8\CF5J\99\E1\B1\28\8C\7D\EFj. The legacyExchangeDN is /O=COMPANY/OU=EXCHANGE ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=AUSER.</code></p>
<p>Note the almost but not quite hex pattern listed. This is the important bit.<br />
Each mailbox has a hex guid. Each mail enabled user has a property which gives their mailbox guid. You need to convert this to proper hex.</p>
<pre> \\C1\\A7\\98\\CE\\B8\\CF5J\\99\\E1\\B1\\28\\8C\\7D\\EFj</pre>
<p>First, break out the couplets from each group</p>
<pre> C1 A7 98 CE B8 CF  5  J 99 E1 B1 28 8C 7D EF  j</pre>
<p>Only the first two characters in any grouping are Hex, any following characters should be treated individually (Note that the 5 and J (case IS important) have been split.)<br />
Now, take any non-hex characters and get the hex value for that ASCII character from <a href="http://www.asciitable.com/">http://www.asciitable.com/</a> :</p>
<pre> C1 A7 98 CE B8 CF  5  J 99 E1 B1 28 8C 7D EF  j
 C1 A7 98 CE B8 CF 35 4A 99 E1 B1 28 8C 7D EF 6A</pre>
<p>UPDATE: <a href="#comment-33933">If the leading \ is missing, treat the first group as individual ascii characters!</a><br />
UPDATE2: I&#8217;ve written <a href="/exchange-guid-converter-tool.php">a tool to do this for you</a>!</p>
<p>Now you need to use a tool such as ADSIEdit.msc to change the msExchMailboxGuid property on the recreated user account. Synchronise your domain controllers and run ExMerge again, this time the mailbox should be available to dump out, complete with the items from the Dumpster (if the user killed everything in their mailbox before leaving the company).</p>
<p class="buymebeer"><form action="https://www.paypal.com/cgi-bin/webscr" target="paypal" method="post"><input type="hidden" name="cmd" value="_xclick" /><input type="hidden" name="business" value="mark@arricc.net" /><input type="hidden" name="return" value="http://www.arricc.net/pp-thanks.php" /><input type="hidden" name="item_name" value="Buy Me a Beer for Exchange 2003 Mailbox Recovery" /><input type="hidden" name="currency_code" value="GBP" /><input type="hidden" name="amount" value="5" /><input type="image" src="http://www.arricc.net/wp-content/plugins/buy-me-beer/icon_beer.gif" align="left" alt="" title="" hspace="3" /></form><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=mark@arricc.net&amp;currency_code=GBP&amp;amount=5&amp;return=http://www.arricc.net/pp-thanks.php&amp;item_name=Buy+Me+a+Beer+for+Exchange+2003+Mailbox+Recovery" target="paypal">If you find this article useful, buy me a beer!</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.arricc.net/exchange-2003-mailbox-recovery.php/feed</wfw:commentRss>
		<slash:comments>123</slash:comments>
		</item>
	</channel>
</rss>

