<?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>TheITBros</title>
	<atom:link href="http://theitbros.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://theitbros.com</link>
	<description>An IT blog that brings you information on Microsoft Products, Windows Phones, PHP Code, Windows Sysprep, SharePoint, SCCM, Exchange, CRM, PeopleSoft, WordPress and much more!</description>
	<lastBuildDate>Fri, 10 May 2013 22:16:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<!--Theme by MyThemeShop.com-->
	<atom:link rel='hub' href='http://theitbros.com/?pushpress=hub'/>
		<item>
		<title>Grant Full Access to All Mailboxes in Exchange 2007 and 2010</title>
		<link>http://theitbros.com/grant-full-access-to-all-mailboxes-in-exchange-2007-and-2010/</link>
		<comments>http://theitbros.com/grant-full-access-to-all-mailboxes-in-exchange-2007-and-2010/#comments</comments>
		<pubDate>Fri, 10 May 2013 22:16:18 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[Exchange 2010]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Powershell]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6634</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/05/exchange-powershell-545x218.png" class="attachment-medium wp-post-image" alt="exchange-powershell" style="margin-bottom: 15px;" /></div>This is a short tutorial on how to add full access to all mailboxes in Exchange 2007 and 2010 for a an additional user. This can come in handy when say migrating to Office 365 in which you need your migration account to have full access. We were surprised by how many variations we found, [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/05/exchange-powershell-545x218.png" class="attachment-medium wp-post-image" alt="exchange-powershell" style="margin-bottom: 15px;" /></div><p>This is a short tutorial on how to add full access to all mailboxes in Exchange 2007 and 2010 for a an additional user. This can come in handy when say migrating to Office 365 in which you need your migration account to have full access. We were surprised by how many variations we found, so we decided to post one.</p>
<h2>Step 1</h2>
<p>Launch the Exchange Management Shell.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/05/exchange-management-shell.png" alt="exchange-management-shell" class="alignnone size-full wp-image-6636" /> </p>
<h2>Step 2</h2>
<p>Type the following and press enter; replacing <strong>&#8220;name_of_database&#8221;</strong> with the name of your Mailbox Storage Database and <strong>&#8220;name_of_user_account&#8221; </strong>with the name of the user you are wanting to have full access rights:
<pre class="brush: vb; title: ; notranslate">
Get-Mailbox -ResultSize Unlimited -Database &quot;name_of_database&quot; | Add-mailboxpermission –user &quot;name_of_user_account&quot; –AccessRights FullAccess
</pre>
<p>The names of your databases can be found under &#8220;mailbox&#8221; under the Server Configuration in the Exchange Management Console. Click into the database management tab.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/05/server-configuration-mailbox.png" alt="server-configuration-mailbox" class="alignnone size-full wp-image-6645" /></p>
<p>You can also grant full access permission manually one at a time by right clicking on a mailbox in the Exchange Management Console and selecting &#8220;Manage Full Access Permissions.&#8221;</p>
<h4>Incoming search terms:</h4><ul><li>exchange 2007 sp3 grant full access to mailbox</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/grant-full-access-to-all-mailboxes-in-exchange-2007-and-2010/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 &#8211; &#8220;Printer Driver Is Not Installed On This Computer&#8230;&#8221;</title>
		<link>http://theitbros.com/windows-server-2008-printer-driver-is-not-installed-on-this-computer/</link>
		<comments>http://theitbros.com/windows-server-2008-printer-driver-is-not-installed-on-this-computer/#comments</comments>
		<pubDate>Wed, 08 May 2013 03:29:26 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[2k8]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[Print Server]]></category>
		<category><![CDATA[Printer]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6614</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/05/print-server-driver-545x218.png" class="attachment-medium wp-post-image" alt="print-server-driver" style="margin-bottom: 15px;" /></div>We ran across this issue today on a Windows Server 2008 print server. The issue seems to be with some of HP&#8217;s various printer model drivers. We have also seen reports of the same issue on Windows Server 2003. When going into the properties of the printer you receive this error: &#8220;The &#8216;HP Laserjet 1200 [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/05/print-server-driver-545x218.png" class="attachment-medium wp-post-image" alt="print-server-driver" style="margin-bottom: 15px;" /></div><p>We ran across this issue today on a Windows Server 2008 print server. The issue seems to be with some of HP&#8217;s various printer model drivers. We have also seen reports of the same issue on Windows Server 2003.</p>
<p>When going into the properties of the printer you receive this error: &#8220;<strong>The &#8216;HP Laserjet 1200 Series PCL 5&#8242; printer driver is not installed on this computer. Some printer properties will not be accessible unless you install the printer driver. Do you want to install the driver now?</strong>&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/05/printer-driver-is-not-installed.png" alt="printer-driver-is-not-installed" class="alignnone size-full wp-image-6619" /></p>
<p>This appears to occur when you have switched from one version of a driver to another. There is a registry setting that doesn&#8217;t get changed. If you are having a similar error, try following the steps below.</p>
<h2>Step 1</h2>
<p>Launch the registry editor.</p>
<h2>Step 2</h2>
<p>Browse to <strong>HKEY_LOCAL_MACHINE > Software > Microsoft > Windows NT > Print Printers</strong>. Find the folder with the name of your printer and then locate the &#8220;HPTrayCount&#8221; entry.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/05/HPTrayCount.png" alt="HPTrayCount" class="alignnone size-full wp-image-6621" /></p>
<h2>Step 3</h2>
<p>Most likely the value data is set to &#8220;0.&#8221; If so, change this to &#8220;12.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/05/HPTrayCount-value-data.png" alt="HPTrayCount-value-data" class="alignnone size-full wp-image-6624" /></p>
<p>Now check your printer properties again and you should no longer receive this error.</p>
<p>Please see these additional links for more information on this error.</p>
<p><a href="http://jrudd.org/2010/05/hp-printers-printer-driver-is-not-installed-on-windows-2008-r2/ " title="HP Printer Driver Is Not Installed" target="_blank">http://jrudd.org/2010/05/hp-printers-printer-driver-is-not-installed-on-windows-2008-r2/</a><br />
<a href="http://social.technet.microsoft.com/Forums/en-US/winserverprint/thread/5101195b-3aca-4699-9a06-db4578614e2d/" title="Technet Windows Server Printer Driver Issues" target="_blank">http://social.technet.microsoft.com/Forums/en-US/winserverprint/thread/5101195b-3aca-4699-9a06-db4578614e2d/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/windows-server-2008-printer-driver-is-not-installed-on-this-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Xbox Music Can&#8217;t Sign In with Error Code 0xc00d11cd (0&#215;80004001)</title>
		<link>http://theitbros.com/xbox-music-cant-sign-in-with-error-code-0xc00d11cd-0x80004001/</link>
		<comments>http://theitbros.com/xbox-music-cant-sign-in-with-error-code-0xc00d11cd-0x80004001/#comments</comments>
		<pubDate>Sun, 28 Apr 2013 00:23:21 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Error]]></category>
		<category><![CDATA[Metro]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Sign In]]></category>
		<category><![CDATA[Xbox Music]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6584</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/xbox-music.png" class="attachment-medium wp-post-image" alt="xbox-music" style="margin-bottom: 15px;" /></div>Trying to sign in to Xbox Music in Windows 8 and getting the error code 0xc00d11cd (0&#215;80004001)? Follow the instructions below to troubleshoot the error. Solution 1 First off you can try following the steps outline by Microsoft for that error here: http://support.xbox.com/en-US/apps/windows-8/windows-8-error-c00d11cd Solution 2 If nothing from the above link worked, which it didn&#8217;t [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/xbox-music.png" class="attachment-medium wp-post-image" alt="xbox-music" style="margin-bottom: 15px;" /></div><p>Trying to sign in to Xbox Music in Windows 8 and getting the error code 0xc00d11cd (0&#215;80004001)? Follow the instructions below to troubleshoot the error.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/0xc00d11cd.png" alt="0xc00d11cd" class="alignnone size-full wp-image-6589" /></p>
<h2>Solution 1</h2>
<p>First off you can try following the steps outline by Microsoft for that error here: <a href="http://support.xbox.com/en-US/apps/windows-8/windows-8-error-c00d11cd" title="Error Code 0xc00d11cd" target="_blank">http://support.xbox.com/en-US/apps/windows-8/windows-8-error-c00d11cd</a></p>
<h2>Solution 2</h2>
<p>If nothing from the above link worked, which it didn&#8217;t for us, you might want to check the version of Windows 8 you are running. It is most likely that you are running an &#8220;N&#8221; edition of Windows 8. You can read about the &#8220;N&#8221; editions here: <a href="http://windows.microsoft.com/en-us/windows-8/n-editions" title="Windows 8 N Editions" target="_blank">http://windows.microsoft.com/en-us/windows-8/n-editions</a>. Basically the &#8220;N&#8221; editions don&#8217;t come with Windows Media player and some components that are needed for Xbox Music to function.</p>
<p>In our case one of the computers was running Windows 8 Pro N edition as seen under Computer properties.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/windows-edition.png" alt="windows-edition" class="alignnone size-full wp-image-6594" /></p>
<p>In that case you will need to download &#8220;Media Feature Pack for N and KN versions of Windows 8&#8243; from here: <a href="http://www.microsoft.com/en-us/download/details.aspx?id=30685" title="Media Feature Pack for N and KN versions of Windows 8" target="_blank">http://www.microsoft.com/en-us/download/details.aspx?id=30685</a>. Or use our links below.</p>
<p><a href="http://download.microsoft.com/download/7/A/D/7AD12930-3AA6-4040-81CF-350BF1E99076/Windows6.2-KB2703761-x64.msu" title="Windows6.2-KB2703761-x64.msu" target="_blank">Windows6.2-KB2703761-x64.msu</a><br />
<a href="http://download.microsoft.com/download/7/A/D/7AD12930-3AA6-4040-81CF-350BF1E99076/Windows6.2-KB2703761-x86.msu" title="Windows6.2-KB2703761-x86.msu" target="_blank">Windows6.2-KB2703761-x86.msu</a></p>
<p>After you install the feature pack you will need to restart your computer. Then try signing back into Xbox music. It should now work!</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/xbox-music-signed-in.png" alt="xbox-music-signed-in" class="alignnone size-full wp-image-6602" /></p>
<h4>Incoming search terms:</h4><ul><li>0xc00d11cd</li><li>error code 0xc00d11cd for xbox</li><li>xbox music c00d11cd</li><li>Xbox Music Error 0Xc00d11cd</li><li>Xbox Music Can\t Sign In</li><li>Xbox Music error code 0xc00d11cd</li><li>probleme xbox music windows 8 80004001</li><li>i can\t log into xbox music</li><li>error xbox music stuck at signing in</li><li>Windows 8 Music App 0Xc00d11cd</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/xbox-music-cant-sign-in-with-error-code-0xc00d11cd-0x80004001/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Server 2008 Print Job Stuck in Queue</title>
		<link>http://theitbros.com/windows-server-2008-print-job-stuck-in-queue/</link>
		<comments>http://theitbros.com/windows-server-2008-print-job-stuck-in-queue/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 04:25:02 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Print Server]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Queue]]></category>
		<category><![CDATA[Server 2008]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6552</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-2008.png" class="attachment-medium wp-post-image" alt="windows-server-2008" style="margin-bottom: 15px;" /></div>This tutorial will show you how to manually clear out a job stuck in the print queue. The first thing to try is obviously restarting the printer/computer. You can also try right clicking on the job in the queue and selecting delete/cancel. If those things don&#8217;t work, then follow the directions below. Step 1 Browse [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-2008.png" class="attachment-medium wp-post-image" alt="windows-server-2008" style="margin-bottom: 15px;" /></div><p>This tutorial will show you how to manually clear out a job stuck in the print queue. The first thing to try is obviously restarting the printer/computer. You can also try right clicking on the job in the queue and selecting delete/cancel. If those things don&#8217;t work, then follow the directions below.</p>
<h2>Step 1</h2>
<p>Browse to <strong>C:\Windows\System32\spool\PRINTERS</strong></p>
<p>There are two corresponding files for each print job, a .SPL file and a .SHD file that you will want to locate.</p>
<p>I usually open up the .SPL files with notepad and browse to find the correct print job. They normally list the username of person who printed and the printer model. The files don&#8217;t look pretty, but with some CTRL+F you should be able to locate the specific document that is stuck in the queue.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/spooler-files.png" alt="spooler-files" class="alignnone size-full wp-image-6559" /></p>
<h2>Step 2</h2>
<p>Now go to the Start Menu > Administrative tools and launch Services (services.msc).</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/windows-services.png" alt="windows-services" class="alignnone size-full wp-image-6563" /></p>
<h2>Step 3</h2>
<p>Right click on &#8220;Print Spooler&#8221; and stop it. If you don&#8217;t stop it, you will get errors in Step 4.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/print-spooler.png" alt="print-spooler" class="alignnone size-full wp-image-6564" /></p>
<h2>Step 4</h2>
<p>Delete the .SPL file and .SHD file corresponding to the stuck document in Step 1.</p>
<h2>Step 5</h2>
<p>Now start the print spooler back up by right clicking on it and selecting &#8220;Start.&#8221; </p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/start-print-spooler.png" alt="start-print-spooler" class="alignnone size-full wp-image-6566" /></p>
<p>Refresh the window on the print queue and it should now be gone!</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/printer-queue.png" alt="printer-queue" class="alignnone size-full wp-image-6567" /></p>
<p>If you work in a small business environment and do this quick, you can locate/delete the files + stop/restart the print spooler without any downtime. Another way people have fixed a job stuck in the queue is by setting the driver in isolation mode. That is another article. This is simply a quick way to clear out the queue.</p>
<h4>Incoming search terms:</h4><ul><li>clear print queue server 2008</li><li>clearing print queue on windows server 2008</li><li>how to remove print job from queue on a server</li><li>print job stuck in print queue windows 7</li><li>server 2008 clear print job</li><li>windows server 2007 how to clean print spooler</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/windows-server-2008-print-job-stuck-in-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Software Giveaway &#8211; CollageIt Pro for Mac OS X and Windows $19.90 Value</title>
		<link>http://theitbros.com/free-software-giveaway-collageit-pro-for-mac-os-x-and-windows-19-90-value/</link>
		<comments>http://theitbros.com/free-software-giveaway-collageit-pro-for-mac-os-x-and-windows-19-90-value/#comments</comments>
		<pubDate>Thu, 25 Apr 2013 03:26:14 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Giveaway]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Free]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[License Keys]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6520</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/collageit-pro.png" class="attachment-medium wp-post-image" alt="collageit-pro" style="margin-bottom: 15px;" /></div>We have 20 free licensed copies of CollageIt Pro (valued @ $19.90!) to give away that we received from Pearl Mountain. The first 20 people to comment on this post will get the licenses, one per person. We have 12 Windows licenses and 8 Mac OS X licenses! First come first serve. Please comment below [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/collageit-pro.png" class="attachment-medium wp-post-image" alt="collageit-pro" style="margin-bottom: 15px;" /></div><p>We have 20 free licensed copies of CollageIt Pro (valued @ $19.90!) to give away that we received from <a href="http://www.pearlmountainsoft.com/" title="Pearl Mountain" target="_blank">Pearl Mountain</a>. The first 20 people to comment on this post will get the licenses, one per person.</p>
<p>We have 12 Windows licenses and 8 Mac OS X licenses! First come first serve. Please comment below with which platform you prefer. We will update the post to let you know once certain ones are gone. </p>
<h2>CollageIt Pro Description</h2>
<p>Product URL: <a href="http://www.collageitfree.com/" title="CollageIt Pro" target="_blank">http://www.collageitfree.com/</a></p>
<p>CollageIt is an easy-to-use photo collage maker for Mac OS X &#038; Windows, which makes collage automatically. In a matter of seconds, this collage software can turn any ordinary photos into impressive collages.</p>
<h2>Extra Benefits you get from PRO Version</h2>
<ul>
<li><strong>Remove limitations</strong> and say goodbye to the annoying splash screen!</li>
<li><strong>Crop photo</strong></li>
<li><strong>Large-size collage export (12000*12000 pixels)</strong></li>
<li>FREE lifetime support</li>
</ul>
<p>You must download from this URL: <a href="http://www.collageitfree.com/download.html" title="Download CollageIt" target="_blank">http://www.collageitfree.com/download.html</a></p>
<p>The license keys expire on May 13, 2013. Install and register it before then!</p>
<p>We will soon be doing a hardware giveaway! Make sure to subscribe to our newsletter, or like us on Facebook/Follow us on Twitter so you don&#8217;t miss out.</p>
<h4>Incoming search terms:</h4><ul><li>collageit license key mac</li><li>mac software give away</li><li>free windows or mac os giveaway</li><li>collageit register code</li><li>collageit pro windows licences</li><li>collageit pro mac license code</li><li>collageit pro mac keygen</li><li>collageit pro mac</li><li>collageit pro license code free</li><li>collageit pro free license code</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/free-software-giveaway-collageit-pro-for-mac-os-x-and-windows-19-90-value/feed/</wfw:commentRss>
		<slash:comments>30</slash:comments>
		</item>
		<item>
		<title>Re-Enabling a Disabled Plugin in Microsoft Outlook 2007, 2010 and 2013</title>
		<link>http://theitbros.com/re-enabling-a-disabled-plugin-in-microsoft-outlook-2007-2010-and-2013/</link>
		<comments>http://theitbros.com/re-enabling-a-disabled-plugin-in-microsoft-outlook-2007-2010-and-2013/#comments</comments>
		<pubDate>Mon, 22 Apr 2013 00:18:37 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Disabled]]></category>
		<category><![CDATA[Microsoft Outlook]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Plugin]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=5316</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/microsoft-outlook-plugins.png" class="attachment-medium wp-post-image" alt="microsoft-outlook-plugins" style="margin-bottom: 15px;" /></div>This is a short tutorial on how to re-enable a disabled plugin in Microsoft Outlook 2007, Microsoft Outlook 2010, and Microsoft Outlook 2013. Plugins can sometimes get disabled for a variety of reasons. Especially the Microsoft CRM plugin. Click here to skip to Microsoft Outlook 2010 Instructions Click here to skip to Microsoft Outlook 2013 [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/microsoft-outlook-plugins.png" class="attachment-medium wp-post-image" alt="microsoft-outlook-plugins" style="margin-bottom: 15px;" /></div><p>This is a short tutorial on how to re-enable a disabled plugin in Microsoft Outlook 2007, Microsoft Outlook 2010, and Microsoft Outlook 2013. Plugins can sometimes get disabled for a variety of reasons. Especially the Microsoft CRM plugin.</p>
<p><a href="#outlook-2010">Click here to skip to Microsoft Outlook 2010 Instructions</a><br />
<a href="#outlook-2013">Click here to skip to Microsoft Outlook 2013 Instructions</a></p>
<h2>Microsoft Outlook 2007</h2>
<h2>Step 1</h2>
<p>In Outlook, go up to the Help Menu and click on &#8220;Disabled Items&#8230;&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2007-help-menu.png" alt="office-2007-help-menu" class="alignnone size-full wp-image-6481" /></p>
<h2>Step 2</h2>
<p>In the menu you should see the name of your plugin or the file associated with the name of the plugin. Select it and then click &#8220;Enable.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2007-disabled-items.png" alt="office-2007-disabled-items" class="alignnone size-full wp-image-6483" /></p>
<h2>Step 3</h2>
<p>Now close Microsoft Outlook, and re-open it. Your plugin is now enabled.</p>
<h2><a name="outlook-2010">Microsoft Outlook 2010</a></h2>
<h2>Step 1</h2>
<p>In Outlook go up to the file menu and click into &#8220;Options.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2010-file-options.png" alt="office-2010-file-options" class="alignnone size-full wp-image-6486" /></p>
<h2>Step 2</h2>
<p>On the left hand side select &#8220;Add-ins&#8221; and then under the drop down box next to manage make sure it is selected on &#8220;Disabled Items&#8221; and click Go.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2010-add-ins.png" alt="office-2010-add-ins" class="alignnone size-full wp-image-6490" /></p>
<h2>Step 3</h2>
<p>In the menu you should see the name of your plugin or the file associated with the name of the plugin. Select it and then click &#8220;Enable.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2010-disabled-items.png" alt="office-2010-disabled-items" class="alignnone size-full wp-image-6492" /></p>
<h2>Step 4</h2>
<p>Now close Microsoft Outlook, and re-open it. Your plugin is now enabled.</p>
<h2><a name="outlook-2013">Microsoft Outlook 2013</a></h2>
<h2>Step 1</h2>
<p>In Outlook go up to the file menu and click into &#8220;Options.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2013-file-options.png" alt="office-2013-file-options" class="alignnone size-full wp-image-6494" /></p>
<h2>Step 2</h2>
<p>On the left hand side select &#8220;Add-ins&#8221; and then under the drop down box next to manage make sure it is selected on &#8220;Disabled Items&#8221; and click Go.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2013-add-ins.png" alt="office-2013-add-ins" class="alignnone size-full wp-image-6495" /></p>
<h2>Step 3</h2>
<p>In the menu you should see the name of your plugin or the file associated with the name of the plugin. Select it and then click &#8220;Enable.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/office-2013-disabled-items.png" alt="office-2013-disabled-items" class="alignnone size-full wp-image-6496" /></p>
<h2>Step 4</h2>
<p>Now close Microsoft Outlook, and re-open it. Your plugin is now enabled.</p>
<h4>Incoming search terms:</h4><ul><li>disable crm for outlook and reenable</li><li>outlook plugin2013</li><li>outlook 2013 plugins</li><li>onenote outlook plugin error</li><li>how to re enable outlook 2007 search option in microsoft</li><li>enabling search outlook 2013</li><li>enable outlook addin 2013 script</li><li>enable outlook 2013 plugins</li><li>enable add on in microsoft outlook</li><li>peoplesoft plugin for microsoft outlook</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/re-enabling-a-disabled-plugin-in-microsoft-outlook-2007-2010-and-2013/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ISA Server 2006 &#8211; RRAS Failing, 806 GRE Errors</title>
		<link>http://theitbros.com/isa-server-2006-rras-failing-806-gre-errors/</link>
		<comments>http://theitbros.com/isa-server-2006-rras-failing-806-gre-errors/#comments</comments>
		<pubDate>Wed, 17 Apr 2013 01:44:29 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[ISA]]></category>
		<category><![CDATA[ISA 2006]]></category>
		<category><![CDATA[ISA Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VPN]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6265</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/ISA-2006.png" class="attachment-medium wp-post-image" alt="ISA-2006" style="margin-bottom: 15px;" /></div>If your ISA 2006 server is having problems with any of the following, than I would suggest looking to see if you have the KB2509553 Windows Update installed. Slow DNS Lookup times Remote desktop not working after clients connect to VPN VPN server is stuck on &#8220;applying settings&#8221; when logging in 806 GRE Firewall Errors [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/ISA-2006.png" class="attachment-medium wp-post-image" alt="ISA-2006" style="margin-bottom: 15px;" /></div><p>If your ISA 2006 server is having problems with any of the following, than I would suggest looking to see if you have the KB2509553 Windows Update installed. </p>
<ul>
<li>Slow DNS Lookup times</li>
<li>Remote desktop not working after clients connect to VPN</li>
<li>VPN server is stuck on &#8220;applying settings&#8221; when logging in</li>
<li>806 GRE Firewall Errors when trying to connect to VPN</li>
<li>RRAS service crashes on ISA Server</li>
<li>New clients cannot connect, VPN server entering deadlock mode</li>
</ul>
<p>Here is the support article documenting that KB2509553 does indeed break ISA.  <a href="http://support.microsoft.com/kb/2669182" title="KB2509553 Breaks ISA Server" target="_blank">http://support.microsoft.com/kb/2669182</a></p>
<p>You can visit the page above to download the hotfix, or click the button below. This will take you to a page where you can get the hotfix emailed to you.</p>
<p><a href="http://support.microsoft.com/hotfix/KBHotfix.aspx?kbnum=2669182&amp;kbln=en-us" target="_blank"><img src="http://theitbros.com/wp-content/uploads/2013/04/KB2509553-hotfix.png" alt="KB2509553-hotfix" class="alignnone size-full wp-image-6458" /></a></p>
<p>** Note ** We filled out the form multiple times and the hotfix URL they emailed us was broken. Probably because this is an older issue. To resolve your problem <strong>simply uninstall the KB2509553 update on your ISA server and don&#8217;t re-install it</strong>.</p>
<p>Here is a technet post with people that have experience the same issue. <a href="http://social.technet.microsoft.com/Forums/en-US/Forefrontedgegeneral/thread/2fd8f0ce-83ad-4070-a5bc-36b862f4648c/" title="Windows Update Breaks ISA" target="_blank">http://social.technet.microsoft.com/Forums/en-US/Forefrontedgegeneral/thread/2fd8f0ce-83ad-4070-a5bc-36b862f4648c/</a></p>
<p>Here is a link for additional error troubleshooting for ISA 2006.<br />
<a href="http://blogs.technet.com/b/rrasblog/archive/2009/08/12/troubleshooting-common-vpn-related-errors.aspx" title="Troubleshoot ISA 2006 Error Codes" target="_blank">http://blogs.technet.com/b/rrasblog/archive/2009/08/12/troubleshooting-common-vpn-related-errors.aspx</a></p>
<h4>Incoming search terms:</h4><ul><li>isa server 2006</li><li>rras disable when installed isa 2006</li><li>vpn 806 gre</li><li>windows xp stuck in check disk loop</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/isa-server-2006-rras-failing-806-gre-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AdSense Ads not showing in IE10</title>
		<link>http://theitbros.com/google-adsense-ads-not-showing-in-ie10/</link>
		<comments>http://theitbros.com/google-adsense-ads-not-showing-in-ie10/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 04:55:28 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Google Adsense]]></category>
		<category><![CDATA[Google+]]></category>
		<category><![CDATA[IE10]]></category>
		<category><![CDATA[Internet Explorer 10]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6241</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/microsoft-verses-google.png" class="attachment-medium wp-post-image" alt="microsoft-verses-google" style="margin-bottom: 15px;" /></div>As many bloggers have noticed recently with the release of Microsoft&#8217;s Internet Explorer 10, Google AdSense ads are no longer showing in the browser. By default IE10 blocks AdSense ads. While this is great for end users, it isn&#8217;t so great for bloggers who rely on some ads to pay for hosting feeds, etc. While [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/microsoft-verses-google.png" class="attachment-medium wp-post-image" alt="microsoft-verses-google" style="margin-bottom: 15px;" /></div><p>As many bloggers have noticed recently with the release of Microsoft&#8217;s Internet Explorer 10, Google AdSense ads are no longer showing in the browser. By default IE10 blocks AdSense ads. While this is great for end users, it isn&#8217;t so great for bloggers who rely on some ads to pay for hosting feeds, etc. While IE10 doesn&#8217;t hold a significant market share yet, it will only keep going up. And with some blogs, even a 2% market share is a lot money.</p>
<p>You can read more about IE10&#8242;s &#8220;Do Not Track&#8221; settings here: <a href="http://www.hasoffers.com/blog/microsoft-attacks-google-do-not-track/" title="Microsoft Attacks Google with IE 10 Do Not Track Settings" target="_blank">http://www.hasoffers.com/blog/microsoft-attacks-google-do-not-track/</a></p>
<p>The only workarounds we have seen so far were already posted by sMarty here: <a href="http://redirectscripts.com/miscellaneous/google-ads-not-displayed-ie-10-browser.html" title="Google Ads not displayed IE 10 browser" target="_blank">http://redirectscripts.com/miscellaneous/google-ads-not-displayed-ie-10-browser.html</a></p>
<p>One involves changing the meta content tag back to IE7. This will however render our site differently and for most this won&#8217;t work very good. He also shares another jQuery and PHP solution.</p>
<p>Neither of these work very great and so most bloggers are left wondering if they should simply ditch Google AdSense temporarily and switch to BuySellAds or other third party&#8217;s until this issue has been resolved. </p>
<p>Let us know what you think by commenting below.</p>
<h4>Incoming search terms:</h4><ul><li>adsense ads not showing in internet explorer 10</li><li>adsense ads not showing in ie</li><li>wordpress google ads not showing ie</li><li>ie10 no adsense</li><li>ie10 google tracking</li><li>ie10 google adsense</li><li>ie10 google ads from ajax</li><li>ie10 for wp8 do not show adsense</li><li>ie10 block google ads</li><li>ie10 ajax settings</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/google-adsense-ads-not-showing-in-ie10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn off Internet Explorer Enhanced Security Configuration</title>
		<link>http://theitbros.com/turn-off-internet-explorer-enhanced-security-configuration/</link>
		<comments>http://theitbros.com/turn-off-internet-explorer-enhanced-security-configuration/#comments</comments>
		<pubDate>Mon, 15 Apr 2013 03:05:08 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Server]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[Server 2012]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=5901</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-ie-esc.png" class="attachment-medium wp-post-image" alt="windows-server-ie-esc" style="margin-bottom: 15px;" /></div>This is a short tutorial to show you how to turn off Internet Explorer Enhanced Security Configuration in Windows Server 2003, Windows Server 2008 R2, and Windows Server 2012. We don&#8217;t recommend keeping this off in a production environment, but perhaps you are in a lab or development environment and simply need to disable it. [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-ie-esc.png" class="attachment-medium wp-post-image" alt="windows-server-ie-esc" style="margin-bottom: 15px;" /></div><p>This is a short tutorial to show you how to turn off Internet Explorer Enhanced Security Configuration in Windows Server 2003, Windows Server 2008 R2, and Windows Server 2012. <strong>We don&#8217;t recommend keeping this off in a production environment</strong>, but perhaps you are in a lab or development environment and simply need to disable it.</p>
<p><a href="#server-2008">Click here to skip to Windows Server 2008 Instructions</a><br />
<a href="#server-2012">Click here to skip to Windows Server 2012 Instructions</a></p>
<h2>Windows Server 2003</h2>
<h3>Step 1</h3>
<p>In Windows Server 2003 it is a little different than Windows Server 2008 and 2012. First you will need to go to the start menu and then to the control panel.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-2003-control-panel.png" alt="windows-server-2003-control-panel" class="alignnone size-full wp-image-6200" /></p>
<h3>Step 2</h3>
<p>Then go to &#8220;Add or Remove Programs.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-2003-add-remove-programs.png" alt="windows-server-2003-add-remove-programs" class="alignnone size-full wp-image-6202" /></p>
<h3>Step 3</h3>
<p>Then on the left hand side click on &#8220;Add/Remove Windows Components.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-2003-add-remove-windows-components.png" alt="windows-server-2003-add-remove-windows-components" class="alignnone size-full wp-image-6205" /></p>
<h3>Step 4</h3>
<p>Scroll down and uncheck &#8220;Internet Explorer Enhanced Security Configuration.&#8221; Then click OK.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/windows-server-2003-IEESC.png" alt="windows-server-2003-IEESC" class="alignnone size-full wp-image-6207" /></p>
<h2><a name="server-2008">Windows Server 2008</a></h2>
<h3>Step 1</h3>
<p>Go to the start menu and click into &#8220;Server Manager.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/server-2008-server-manager.png" alt="server-2008-server-manager" class="alignnone size-full wp-image-6214" /></p>
<h3>Step 2</h3>
<p>On the right hand side click on &#8220;Configure IE ESC.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/server-2008-configure-ie-esc.png" alt="server-2008-configure-ie-esc" class="alignnone size-full wp-image-6218" /></p>
<h2>Step 3</h2>
<p>By default they are both set to on. You can turn both of them off and then click OK.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/server-2008-internet-explorer-enhanced-security-configuration.png" alt="server-2008-internet-explorer-enhanced-security-configuration"  class="alignnone size-full wp-image-6220" /></p>
<h2><a name="server-2012">Windows Server 2012</a></h2>
<h3>Step 1</h3>
<p>Click into Local Server, under the Server Manager.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/server-2012-local-server.png" alt="server-2012-local-server" width="453" height="240" class="alignnone size-full wp-image-6224" /></p>
<h3>Step 2</h3>
<p>On the right hand side, click &#8220;On&#8221; next to the IE Enhanced Security Configuration.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/server-2012-IE-enhanced-security-configuration.png" alt="server-2012-IE-enhanced-security-configuration" class="alignnone size-full wp-image-6225" /></p>
<h2>Step 3</h2>
<p>By default, both are set to on. You can turn both of them off and then click OK.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/server-2012-IE-ESC.png" alt="server-2012-IE-ESC" class="alignnone size-full wp-image-6226" /></p>
<h4>Incoming search terms:</h4><ul><li>disable ie enhanced security windows server 2008 r2 internet explorer 10</li><li>windows server 2003 start menu</li><li>disable ie 8 enhanced security configuration for server 2003</li><li>ie esc</li><li>Internet Explorer Enhanced Security Configuration windows 7</li><li>step to configure ie esc windows 7</li><li>turn off enhanced security configuration</li><li>turn off ie 10 enhanced security windows 7</li><li>windows 2012 ie esc</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/turn-off-internet-explorer-enhanced-security-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flirc &#8211; Control Your Media Center PC with Any Remote</title>
		<link>http://theitbros.com/flirc-control-your-media-center-pc-with-any-remote/</link>
		<comments>http://theitbros.com/flirc-control-your-media-center-pc-with-any-remote/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 23:41:13 +0000</pubDate>
		<dc:creator>Brett Jackson</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Media Center]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[flirc]]></category>
		<category><![CDATA[media center]]></category>
		<category><![CDATA[plex]]></category>
		<category><![CDATA[Remote]]></category>
		<category><![CDATA[remote control]]></category>
		<category><![CDATA[windows media center]]></category>
		<category><![CDATA[wmc]]></category>
		<category><![CDATA[xbmc]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6107</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/flirc-featured-image.png" class="attachment-medium wp-post-image" alt="flirc-featured-image" style="margin-bottom: 15px;" /></div>I have always been a big fan of having a custom home media center PC, and have used both XBMC and Plex for a long time now. But of course, all the work setting up the perfect home media center is useless if you are still bound to a mouse and keyboard. I spend a [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/flirc-featured-image.png" class="attachment-medium wp-post-image" alt="flirc-featured-image" style="margin-bottom: 15px;" /></div><p>I have always been a big fan of having a custom home media center PC, and have used both XBMC and Plex for a long time now. But of course, all the work setting up the perfect home media center is useless if you are still bound to a mouse and keyboard. I spend a long time researching the best options for using different remote controls, game controllers, as well as phone and tablet applications to control my media center PC. One of the best and most useful devices that I have come across so far has been the Flirc. </p>
<h3>Flirc</h3>
<p>The Flirc is a very small usb device that works with practically any IR remote control. After installing the free software, it is very easy to get your remote control working with your media center in just a few minutes. The software has a few different views to program your Flirc specifically for programs like XBMC, Boxee, and WMC. I primarily use Plex, so I usually just stick to the full keyboard view. You can program any key on your keyboard to any button on your remote control and the Flirc does the rest!</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/flirc-review1-700x505.png" alt="flirc-review1" class="alignnone size-medium wp-image-6177" /></p>
<p>One other thing that is great about the Flirc is that it stores the programmed keystrokes on the usb device itself, which allows you to plug your Flirc into another computer and still have your remote control working like normal without having to install the software or re-program it. It even works to control Plex on my Surface RT! (Not that this is very useful, I was just curious)</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/flirc-review2.jpg" alt="flirc-review2" class="alignnone size-full wp-image-6181" /></p>
<p>The one drawback of the Flirc is that it is using an IR signal, so you can&#8217;t have anything blocking the path between your remote control and your Flirc. For me, this isn&#8217;t much of a problem, as I also use an Xbox 360 controller to control my media center when I&#8217;m not in a good spot. However, the Flirc only costs about $20, so it is a very inexpensive and easy way to get your media center PC up and running with your remote control of choice. I definitely recommend this product!</p>
<p>Get your own Flirc at <a href='http://www.flirc.tv/'>www.flirc.tv</a>!</p>
<h4>Incoming search terms:</h4><ul><li>ir remote control for plex windows</li><li>best remote for windows media center</li><li>controlling windows media center on xbox</li><li>flirc</li><li>flirc mce</li><li>one for all remote flirc</li><li>which is the best media center program</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/flirc-control-your-media-center-pc-with-any-remote/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Convert Live Meetings to Lync Online Meetings</title>
		<link>http://theitbros.com/convert-live-meetings-to-lync-online-meetings/</link>
		<comments>http://theitbros.com/convert-live-meetings-to-lync-online-meetings/#comments</comments>
		<pubDate>Wed, 10 Apr 2013 04:28:36 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Calendar]]></category>
		<category><![CDATA[Live Meeting]]></category>
		<category><![CDATA[Lync]]></category>
		<category><![CDATA[Meetings]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6160</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/livemeeting-to-lync.png" class="attachment-medium wp-post-image" alt="livemeeting-to-lync" style="margin-bottom: 15px;" /></div>As you know, Live Meeting is being discontinued by Microsoft on April 29th, 2013. Because of this a lot of businesses are having to find alternatives. If you are moving forward with Microsoft Lync, follow the instructions below to convert your Live Meetings to Lync Online Meetings. There is no need to re-setup all your [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/livemeeting-to-lync.png" class="attachment-medium wp-post-image" alt="livemeeting-to-lync" style="margin-bottom: 15px;" /></div><p>As you know, Live Meeting is being discontinued by Microsoft on April 29th, 2013. Because of this a lot of businesses are having to find alternatives. If you are moving forward with <a href="http://office.microsoft.com/en-us/lync/" title="Microsoft Lync" target="_blank">Microsoft Lync</a>, follow the instructions below to convert your Live Meetings to Lync Online Meetings. There is no need to re-setup all your meetings. Feel free to tweak this tutorial and send it to your employees/co-workers. </p>
<p>This tutorial assumes you have already installed the Microsoft Lync client.</p>
<h2>Step 1</h2>
<p>The first step is to close Microsoft Outlook.</p>
<h2>Step 2</h2>
<p>The second step is to uninstall the Live Meeting &#8220;Microsoft Conferencing Add-in for Microsoft Office Outlook.&#8221; To do this, go into the control panel, uninstall a program, select &#8220;Microsoft Conferencing Add-in for Microsoft Office Outlook&#8221; and click on Uninstall. </p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/microsoft-conferencing-add-in.png" alt="microsoft-conferencing-add-in" class="alignnone size-full wp-image-6161" /></p>
<h2>Step 3</h2>
<p>Now launch Microsoft Outlook and click into a meeting you have previously scheduled with Live Meeting.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/microsoft-outlook-calendar.png" alt="microsoft-outlook-calendar" class="alignnone size-full wp-image-6163" /></p>
<h2>Step 4</h2>
<p>Click the Lync &#8220;Online Meeting&#8221; icon and then click on &#8220;Send Update.&#8221; This will send an updated meeting invite to the recipient(s) and convert it to a Lync Online meeting.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/lync-online-meeting.png" alt="lync-online-meeting" class="alignnone size-full wp-image-6165" /></p>
<p>Hopefully that helps!</p>
<h4>Incoming search terms:</h4><ul><li>convert live meetings to lync meetings</li><li>how to convert live meeting to lync</li><li>change a meeting to a lync meeting</li><li>change lync online meeting to live meeting</li><li>convert live meeting to lync meeting</li><li>converting live meeting lync</li><li>live meeting to lync online meeting convert</li><li>lync online meeting</li><li>uninstall live meeting for lync</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/convert-live-meetings-to-lync-online-meetings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Spotify Web Player on Your Surface RT</title>
		<link>http://theitbros.com/enable-spotify-web-player-on-your-surface-rt/</link>
		<comments>http://theitbros.com/enable-spotify-web-player-on-your-surface-rt/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 02:37:38 +0000</pubDate>
		<dc:creator>Brett Jackson</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Music]]></category>
		<category><![CDATA[Spotify]]></category>
		<category><![CDATA[Surface]]></category>
		<category><![CDATA[Web Player]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=5738</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/spotify-web-player.png" class="attachment-medium wp-post-image" alt="spotify-web-player" style="margin-bottom: 15px;" /></div>Many of you may already know that Spotify has a web player in the works, and I&#8217;ve heard that some people are able to use it already without any trouble. For the rest of us, paying a visit to play.spotify.com simply redirects you to Spotify&#8217;s home page. Apparently, this means that your account isn&#8217;t activated [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/spotify-web-player.png" class="attachment-medium wp-post-image" alt="spotify-web-player" style="margin-bottom: 15px;" /></div><p>Many of you may already know that Spotify has a web player in the works, and I&#8217;ve heard that some people are able to use it already without any trouble. For the rest of us, paying a visit to <a href='http://play.spotify.com' target='_blank'>play.spotify.com</a> simply redirects you to Spotify&#8217;s home page. Apparently, this means that your account isn&#8217;t activated to make use of the web player. Luckily, there is a way to enable this web player for your Spotify account right now! Spotify has yet to release a Windows 8 App, so this is nice to have in the mean time, especially for those of you who are using a Surface RT, or another Windows RT device.</p>
<h3>Disclaimer</h3>
<p>Before we start, just be aware that to make use of the web player with your Spotify account, you must have your Spotify linked to your Facebook. As long as you are ok with having those accounts linked, please read on.</p>
<h3>Step 1</h3>
<p>Click on <a href='https://apps.facebook.com/get-spotify/?fb_source=notification&#038;fb_ref=cazzette_de&#038;ref=notif&#038;notif_t=app_notification'>this link</a> to enable the Spotify web player for your account. You will be redirected to Facebook for a moment, and then you will be pushed to the Spotify web player. It may hang at the first loading screen the first time you reach the web player. If this happens, just click the &#8216;Please click here&#8217; link.<br />
<img src="http://theitbros.com/wp-content/uploads/2013/04/spotify-web-player2.png" alt="spotify-web-player2" width="414" height="182" class="alignnone size-full wp-image-6150" /></p>
<h3>Step 2</h3>
<p>You should see the Spotify web player login screen at this point. Go ahead and login, preferably with your Facebook account, since it has to be linked for this to work anyway. That&#8217;s it, you have now enabled the Spotify web player for your account!<br />
<img src="http://theitbros.com/wp-content/uploads/2013/04/spotify-web-player1-700x399.png" alt="spotify-web-player1" class="alignnone size-medium wp-image-6147" /></p>
<h3>Step 3</h3>
<p>Just a heads up and some more explanation on what is happening here. When you click on that specific link and go through Facebook to enable the Spotify web player, specific cookies are being set locally on your computer to make sure going to play.spotify.com does not redirect you away from the web player. This means that enabling the web player in this way is specific to the browser your working in. You will have to do this for each browser you want the web player to work in. Also, if you clear your cookies for any reason, you may have to re-enable to web player again. Hopefully Spotify brings this player out from behind the curtains sometime soon, but for now, this is a pretty simple work around.<br />
<img src="http://theitbros.com/wp-content/uploads/2013/04/spotify-web-player3-700x267.png" alt="spotify-web-player3" width="700" height="267" class="alignnone size-medium wp-image-6152" /></p>
<h3>Wrap Up</h3>
<p>It may not be as fluid as a native application, but I&#8217;ve enjoyed having access to my Spotify collection on my Surface RT. I would hope that a Windows 8 App is coming down the line, as Spotify recently released a Windows Phone 8 App which works pretty well. For the time being, crank up those playlists!</p>
<h4>Incoming search terms:</h4><ul><li>spotify windows rt</li><li>spotify surface rt</li><li>Spotify on Windows RT</li><li>spotify for surface</li><li>spotify for windows 8 rt</li><li>spotify for surface rt</li><li>spotify web player windows rt</li><li>spotify surface</li><li>spotify windows 8 rt</li><li>how enable spotify windows rt</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/enable-spotify-web-player-on-your-surface-rt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatically Accept Meeting Requests in Microsoft Outlook</title>
		<link>http://theitbros.com/automatically-accept-meeting-requests-in-microsoft-outlook/</link>
		<comments>http://theitbros.com/automatically-accept-meeting-requests-in-microsoft-outlook/#comments</comments>
		<pubDate>Tue, 09 Apr 2013 01:05:39 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Invites]]></category>
		<category><![CDATA[Meeting]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6121</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/03/outlook.png" class="attachment-medium wp-post-image" alt="outlook" style="margin-bottom: 15px;" /></div>Follow the instructions below to automatically accept meeting requests and remove canceled meetings. There are instructions for both Microsoft Outlook 2010 and Outlook 2013. Microsoft Outlook 2010 Step 1 In Outlook, go up to File > Options. Step 2 Go to Calendar, scroll down and click into &#8220;Resource Scheduling.&#8221; Step 3 Then check the box [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/03/outlook.png" class="attachment-medium wp-post-image" alt="outlook" style="margin-bottom: 15px;" /></div><p>Follow the instructions below to automatically accept meeting requests and remove canceled meetings. There are instructions for both Microsoft Outlook 2010 and Outlook 2013.</p>
<h2>Microsoft Outlook 2010</h2>
<h2>Step 1</h2>
<p>In Outlook, go up to File > Options.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/outlook-2010-file-options.png" alt="outlook-2010-file-options" class="alignnone size-full wp-image-6126" /></p>
<h2>Step 2</h2>
<p>Go to Calendar, scroll down and click into &#8220;Resource Scheduling.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/outlook-resource-scheduling.png" alt="outlook-resource-scheduling" class="alignnone size-full wp-image-6129" /></p>
<h2>Step 3</h2>
<p>Then check the box next to &#8220;Automatically accept meeting requests and remove canceled meetings&#8221; and hit OK.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/outlook-2010-auto-accept.png" alt="outlook-2010-auto-accept" class="alignnone size-full wp-image-6132" /></p>
<h2>Microsoft Outlook 2013</h2>
<h2>Step 1</h2>
<p>In Outlook, go up to File > Options.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/outlook-2013-file-options.png" alt="outlook-2013-file-options" class="alignnone size-full wp-image-6136" /></p>
<h2>Step 2</h2>
<p>Go to Calendar, scroll down and click into &#8220;Auto Accept/Decline&#8230;&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/outlook-2013-calender-menu.png" alt="outlook-2013-calender-menu" class="alignnone size-full wp-image-6138" /></p>
<h2>Step 3</h2>
<p>Then check the box next to &#8220;Automatically accept meeting requests and remove canceled meetings&#8221; and click OK.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/outlook-2013-auto-accept.png" alt="outlook-2013-auto-accept" class="alignnone size-full wp-image-6140" /></p>
<h4>Incoming search terms:</h4><ul><li>outlook 2010 automatically accept meeting requests</li><li>turn off auto accept meeting requests outlook 2010</li><li>outlook 2010 disable calendar auto accept</li><li>outlook 2010 calendar automatically accept meeting requests</li><li>outlook 2013 auto accept</li><li>outlook 2013 auto accept calendar invites</li><li>outlook 2013 auto accept meetings</li><li>outlook 2013 cannot delete meeting requests</li><li>outlook accept meeting error</li><li>PLAY SOUND ACCEPT OUTLOOK MEETING REQUEST</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/automatically-accept-meeting-requests-in-microsoft-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>3ware 9550SX Raid Controller Driver for Windows Server 2008 R2 x32 and x64</title>
		<link>http://theitbros.com/3ware-9550sx-raid-controller-driver-for-windows-server-2008-r2-x32-and-x64/</link>
		<comments>http://theitbros.com/3ware-9550sx-raid-controller-driver-for-windows-server-2008-r2-x32-and-x64/#comments</comments>
		<pubDate>Sun, 07 Apr 2013 07:54:34 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Drivers]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Controller]]></category>
		<category><![CDATA[Driver]]></category>
		<category><![CDATA[Raid]]></category>
		<category><![CDATA[Windows Server 2008 R2]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6097</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/raid-driver.png" class="attachment-medium wp-post-image" alt="raid-driver" style="margin-bottom: 15px;" /></div>If you reached this page you are probably running on an older Raid Card, perhaps the 9550SX and are trying to see if you can run Windows Server 2008 R2 32-bit or 64-bit on it. Fortunately there is support for this. This specific driver is very hard to find and so we thought we should [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/raid-driver.png" class="attachment-medium wp-post-image" alt="raid-driver" style="margin-bottom: 15px;" /></div><p>If you reached this page you are probably running on an older Raid Card, perhaps the 9550SX and are trying to see if you can run Windows Server 2008 R2 32-bit or 64-bit on it. Fortunately there is support for this. This specific driver is very hard to find and so we thought we should share it with you.</p>
<p>You can download it from our Mega mirror here:<br />
<a href="https://mega.co.nz/#!aZ9TUAwb!bqZ_JijN_1Mt7QZBNJSnLnfMJU9-g8KAKMsiHkVSIoU" title="driver-win-x64-9.5.0.1_usbfloppyinstall.zip" target="_blank">driver-win-x64-9.5.0.1_usbfloppyinstall.zip</a></p>
<p>Enjoy!</p>
<h4>Incoming search terms:</h4><ul><li>3ware 9550sx windows drivers</li><li>9550sx windows 2008 r2</li><li>3ware 9550 windows 2008 driver</li><li>what driver do i need to boot win server 2008r2 on 3ware 9550sx raid</li><li>server 2012 3ware 9550sx</li><li>raid controller драйвер server 2008</li><li>9550sx(u) driver</li><li>9550sx raid driver</li><li>3ware raid drivers windows 2008 r2 9550</li><li>3ware 9550sx with 2008r2</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/3ware-9550sx-raid-controller-driver-for-windows-server-2008-r2-x32-and-x64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook Error &#8220;Cannot Turn Off Reminder&#8221;</title>
		<link>http://theitbros.com/outlook-error-cannot-turn-off-reminder/</link>
		<comments>http://theitbros.com/outlook-error-cannot-turn-off-reminder/#comments</comments>
		<pubDate>Tue, 02 Apr 2013 04:58:50 +0000</pubDate>
		<dc:creator>Brian Jackson</dc:creator>
				<category><![CDATA[Office]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[MFCMAPI]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Reminders]]></category>

		<guid isPermaLink="false">http://theitbros.com/?p=6055</guid>
		<description><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/turn-off-reminders.png" class="attachment-medium wp-post-image" alt="turn-off-reminders" style="margin-bottom: 15px;" /></div>Are you running Microsoft Outlook and getting the following popup when trying to dismiss/delete a reminder? &#8220;Cannot Turn Off Reminder. You may be reminded again. Could not complete the operation. One or more parameter values are not valid.&#8221; Below are a couple things you can try to get rid of those corrupted/stuck reminders. Solution 1 [...]]]></description>
				<content:encoded><![CDATA[<div><img width="545" height="218" src="http://theitbros.com/wp-content/uploads/2013/04/turn-off-reminders.png" class="attachment-medium wp-post-image" alt="turn-off-reminders" style="margin-bottom: 15px;" /></div><p>Are you running Microsoft Outlook and getting the following popup when trying to dismiss/delete a reminder? <strong>&#8220;Cannot Turn Off Reminder. You may be reminded again. Could not complete the operation. One or more parameter values are not valid.&#8221;</strong></p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/cannot-turn-off-the-reminder.png" alt="cannot-turn-off-the-reminder" class="alignnone size-full wp-image-6060" /></p>
<p>Below are a couple things you can try to get rid of those corrupted/stuck reminders.</p>
<h2>Solution 1</h2>
<p>There is a great tool called <a href="http://mfcmapi.codeplex.com/" title="MFCMAPI" target="_blank">MFCMAPI</a>. MFCMAPI uses Microsoft&#8217;s published APIs to provide access to MAPI stores through a graphical user interface. Its purpose is to facilitate investigation of Exchange and Outlook issues and to provide developers with a canonical sample for MAPI development.</p>
<p>Head over there and download the tool. <a href="http://mfcmapi.codeplex.com/releases/view/103734 " title="mfcmapi download" target="_blank">http://mfcmapi.codeplex.com/releases/view/103734 </a>(make sure to grab the appropriate one; whether you have office 32-bit or office 64-bit)</p>
<p><strong>Please close Microsoft Outlook before proceeding.</strong></p>
<h2>Step 1</h2>
<p>When you first launch the tool, you will want to go to &#8220;Session&#8221; and click on &#8220;Logon.&#8221; </p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/mfcmapi-logon.png" alt="mfcmapi-logon" class="alignnone size-full wp-image-6070" /></p>
<h2>Step 2</h2>
<p>Choose the Outlook profile you are having problems with. By default you will most likely only have one, &#8220;Outlook.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/mfcmapi-choose-profile.png" alt="mfcmapi-choose-profile" class="alignnone size-full wp-image-6072" /></p>
<h2>Step 3</h2>
<p>Right click on your mailbox and select &#8220;Open Store.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/mfcmapi-open-store.png" alt="mfcmapi-open-store" class="alignnone size-full wp-image-6074" /></p>
<h2>Step 4</h2>
<p>Select &#8220;Finder&#8221; and then right click on &#8220;Reminders&#8221; and select &#8220;Open contents table.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/mfcmapi-reminders-contents-table.png" alt="mfcmapi-reminders-contents-table" class="alignnone size-full wp-image-6076" /></p>
<h2>Step 5</h2>
<p>Be careful on this step. You don&#8217;t want to select all of them and delete, otherwise you will lose all of your reminders. Search for and find the specific reminders that you cannot turn off or dismiss, right click on them and select &#8220;Delete message.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/mfcmapi-delete-reminder.png" alt="mfcmapi-delete-reminder" class="alignnone size-full wp-image-6078" /></p>
<p>You can then exit the tool, launch Microsoft Outlook and hopefully your reminder will now be gone!</p>
<h2>Solution 2</h2>
<p>The second solution would be to simply wipe the local Outlook profile by going into &#8220;Mail&#8221; in the control panel, deleting the profile and then rebuilding it. You could also temporarily turn off cached Exchange mode. This would most likely fix your problem right away, however I don&#8217;t recommend this as a long term solution. Obviously if the errors are happening when in cached mode, there is a problem somewhere that you need to resolve. But if you want to turn off exchange cache mode simply go into the email properties of your mailbox in Outlook and uncheck &#8220;Use Cached Exchange Mode.&#8221;</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/turn-off-cached-exchange-mode.png" alt="turn-off-cached-exchange-mode" class="alignnone size-full wp-image-6081" /></p>
<h2>Solution 3</h2>
<p>You can also start Microsoft Outlook with the /clean reminders flag and it will rebuild your reminders. To do this, simply go to Run and type <strong>Outlook /clean reminders</strong>.</p>
<p><img src="http://theitbros.com/wp-content/uploads/2013/04/outlook-clean-reminders.png" alt="outlook-clean-reminders" class="alignnone size-full wp-image-6083" /></p>
<p>Hopefully out of those three solutions one of those will work for you!</p>
<h4>Incoming search terms:</h4><ul><li>outlook 2010 cannot turn off the reminder</li><li>cannot turn off the reminder outlook 2010</li><li>outlook 2010 cannot turn off reminder</li><li>cannot turn off reminder outlook 2010</li><li>why cant I turn off my outlook reminders?</li><li>Microsoft Outlook Reminders will not go away</li><li>cannot turn off reminder</li><li>outlook errors cannot reminder</li><li>outlook cannot turn off reminder</li><li>outlook 2010 error cannot turn off the reminder</li></ul>]]></content:encoded>
			<wfw:commentRss>http://theitbros.com/outlook-error-cannot-turn-off-reminder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
