<?xml version="1.0" encoding="iso-8859-1"?><!-- generator="b2evolution/4.0.5" -->
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:admin="http://webns.net/mvcb/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>Microsoft Solutions</title>
		<link>http://helewix.com/blog/index.php/Microsoft-Solutions/</link>
		<atom:link rel="self" type="application/rss+xml" href="http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2" />
		<description></description>
		<language>en-US</language>
		<docs>http://blogs.law.harvard.edu/tech/rss</docs>
		<admin:generatorAgent rdf:resource="http://b2evolution.net/?v=4.0.5"/>
		<ttl>60</ttl>
				<item>
			<title>The new EE beta is here</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/11/09/the-new-ee-beta-is</link>
			<pubDate>Wed, 09 Nov 2011 12:22:00 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="main">Helewix News</category>			<guid isPermaLink="false">66@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;Have a look at the New Experts Exchange Beta, new look and feel with the same great solutions:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://beta.experts-exchange.com&quot; title=&quot;Check out the New Experts Exchange&quot; style=&quot;border:0;display:block;width:150px;height:155px;padding:0;margin:0;&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;http://c746246.r46.cf2.rackcdn.com/eebeta-badge-medium.png&quot; alt=&quot;Medium Experts Exchange VIP Badge&quot; style=&quot;border:0;&quot; width=&quot;150&quot; height=&quot;155&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/11/09/the-new-ee-beta-is&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Have a look at the New Experts Exchange Beta, new look and feel with the same great solutions:</p>

<p><a href="http://beta.experts-exchange.com" title="Check out the New Experts Exchange" style="border:0;display:block;width:150px;height:155px;padding:0;margin:0;"><br />
<img src="http://c746246.r46.cf2.rackcdn.com/eebeta-badge-medium.png" alt="Medium Experts Exchange VIP Badge" style="border:0;" width="150" height="155" /><br />
</a></p><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/11/09/the-new-ee-beta-is">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/11/09/the-new-ee-beta-is#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=66</wfw:commentRss>
		</item>
				<item>
			<title>VBS to open application .exe plus additional parameters</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/20/vbs-to-open-application-exe-plus-additional-parameters</link>
			<pubDate>Tue, 20 Sep 2011 06:05:08 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="main">Scripting</category>			<guid isPermaLink="false">65@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;VBS to open application .exe plus additional parameters&lt;/p&gt;

&lt;p&gt;Let&amp;#8217;s say you want to open C:\Program Files\Internet Explorer\TEST.exe with the /S and some INI file using  VBScript, there are 2 ways to reference the string this:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SOLUTION 1:&lt;/strong&gt;&lt;br /&gt;
&lt;code&gt;&#039; Declare your executible and any switches below&lt;/code&gt;&lt;/p&gt;

strAPP = &quot;&quot;&quot;C:\Program Files\Internet Explorer\TEST.exe&quot;&quot;&quot;&quot;&quot;&quot; /S &quot;&quot;&quot;&quot;&quot;&quot;xyz.ini&quot;&quot;&quot;, 6, True&gt;&lt;strong&gt;SOLUTION 2:&lt;/strong&gt;&lt;br /&gt;
&lt;code&gt;&#039; Declare your executible and any switches below

&lt;p&gt;CmdLine1 = &quot;&quot;&quot;C:\Program Files\Internet Explorer\TEST.exe&quot;&lt;/p&gt;

&lt;p&gt;CmdLine2 = &quot;/S&quot;&lt;/p&gt;

&lt;p&gt;CmdLine3 = &quot;&quot;&quot;C:\Program Files\Internet Explorer\YOURiniFile.ini&quot;&quot;&quot;&lt;/p&gt;

&lt;p&gt;strAPP = CmdLine1 &amp;amp; &quot; &quot; CmdLine2 &amp;amp; CmdLine3&lt;/p&gt;

Wshell.Run CmdLine,1,True&lt;/code&gt;&lt;p&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.plutushosting.com/members/aff.php?aff=001&quot;&gt;&lt;img src=&quot;http://www.plutushosting.com/banners/468x60.png&quot; alt=&quot;Plutus Hosting - Quality and Affordable Website and Email Hosting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-0806920854041508&quot;;
/* Helewix Blog Banner (Img Add) */
google_ad_slot = &quot;4023273167&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/20/vbs-to-open-application-exe-plus-additional-parameters&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>VBS to open application .exe plus additional parameters</p>

<p>Let&#8217;s say you want to open C:\Program Files\Internet Explorer\TEST.exe with the /S and some INI file using  VBScript, there are 2 ways to reference the string this:</p>

<p><strong>SOLUTION 1:</strong><br />
<code>' Declare your executible and any switches below</code></p>

strAPP = """C:\Program Files\Internet Explorer\TEST.exe"""""" /S """"""xyz.ini""", 6, True><strong>SOLUTION 2:</strong><br />
<code>' Declare your executible and any switches below

<p>CmdLine1 = """C:\Program Files\Internet Explorer\TEST.exe"</p>

<p>CmdLine2 = "/S"</p>

<p>CmdLine3 = """C:\Program Files\Internet Explorer\YOURiniFile.ini"""</p>

<p>strAPP = CmdLine1 &amp; " " CmdLine2 &amp; CmdLine3</p>

Wshell.Run CmdLine,1,True</code><p></p>

<p><a href="http://www.plutushosting.com/members/aff.php?aff=001"><img src="http://www.plutushosting.com/banners/468x60.png" alt="Plutus Hosting - Quality and Affordable Website and Email Hosting" /></a></p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-0806920854041508";
/* Helewix Blog Banner (Img Add) */
google_ad_slot = "4023273167";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/20/vbs-to-open-application-exe-plus-additional-parameters">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/20/vbs-to-open-application-exe-plus-additional-parameters#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=65</wfw:commentRss>
		</item>
				<item>
			<title>Exchange 2010 Queue Viewer Error:</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-queue-viewer-error</link>
			<pubDate>Mon, 19 Sep 2011 07:59:46 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Server Products</category>
<category domain="alt">Exchange Server</category>			<guid isPermaLink="false">47@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;On a system running Server 2008 R2 with Exchange 2010 SP1. I got the following error:&lt;/p&gt;

&lt;p&gt;Microsoft Exchange&lt;br /&gt;
Exchange can&#039;t connect to the Microsoft Exchange Transport service on computer &quot;server.domain.com&quot;. Verify thatthe service is started. It was running the command &#039;get-message -ResultSize &#039;1000&#039; -ReturnPageInfo $true -server &#039;servername.domain.com&#039; -SortOfder &#039;+MessageSourceName&#039; -SearchForward $true -BookmarkIndex &#039;-1&#039; -Include Bookmark $false -Filter &#039;((Queue -eq &quot;Servername\Submission&quot;))&quot;.&lt;/p&gt;

&lt;div class=&quot;image_block&quot;&gt;&lt;a href=&quot;http://helewix.com/blog//media/blogs/Microsoft-Solutions/QueueViewerError.png&quot;&gt;&lt;img src=&quot;http://helewix.com/blog//media/blogs/Microsoft-Solutions/QueueViewerError.png&quot; alt=&quot;&quot; title=&quot;&quot; width=&quot;499&quot; height=&quot;123&quot; /&gt;&lt;/a&gt;&lt;/div&gt; &lt;div&gt;


&lt;p&gt;&lt;strong&gt;TO RESOLVE THIS ISSUE&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1. UPDATE 2011/09/19 - Latest Rollup is 5 and can be downloaded &lt;a href=&quot;http://www.microsoft.com/download/en/details.aspx?id=22090&quot;&gt;here&lt;/a&gt;.&lt;del&gt;Ensure that all updates up until &quot;Update Rollup 2 for Exchange Server 2010 (KB979611)&quot; has been installed on the CAS HUB server.&lt;/del&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;To troubleshoot the issue, I suggest you also perform the following steps.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;1. Restart the Exchange server and verify whether Exchange related services are started successfully.&lt;/p&gt;

&lt;p&gt;2. Run EXBPA to check whether there is any error message.&lt;/p&gt;

&lt;p&gt;3. Launch Queue Viewer to check the listed queues.&lt;/p&gt;


&lt;p&gt;&lt;a href=&quot;http://www.plutushosting.com/members/aff.php?aff=001&quot;&gt;&lt;img src=&quot;http://www.plutushosting.com/banners/468x60.png&quot; alt=&quot;Plutus Hosting - Quality and Affordable Website and Email Hosting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://za.offerforge.com/z/19438/ZA1252/&quot;&gt;&lt;img src=&quot;http://za.offerforge.com/42/1252/19438/&quot; alt=&quot;AreYouInterested&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-queue-viewer-error&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>On a system running Server 2008 R2 with Exchange 2010 SP1. I got the following error:</p>

<p>Microsoft Exchange<br />
Exchange can't connect to the Microsoft Exchange Transport service on computer "server.domain.com". Verify thatthe service is started. It was running the command 'get-message -ResultSize '1000' -ReturnPageInfo $true -server 'servername.domain.com' -SortOfder '+MessageSourceName' -SearchForward $true -BookmarkIndex '-1' -Include Bookmark $false -Filter '((Queue -eq "Servername\Submission"))".</p>

<div class="image_block"><a href="http://helewix.com/blog//media/blogs/Microsoft-Solutions/QueueViewerError.png"><img src="http://helewix.com/blog//media/blogs/Microsoft-Solutions/QueueViewerError.png" alt="" title="" width="499" height="123" /></a></div> <div>


<p><strong>TO RESOLVE THIS ISSUE</strong></p>

<p>1. UPDATE 2011/09/19 - Latest Rollup is 5 and can be downloaded <a href="http://www.microsoft.com/download/en/details.aspx?id=22090">here</a>.<del>Ensure that all updates up until "Update Rollup 2 for Exchange Server 2010 (KB979611)" has been installed on the CAS HUB server.</del></p>

<p><strong>To troubleshoot the issue, I suggest you also perform the following steps.</strong></p>

<p>1. Restart the Exchange server and verify whether Exchange related services are started successfully.</p>

<p>2. Run EXBPA to check whether there is any error message.</p>

<p>3. Launch Queue Viewer to check the listed queues.</p>


<p><a href="http://www.plutushosting.com/members/aff.php?aff=001"><img src="http://www.plutushosting.com/banners/468x60.png" alt="Plutus Hosting - Quality and Affordable Website and Email Hosting" /></a></p>

<p><a href="http://za.offerforge.com/z/19438/ZA1252/"><img src="http://za.offerforge.com/42/1252/19438/" alt="AreYouInterested" border="0" /></a></p></div><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-queue-viewer-error">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-queue-viewer-error#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=47</wfw:commentRss>
		</item>
				<item>
			<title>Exchange 2010 - 5.1.0 - Unknown address error 550-'5.1.1 User unknown'</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-5-1-0-unknown-address-error-550-5-1-1-user-unknown</link>
			<pubDate>Mon, 19 Sep 2011 06:58:45 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Exchange Server</category>			<guid isPermaLink="false">64@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;Hi I recently go the following Error and thought I would let you know how I resolved it:&lt;/p&gt;

&lt;p&gt;ERROR:&lt;br /&gt;
5.1.1 Unknown User - when sending an Email from outside our orginization to a known new user inside my orginization.&lt;/p&gt;

&lt;p&gt;So what I did is I ran the following in &quot;Exchange Management Shell&quot; on my CAS/HUB server.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Test-EdgeSynchronization -VerifyRecipient &lt;a href=&quot;mailto:user@domain.com&quot;&gt;user@domain.com&lt;/a&gt;&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;And received the following output at the bottum next to Revipient Status:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;NotSynchronized - More than one recipient found in target Edge Server and may cause NDR on Edge server. RecipientStatus.ConflictObjects contains relevant entries.&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;CAUSE:&lt;br /&gt;
There was multiple CredentialRecords and CookieRecords for the specific user.&lt;/p&gt;

&lt;p&gt;RESOLUTION:&lt;/p&gt;

&lt;p&gt;Run the following to Force a Sync to your Edge:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Start-EdgeSynchronization -ForceFullSync&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This resolved my problem, hope it can help you as well.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.plutushosting.com/members/aff.php?aff=001&quot;&gt;&lt;img src=&quot;http://www.plutushosting.com/banners/468x60.png&quot; alt=&quot;Plutus Hosting - Quality and Affordable Website and Email Hosting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-0806920854041508&quot;;
/* Helewix Blog Banner (Img Add) */
google_ad_slot = &quot;4023273167&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-5-1-0-unknown-address-error-550-5-1-1-user-unknown&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Hi I recently go the following Error and thought I would let you know how I resolved it:</p>

<p>ERROR:<br />
5.1.1 Unknown User - when sending an Email from outside our orginization to a known new user inside my orginization.</p>

<p>So what I did is I ran the following in "Exchange Management Shell" on my CAS/HUB server.</p>

<p><code>Test-EdgeSynchronization -VerifyRecipient <a href="http://helewix.commailto:user@domain.com">user@domain.com</a></code></p>

<p>And received the following output at the bottum next to Revipient Status:</p>

<p><code>NotSynchronized - More than one recipient found in target Edge Server and may cause NDR on Edge server. RecipientStatus.ConflictObjects contains relevant entries.</code></p>

<p>CAUSE:<br />
There was multiple CredentialRecords and CookieRecords for the specific user.</p>

<p>RESOLUTION:</p>

<p>Run the following to Force a Sync to your Edge:</p>

<p><code>Start-EdgeSynchronization -ForceFullSync</code></p>

<p>This resolved my problem, hope it can help you as well.</p>

<p><a href="http://www.plutushosting.com/members/aff.php?aff=001"><img src="http://www.plutushosting.com/banners/468x60.png" alt="Plutus Hosting - Quality and Affordable Website and Email Hosting" /></a></p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-0806920854041508";
/* Helewix Blog Banner (Img Add) */
google_ad_slot = "4023273167";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-5-1-0-unknown-address-error-550-5-1-1-user-unknown">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/09/19/exchange-2010-5-1-0-unknown-address-error-550-5-1-1-user-unknown#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=64</wfw:commentRss>
		</item>
				<item>
			<title>The public folder database "Public Folder Database 1190403426" contains folder replicas. Before deleting the public folder database, remove the folders or move the replicas to another public folder database....</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/13/the-public-folder-database-public-folder-database-1190403426-contains-folder-replicas-before-deleting-the-public-folder-database-remove-the-folders-or-move-the-replicas-to-another-public-folder-databa</link>
			<pubDate>Wed, 13 Jul 2011 07:05:06 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Exchange Server</category>			<guid isPermaLink="false">63@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;Got this error when trying to remove my last Exchange 2010 server:&lt;/p&gt;

&lt;p&gt;The public folder database &#039;Public Folder Database 1190403426&#039; cannot be deleted.&lt;/p&gt;

&lt;p&gt;Public Folder Database 1190403426&lt;br /&gt;
Failed&lt;br /&gt;
Error:&lt;br /&gt;
The public folder database &quot;Public Folder Database 1190403426&quot; contains folder replicas. Before deleting the public folder database, remove the folders or move the replicas to another public folder database. For detailed instructions about how to remove a public folder database, see &lt;a href=&quot;http://go.microsoft.com/fwlink/?linkid=81409&amp;amp;clcid=0x409&quot;&gt;http://go.microsoft.com/fwlink/?linkid=81409&amp;amp;clcid=0x409&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;b&gt;SOLUTION&lt;/b&gt;&lt;br /&gt;
Remove the Public Folder from ADSIEDIT using the following steps:&lt;/p&gt;

&lt;p&gt;1. Connect to your domain controller&lt;br /&gt;
2. Click Start and type Adsiedit to open ADSIEdit&lt;br /&gt;
3. Right Click on ADSI Edit and click connect&lt;br /&gt;
4. In the Select a well known Naming Context: dropdown select Configuration and Navigate to:&lt;br /&gt;
CN=Configuration,DC=contoso,DC=com &lt;br /&gt;
CN=Services &lt;br /&gt;
CN=Microsoft Exchange &lt;br /&gt;
CN=Your Org Name &lt;br /&gt;
CN=Administrative Groups &lt;br /&gt;
CN=Exchange Administrative Group. &lt;br /&gt;
CN=Databases &lt;br /&gt;
CN=Public Folder Database 1190403426&lt;/p&gt;

&lt;p&gt;Right Click on the Public Folder Database in question and Delete it&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.plutushosting.com/members/aff.php?aff=001&quot;&gt;&lt;img src=&quot;http://www.plutushosting.com/banners/468x60.png&quot; alt=&quot;Plutus Hosting - Quality and Affordable Website and Email Hosting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://za.offerforge.com/z/21700/ZA1252/&quot;&gt;&lt;img src=&quot;http://za.offerforge.com/42/1252/21700/&quot; alt=&quot;&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-0806920854041508&quot;;
/* Helewix Blog Banner (Img Add) */
google_ad_slot = &quot;4023273167&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/13/the-public-folder-database-public-folder-database-1190403426-contains-folder-replicas-before-deleting-the-public-folder-database-remove-the-folders-or-move-the-replicas-to-another-public-folder-databa&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>Got this error when trying to remove my last Exchange 2010 server:</p>

<p>The public folder database 'Public Folder Database 1190403426' cannot be deleted.</p>

<p>Public Folder Database 1190403426<br />
Failed<br />
Error:<br />
The public folder database "Public Folder Database 1190403426" contains folder replicas. Before deleting the public folder database, remove the folders or move the replicas to another public folder database. For detailed instructions about how to remove a public folder database, see <a href="http://go.microsoft.com/fwlink/?linkid=81409&amp;clcid=0x409">http://go.microsoft.com/fwlink/?linkid=81409&amp;clcid=0x409</a>.</p>

<p><b>SOLUTION</b><br />
Remove the Public Folder from ADSIEDIT using the following steps:</p>

<p>1. Connect to your domain controller<br />
2. Click Start and type Adsiedit to open ADSIEdit<br />
3. Right Click on ADSI Edit and click connect<br />
4. In the Select a well known Naming Context: dropdown select Configuration and Navigate to:<br />
CN=Configuration,DC=contoso,DC=com <br />
CN=Services <br />
CN=Microsoft Exchange <br />
CN=Your Org Name <br />
CN=Administrative Groups <br />
CN=Exchange Administrative Group. <br />
CN=Databases <br />
CN=Public Folder Database 1190403426</p>

<p>Right Click on the Public Folder Database in question and Delete it</p>

<p><a href="http://www.plutushosting.com/members/aff.php?aff=001"><img src="http://www.plutushosting.com/banners/468x60.png" alt="Plutus Hosting - Quality and Affordable Website and Email Hosting" /></a></p>

<p><a href="http://za.offerforge.com/z/21700/ZA1252/"><img src="http://za.offerforge.com/42/1252/21700/" alt="" border="0" /></a></p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-0806920854041508";
/* Helewix Blog Banner (Img Add) */
google_ad_slot = "4023273167";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/13/the-public-folder-database-public-folder-database-1190403426-contains-folder-replicas-before-deleting-the-public-folder-database-remove-the-folders-or-move-the-replicas-to-another-public-folder-databa">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/13/the-public-folder-database-public-folder-database-1190403426-contains-folder-replicas-before-deleting-the-public-folder-database-remove-the-folders-or-move-the-replicas-to-another-public-folder-databa#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=63</wfw:commentRss>
		</item>
				<item>
			<title>Server 2008 Windows Time Server not Syncing</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/server-2008-windows-time-server-not-syncing</link>
			<pubDate>Tue, 05 Jul 2011 08:47:00 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="main">Microsoft</category>
<category domain="alt">Server Products</category>
<category domain="alt">Active Directory</category>			<guid isPermaLink="false">62@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;So your NTP is not working:&lt;/p&gt;

&lt;p&gt;Lets go through the quick steps to get it working:&lt;/p&gt;

&lt;p&gt;First we need to configure the PDC with the following Command:&lt;br /&gt;
1. Go to Start and type in CMD, now right click on CMD.exe and click the run as Administrator&lt;br /&gt;
2. Run the following command (Replace PEERS with a trusted time source like 0.pool.ntp.org or 1.pool.ntp.org (which is the most reliable one I could find for South Africa from worldtimeserver.com) for South Africa. You can find more peers at: &lt;a href=&quot;http://www.pool.ntp.org/en/):&quot;&gt;http://www.pool.ntp.org/en/):&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;b&gt;&lt;code&gt;w32tm /config /manualpeerlist:PEERS /syncfromflags:manual &lt;br /&gt;
/reliable:yes /update&lt;/code&gt;&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;Now on the servers that does not sync, do the following:&lt;br /&gt;
1. &lt;b&gt;Stop Windows Time service&lt;/b&gt; (This must be done in the services manager)&lt;/p&gt;

&lt;p&gt;If the service is not present just complete step 4. If the service is present but has a Startup Type of Disabled and is started, just stop the service which will remove the service from the services automatically if you ran the w32tm /unregister prior to stopping the service&lt;/p&gt;

&lt;p&gt;2. Go to Start and type in CMD, now right click on CMD.exe and click the run as Administrator&lt;br /&gt;
3. run the following in command prompt: &lt;b&gt;w32tm /unregister&lt;/b&gt;&lt;br /&gt;
4. Reboot not always required but in the services console press F5 and confirm windows time service is not showing in service.msc console&lt;br /&gt;
5. Now run: &lt;b&gt;w32tm /register&lt;/b&gt;&lt;br /&gt;
The w32tm /register command register windows time service using default value which uses PDC as time source.&lt;br /&gt;
6. No go back to services.msc and press F5 to refresh and &lt;b&gt;start the Windows Time service&lt;/b&gt;&lt;br /&gt;
7. Now run: &lt;b&gt;w32tm /query /peers&lt;/b&gt;&lt;br /&gt;
The w32tm /query /peers command will show the time remaining before the next sync and more that will look something like this:&lt;/p&gt;

&lt;p&gt;#Peers: 1&lt;/p&gt;

&lt;p&gt;Peer: YourPDCServer.domain.com&lt;br /&gt;
State: Active&lt;br /&gt;
Time Remaining: 988.0021381s&lt;br /&gt;
Mode: 3 (Client)&lt;br /&gt;
Stratum: 1 (primary reference - syncd by radio clock)&lt;br /&gt;
PeerPoll Interval: 10 (1024s)&lt;br /&gt;
HostPoll Interval: 10 (1024s)&lt;/p&gt;

&lt;p&gt;Let me know if this was helpful?&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.plutushosting.com/members/aff.php?aff=001&quot;&gt;&lt;img src=&quot;http://www.plutushosting.com/banners/468x60.png&quot; alt=&quot;Plutus Hosting - Quality and Affordable Website and Email Hosting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-0806920854041508&quot;;
/* Helewix Blog Banner (Img Add) */
google_ad_slot = &quot;4023273167&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

&lt;p&gt;&lt;a href=&quot;http://za.offerforge.com/z/22499/ZA1252/&quot;&gt;&lt;img src=&quot;http://za.offerforge.com/42/1252/22499/&quot; alt=&quot;Loanfinder SA&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/server-2008-windows-time-server-not-syncing&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>So your NTP is not working:</p>

<p>Lets go through the quick steps to get it working:</p>

<p>First we need to configure the PDC with the following Command:<br />
1. Go to Start and type in CMD, now right click on CMD.exe and click the run as Administrator<br />
2. Run the following command (Replace PEERS with a trusted time source like 0.pool.ntp.org or 1.pool.ntp.org (which is the most reliable one I could find for South Africa from worldtimeserver.com) for South Africa. You can find more peers at: <a href="http://www.pool.ntp.org/en/):">http://www.pool.ntp.org/en/):</a></p>

<p><b><code>w32tm /config /manualpeerlist:PEERS /syncfromflags:manual <br />
/reliable:yes /update</code></b></p>

<p>Now on the servers that does not sync, do the following:<br />
1. <b>Stop Windows Time service</b> (This must be done in the services manager)</p>

<p>If the service is not present just complete step 4. If the service is present but has a Startup Type of Disabled and is started, just stop the service which will remove the service from the services automatically if you ran the w32tm /unregister prior to stopping the service</p>

<p>2. Go to Start and type in CMD, now right click on CMD.exe and click the run as Administrator<br />
3. run the following in command prompt: <b>w32tm /unregister</b><br />
4. Reboot not always required but in the services console press F5 and confirm windows time service is not showing in service.msc console<br />
5. Now run: <b>w32tm /register</b><br />
The w32tm /register command register windows time service using default value which uses PDC as time source.<br />
6. No go back to services.msc and press F5 to refresh and <b>start the Windows Time service</b><br />
7. Now run: <b>w32tm /query /peers</b><br />
The w32tm /query /peers command will show the time remaining before the next sync and more that will look something like this:</p>

<p>#Peers: 1</p>

<p>Peer: YourPDCServer.domain.com<br />
State: Active<br />
Time Remaining: 988.0021381s<br />
Mode: 3 (Client)<br />
Stratum: 1 (primary reference - syncd by radio clock)<br />
PeerPoll Interval: 10 (1024s)<br />
HostPoll Interval: 10 (1024s)</p>

<p>Let me know if this was helpful?</p>

<p><a href="http://www.plutushosting.com/members/aff.php?aff=001"><img src="http://www.plutushosting.com/banners/468x60.png" alt="Plutus Hosting - Quality and Affordable Website and Email Hosting" /></a></p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-0806920854041508";
/* Helewix Blog Banner (Img Add) */
google_ad_slot = "4023273167";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<p><a href="http://za.offerforge.com/z/22499/ZA1252/"><img src="http://za.offerforge.com/42/1252/22499/" alt="Loanfinder SA" border="0" /></a></p><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/server-2008-windows-time-server-not-syncing">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/server-2008-windows-time-server-not-syncing#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=62</wfw:commentRss>
		</item>
				<item>
			<title>Creating a Like page on facebook.</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/creating-a-like-page-on-facebook</link>
			<pubDate>Tue, 05 Jul 2011 07:18:26 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="alt">Active Directory</category>
<category domain="main">Webpage Design</category>
<category domain="alt">Facebook</category>			<guid isPermaLink="false">61@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;The best way to start would be to go to &lt;a href=&quot;http://www.facebook.com/pages/create.php?campaign_id=368885149649&amp;amp;placement=pgall&amp;amp;extra_1=0&quot; target=&quot;_blank&quot;&gt;click here&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Now you will be asked to select the type of business and then type in your Company or Personal Details. After which you will need to enter a security code and job done, you can start setting up your like page.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.plutushosting.com/members/aff.php?aff=001&quot;&gt;&lt;img src=&quot;http://www.plutushosting.com/banners/468x60.png&quot; alt=&quot;Plutus Hosting - Quality and Affordable Website and Email Hosting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;ca-pub-0806920854041508&quot;;
/* Helewix Blog Banner (Img Add) */
google_ad_slot = &quot;4023273167&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;
&lt;/script&gt;
&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;
&lt;/script&gt;

&lt;p&gt; &lt;a href=&quot;http://za.offerforge.com/z/2278/ZA1252/&quot;&gt;&lt;img src=&quot;http://za.offerforge.com/42/1252/2278/&quot; alt=&quot;OUTsurance - Click here for a quote!&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/creating-a-like-page-on-facebook&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>The best way to start would be to go to <a href="http://www.facebook.com/pages/create.php?campaign_id=368885149649&amp;placement=pgall&amp;extra_1=0" target="_blank">click here</a></p>

<p>Now you will be asked to select the type of business and then type in your Company or Personal Details. After which you will need to enter a security code and job done, you can start setting up your like page.</p>

<p><a href="http://www.plutushosting.com/members/aff.php?aff=001"><img src="http://www.plutushosting.com/banners/468x60.png" alt="Plutus Hosting - Quality and Affordable Website and Email Hosting" /></a></p>

<script type="text/javascript"><!--
google_ad_client = "ca-pub-0806920854041508";
/* Helewix Blog Banner (Img Add) */
google_ad_slot = "4023273167";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>

<p> <a href="http://za.offerforge.com/z/2278/ZA1252/"><img src="http://za.offerforge.com/42/1252/2278/" alt="OUTsurance - Click here for a quote!" border="0" /></a></p><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/creating-a-like-page-on-facebook">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/07/05/creating-a-like-page-on-facebook#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=61</wfw:commentRss>
		</item>
				<item>
			<title>Fix Windows 7 Icon association problem .lnk</title>
			<link>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/06/24/fix-windows-7-icon-association-problem-lnk</link>
			<pubDate>Fri, 24 Jun 2011 12:36:51 +0000</pubDate>			<dc:creator>Helewix.com Webmaster</dc:creator>
			<category domain="main">Microsoft</category>			<guid isPermaLink="false">60@http://helewix.com/blog/</guid>
						<description>&lt;p&gt;If all your Windows 7 Icons changed to .lnk extensions, simply run the attached registry change to set the default Icon Associations.&lt;/p&gt;

&lt;p&gt;All you need to do is extract the .reg file from the linkfix.zip file and double click the .reg file. This will need to be done with Administrator rights as it changes registry values.&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://helewix.com/blog//media/blogs/Microsoft-Solutions/lnkfix.zip&quot;&gt;lnkfix.zip&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.plutushosting.com/members/aff.php?aff=001&quot;&gt;&lt;img src=&quot;http://www.plutushosting.com/banners/468x60.png&quot; alt=&quot;Plutus Hosting - Quality and Affordable Website and Email Hosting&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;!-- Adsense block #11 not displayed since it exceed the limit of 10 --&gt;&lt;div class=&quot;item_footer&quot;&gt;&lt;p&gt;&lt;small&gt;&lt;a href=&quot;http://helewix.com/blog/index.php/Microsoft-Solutions/2011/06/24/fix-windows-7-icon-association-problem-lnk&quot;&gt;Original post&lt;/a&gt; blogged on &lt;a href=&quot;http://b2evolution.net/&quot;&gt;b2evolution&lt;/a&gt;.&lt;/small&gt;&lt;/p&gt;&lt;/div&gt;</description>
			<content:encoded><![CDATA[<p>If all your Windows 7 Icons changed to .lnk extensions, simply run the attached registry change to set the default Icon Associations.</p>

<p>All you need to do is extract the .reg file from the linkfix.zip file and double click the .reg file. This will need to be done with Administrator rights as it changes registry values.</p>

<p><a href="http://helewix.com/blog//media/blogs/Microsoft-Solutions/lnkfix.zip">lnkfix.zip</a></p>

<p><a href="http://www.plutushosting.com/members/aff.php?aff=001"><img src="http://www.plutushosting.com/banners/468x60.png" alt="Plutus Hosting - Quality and Affordable Website and Email Hosting" /></a></p>

<!-- Adsense block #12 not displayed since it exceed the limit of 10 --><div class="item_footer"><p><small><a href="http://helewix.com/blog/index.php/Microsoft-Solutions/2011/06/24/fix-windows-7-icon-association-problem-lnk">Original post</a> blogged on <a href="http://b2evolution.net/">b2evolution</a>.</small></p></div>]]></content:encoded>
								<comments>http://helewix.com/blog/index.php/Microsoft-Solutions/2011/06/24/fix-windows-7-icon-association-problem-lnk#comments</comments>
			<wfw:commentRss>http://helewix.com/blog/index.php/Microsoft-Solutions/?tempskin=_rss2&#38;disp=comments&#38;p=60</wfw:commentRss>
		</item>
			</channel>
</rss>

