<?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>Technoogies Techno Blog</title>
	<atom:link href="http://www.technoogies.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technoogies.com</link>
	<description>---[ Problems and Issues, Fixes and Repairs, Software and Hardware ]---</description>
	<lastBuildDate>Sun, 20 May 2012 03:01:47 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Zimbra gets corrupted MySQL mboxgroup data</title>
		<link>http://www.technoogies.com/2012/zimbra-gets-corrupted-mysql-mboxgroup-data</link>
		<comments>http://www.technoogies.com/2012/zimbra-gets-corrupted-mysql-mboxgroup-data#comments</comments>
		<pubDate>Sun, 20 May 2012 02:52:02 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Techno Noogies]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[Loading]]></category>
		<category><![CDATA[mboxgroup]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[mysqlcheck]]></category>
		<category><![CDATA[Zimbra]]></category>
		<category><![CDATA[Zimbra Collaboration Suite]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=582</guid>
		<description><![CDATA[I have a customer that uses a free version of Zimbra Collaboration Suite on an ESXi 4.1 host for internal stuff. I haven’t been able to figure out what happened but the ESXi host powered off over the weekend and after powering it back up the Zimbra server needed to check the file system. After [&#8230;] <a class="more-link" href="http://www.technoogies.com/2012/zimbra-gets-corrupted-mysql-mboxgroup-data">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>I have a customer that uses a free version of <strong>Zimbra Collaboration Suite</strong> on an <strong>ESXi 4.1</strong> host for internal stuff. I haven’t been able to figure out what happened but the ESXi host powered off over the weekend and after powering it back up the Zimbra server needed to check the file system. After I set the fsck in motion the whole host reset. When I got back into the Zimbra server the file system tested okay this time so I left it alone and monitored the host for the day. Later the next day I got a call that someone’s inbox was empty but showing 172 new emails. The web logon would keep showing <strong>“Loading…”</strong> for half of the office. So dang, not good.</p>
<p>I’m no guru at <strong>Linux</strong> and <strong>MySQL</strong> but I get around okay. I looked up the “Loading…” thing first but it’s too vague of a search with too many possibilities. Eventually I found that half of the <strong>mboxgroup</strong> databases were corrupted along with some of the Zimbra database tables. Every attempt to check or repair would just sit there spinning its wheels and never complete they were so jacked up. Fortunately I made a copy of the VM’s after the host did that last reset and decided it was best to go back to the copy I made. That night with all of the other VM’s powered off I started the Zimbra server and started repairing it while keeping the users off because it the corruption is likely to spread when in use. I say that because after the restore there was only one mboxgroup database that had a problem and this time I was able to do a dump from it. Good thing too because the repair didn’t work and said I was using the wrong engine. The data was really trashed.</p>
<p>NOTE: Some commands are word wrapped to fit.</p>
<p>First off you should know your passwords for the MySQL operations. If not you’ll need to reset them as shown from <a href="http://blog.aionsolution.com/category/zimbra/">http://blog.aionsolution.com/category/zimbra/</a> as follows.</p>
<h3>Updating Mailbox MySQL Database Passwords</h3>
<p>It is necessary to run the password update commands as the zimbra user.</p>
<pre># su - zimbra</pre>
<p>Make sure the mailbox mysql database is running. Note that the actual process id (pid) will vary.</p>
<pre> $ mysql.server status
 mysql is running with pid 23830</pre>
<p>If that fails to find a running mysql, verify that the mailbox mysqld does not appear in the process list, and then start it.</p>
<pre>$ ps a | grep mysqld.*my.cnf
$ mysql.server start</pre>
<p>Update the mysql root password.</p>
<pre>$ zmmypasswd --root newrootpass</pre>
<p>Update the zimbra mysql password.</p>
<pre>$ zmmypasswd newpass</pre>
<h3>Updating Logger MySQL Database Passwords</h3>
<p>It is necessary to run the password update commands as the zimbra user.</p>
<pre># su - zimbra</pre>
<p>Make sure the logger mysql database is running. Note that the actual process id (pid) will vary.</p>
<pre>$ logmysql.server status
  mysql is running with pid 23830</pre>
<p>If that fails to find a running mysql, verify that the mailbox mysqld does not appear in the process list, and then start it.</p>
<pre>$ ps a | grep mysqld.*my.logger.cnf
$ logmysql.server start</pre>
<p>Update the logger mysql root password.</p>
<pre>$ zmmylogpasswd --root newrootpass</pre>
<p>Update the logger zimbra mysql password.</p>
<pre>$ zmmylogpasswd newpass</pre>
<p>Now you can check to see what is damaged.</p>
<p><strong>Change to the user zimbra by the su command if you skipped the previous password changes.</strong></p>
<p>$ su zimbra</p>
<p><strong>Check for databases for errors:</strong></p>
<pre>$ /opt/zimbra/mysql/bin/mysqlcheck --defaults-file=/opt/zimbra/conf/my.cnf
  -S /opt/zimbra/db/mysql.sock -A -C -s -u root --password=your password

 <strong>This will show you something like this: </strong>mboxgroup10.mail_item
 error    : Corrupt
 zimbra.jiveID
 warning  : 1 client is using or hasn't closed the table properly
 zimbra.jiveOffline
 warning  : 1 client is using or hasn't closed the table properly
 zimbra.jiveRoster
 warning  : 1 client is using or hasn't closed the table properly
 zimbra.jiveUserProp
 warning  : 1 client is using or hasn't closed the table properly</pre>
<p><strong>I checked each of these tables individually:</strong></p>
<p>$ mysql -e &#8220;check table mboxgroup10.mail_item&#8221;<br />
to<br />
$ mysql -e &#8220;check table zimbra.jiveUserProp&#8221;</p>
<div>
<p>Then I used the info from <a href="http://wiki.zimbra.com/index.php?title=Mysql_Crash_Recovery">http://wiki.zimbra.com/index.php?title=Mysql_Crash_Recovery</a> but only from item number 2.</p>
<h3>2. Generate SQL dumps of all databases</h3>
</div>
<ol>
<li>Load some mysql configuration into shell variables (i.e. $mysql_socket and $mysql_root_password; note that you will use these again in step 3)</li>
<li>Make a list of the existing databases</li>
<li>Create a directory to hold the SQL dumps</li>
<li>Generate the SQL dumps from the database list</li>
</ol>
<pre>1.  $ source ~/bin/zmshutil ; zmsetvars
2.  $ mysql --batch --skip-column-names -e "show databases" | grep -e mbox
            -e zimbra &gt; /tmp/mysql.db.list
3.  $ mkdir /tmp/mysql.sql
4.  $ for db in `cat /tmp/mysql.db.list`; do
       ~/mysql/bin/mysqldump $db -S mysql_socket -u root
            --password=$mysql_root_password &gt; tmp/mysql.sql/$db.sql
       echo "Dumped $db"
       done</pre>
<p><strong>Note: If you encounter any mysql errors while dumping the databases, start over by re-editing /opt/zimbra/conf/my.cnf, incrementing the value for innodb_force_recovery by one, and restarting mysqld.</strong> The maximum recovery level is 6. Please see MySQL&#8217;s <a href="http://dev.mysql.com/doc/refman/5.0/en/forcing-recovery.html">Forcing InnoDB Recovery</a> guide for more information.</p>
<p><strong>Note: An error of <em>&#8220;bash: /tmp/mysql.sql/$db.sql: ambiguous redirect&#8221;</em> probably indicates your using an apostrophe or single quote &#8216; rather than a tick ` &#8212; which is one the same key as the tilde ~ .</strong></p>
<p><strong>Note: Do not reboot the machine, as some Operating Systems will remove all contents in the /tmp directory during the reboot sequence, i.e. your /tmp/mysql.sql will be removed.<br />
</strong></p>
<div align="center">
<hr align="center" size="2" width="100%" />
</div>
<p><strong>Now start repairing each one:</strong></p>
<p>$ mysql -e &#8220;repair table mboxgroup10.mail_item&#8221;<br />
$ mysql -e &#8220;repair table zimbra.jiveUserProp&#8221;</p>
<p><strong>When all are done and then go back and test them again.</strong></p>
<p>In my case the mboxgroup10 database couldn’t be repaired. That’s where the data dump comes in handy. So I did this:</p>
<p>$ mysql DROP DATABASE mboxgroup10<br />
$ mysql CREATE DATABASE mboxgroup10<br />
$ mysql mboxgroup10 &lt; mboxgroup10.sql</p>
<p>- Cory L Curtis<br />
- 2012-05-18<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2012%2Fzimbra-gets-corrupted-mysql-mboxgroup-data&amp;title=Zimbra%20gets%20corrupted%20MySQL%20mboxgroup%20data" id="wpa2a_2"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2012/zimbra-gets-corrupted-mysql-mboxgroup-data/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;There was a problem sending the command to the program.&#8221;</title>
		<link>http://www.technoogies.com/2012/there-was-a-problem-sending-the-command-to-the-program</link>
		<comments>http://www.technoogies.com/2012/there-was-a-problem-sending-the-command-to-the-program#comments</comments>
		<pubDate>Tue, 10 Jan 2012 06:32:36 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Ignore other applications that use Dynamic Data Exchange (DDE)]]></category>
		<category><![CDATA[Mail Merge]]></category>
		<category><![CDATA[There was a problem sending the command to the program]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=572</guid>
		<description><![CDATA[This happens when the, “Ignore other applications that use Dynamic Data Exchange (DDE)” setting is checked. I don&#8217;t know how this gets turned on but it does at times. It will stop a Mail Merge from working with an excel spreadsheet. As found on social.technet.microsoft.com: Go to the Office Button / Excel Options / Advanced, [&#8230;] <a class="more-link" href="http://www.technoogies.com/2012/there-was-a-problem-sending-the-command-to-the-program">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>This happens when the, “Ignore other applications that use Dynamic Data Exchange (DDE)” setting is checked. I don&#8217;t know how this gets turned on but it does at times. It will stop a Mail Merge from working with an excel spreadsheet.<br />
As found on <a title="http://social.technet.microsoft.com/Forums/en-US/office2007deploymentcompatibility/thread/e8a24e16-768b-4cfb-a6e4-559f2e5beb48" href="http://social.technet.microsoft.com/Forums/en-US/office2007deploymentcompatibility/thread/e8a24e16-768b-4cfb-a6e4-559f2e5beb48">social.technet.microsoft.com</a>:</p>
<blockquote><p>Go to the Office Button / Excel Options / Advanced, and scroll all the way down to the General section. There you will see the “Ignore other applications that use Dynamic Data Exchange (DDE)” setting checked. Uncheck the box, click OK to apply, and you’re good to go</p></blockquote>
<p>The window dialog looks like this:<br />
<img src="http://www.technoogies.com/images/Excel-There_was_a_problem_sending_the_command_to_the_program/Excel-There_was_a_problem_sending_the_command_to_the_program.png" alt="Excel - There was a problem sending the command to the program" /></p>
<p>- Cory L. Curtis<br />
- 2012-01-09<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2012%2Fthere-was-a-problem-sending-the-command-to-the-program&amp;title=%26%238220%3BThere%20was%20a%20problem%20sending%20the%20command%20to%20the%20program.%26%238221%3B" id="wpa2a_4"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2012/there-was-a-problem-sending-the-command-to-the-program/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress and Plugin Updates on IIS7 Fail (A Lot)</title>
		<link>http://www.technoogies.com/2011/wordpress-and-plugin-updates-on-iis7-fail-a-lot</link>
		<comments>http://www.technoogies.com/2011/wordpress-and-plugin-updates-on-iis7-fail-a-lot#comments</comments>
		<pubDate>Fri, 09 Dec 2011 08:56:27 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[IIS]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Could not remove the old plugin]]></category>
		<category><![CDATA[IIS caching]]></category>
		<category><![CDATA[IIS7]]></category>
		<category><![CDATA[IUSR]]></category>
		<category><![CDATA[Network Service]]></category>
		<category><![CDATA[Plugin update failed]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=561</guid>
		<description><![CDATA[UPDATE: 2011-12-29 Neither of these methods solve the problem entirely. I can get some plugins to update and some don&#8217;t. Does anyone have a better idea? UPDATE: I was wrong, there is someone out there with another solution. Worked for me. My info below works too but I suspect this links solution is more secure. [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/wordpress-and-plugin-updates-on-iis7-fail-a-lot">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>UPDATE: 2011-12-29<br />
Neither of these methods solve the problem entirely. I can get some plugins to update and some don&#8217;t. Does anyone have a better idea?</p>
<p>UPDATE:<br />
I was wrong, there is someone out there with another solution. Worked for me. My info below works too but I suspect this links solution is more secure.<br />
See <a href="http://www.pmdconsulting.biz/blog/plugin-upgrade-failed-in-wordpress-using-iis-7/" title="http://www.pmdconsulting.biz/blog/plugin-upgrade-failed-in-wordpress-using-iis-7/">http://www.pmdconsulting.biz/blog/plugin-upgrade-failed-in-wordpress-using-iis-7/</a></p>
<p>This plugin update problem on IIS7 with WordPress has been one of those plagues that has been bugging me for a while but I never had the time to resolve it until now. I couldn&#8217;t find an answer anywhere so you won&#8217;t find any links in this one to other sources.<br />
The error is<br />
<code>Unpacking the update…</p>
<p>Installing the latest version…</p>
<p>Removing the old version of the plugin…</p>
<p>Could not remove the old plugin.</p>
<p>Plugin update failed.</code></p>
<p>To start with you&#8217;ll need to add two different accounts to the afflicted sites folders. If you&#8217;re going to upgrade WordPress itself then you&#8217;ll need to add them to the root of the site as well. One is <strong>&#8220;IUSR&#8221;</strong> and the other is <strong>&#8220;Network Service&#8221;</strong>. These need permissions to modify but if there is a folder that the administrative tools need to create then the &#8220;Network Service&#8221; account needs full access. If updating plugins is your only goal then they need to added to the <strong>&#8220;wp-content&#8221;</strong> folder only.</p>
<p>If you&#8217;re going to do automatic upgrades to WordPress as a whole then you need to open the IIS console, go to the Application Pool, and click on the site you&#8217;re working on. On the upper right corner click <strong>&#8220;Set Application Pool Defaults&#8221;</strong>. Look for <strong>&#8220;Process Model&#8221;</strong>, then <strong>&#8220;Identity&#8221;</strong>. Select the drop-down and change the account there to <strong>&#8220;Network Service&#8221;</strong> and save it.</p>
<p>The biggest culprit of the problem is <strong>IIS caching</strong>. In the IIS console go to the website we&#8217;re working on and highlight it. Now double click <strong>&#8220;Output Caching&#8221;</strong>. Click <strong>&#8220;Edit Feature Settings&#8221;</strong> on the top right and remove the check box on <strong>&#8220;Enable Cache&#8221;</strong> to disable it, click on OK. Restart IIS.<br />
You should now be able to run all of your updates. Maybe. But if your paranoid like me then set it all back the way it was until your ready to do updates again.</p>
<p>As always, if I got something wrong please tell me.<br />
- Cory L Curtis<br />
- 2011-12-09<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Fwordpress-and-plugin-updates-on-iis7-fail-a-lot&amp;title=WordPress%20and%20Plugin%20Updates%20on%20IIS7%20Fail%20%28A%20Lot%29" id="wpa2a_6"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/wordpress-and-plugin-updates-on-iis7-fail-a-lot/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Setup Office 365 &#8220;Send As&#8221;</title>
		<link>http://www.technoogies.com/2011/how-to-setup-office-365-send-as</link>
		<comments>http://www.technoogies.com/2011/how-to-setup-office-365-send-as#comments</comments>
		<pubDate>Thu, 01 Dec 2011 07:10:23 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Add-RecipientPermission]]></category>
		<category><![CDATA[Office 365]]></category>
		<category><![CDATA[Send As]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=552</guid>
		<description><![CDATA[This perplexing subject has a lot of bits and pieces all over the web but no body&#8217;s blog&#8217;s or help&#8217;s or comments on the subject spelled out how this is done well enough for the general public or even tech savvy geek to understand how to do it. So after having researched and accomplished it [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/how-to-setup-office-365-send-as">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>This perplexing subject has a lot of bits and pieces all over the web but no body&#8217;s blog&#8217;s or help&#8217;s or comments on the subject spelled out how this is done well enough for the general public or even tech savvy geek to understand how to do it. So after having researched and accomplished it I decided it should be spelled out here so that there is somewhere to get it all in one place. I admit that I&#8217;m not that good at explaining things but I&#8217;ll give it my best effort.</p>
<p>The purpose of this article is to explain how to setup the <strong>&#8220;Send As&#8221;</strong> feature in <strong>Microsoft&#8217;s Office 365</strong> web services. This is for when you would like an employee to be able to send an email for you so that it is as if you sent it yourself. You would of course only allow this kind of privilege only to someone you trust to act on your behalf in sending email for you. Anyone who replies to one of these emails sent on your behalf would be sending it directly to your email address and not the trustee because to the original recipient, they don&#8217;t know that you didn&#8217;t really send it and that your trustee did. This is different than &#8220;Send on behalf of&#8221; where you would know that the trustee sent it.</p>
<p>Step 1:<br />
To start, you need to have <strong>Windows PowerShell</strong> installed. Preferably 2.0 but version 1.0 works as well. If you have Windows 7 or 2008 Server R2 then you should already have it. If not, then get it.<br />
<a href="http://support.microsoft.com/kb/968929/en-us">http://support.microsoft.com/kb/968929/en-us</a></p>
<p>Step 2:<br />
Open PowerShell with the Administrator account by going to the main menu. The path to it is &#8220;All Programs\Accessories\Windows PowerShell\Windows PowerShell (x86) or Windows PowerShell. It doesn&#8217;t matter which one. Right Click it and select &#8220;Run As Administrator&#8221;.<br />
At the command line type or paste: (right click to paste in the command line shell)<br />
<code>get-executionpolicy</code><br />
press enter to execute. It should say &#8220;RemoteSigned&#8221;. If not then type or paste:<br />
<code>set-executionpolicy remotesigned</code><br />
and press enter. It will show the following;</p>
<p><code>Execution Policy Change<br />
The execution policy helps protect you from scripts that you do not trust. Changing the execution policy might expose<br />
you to the security risks described in the about_Execution_Policies help topic. Do you want to change the execution<br />
policy?<br />
[Y] Yes [N] No [S] Suspend [?] Help (default is "Y"):</code></p>
<p>Type &#8220;Y&#8221; and press enter to change the Execution Policy to RemoteSigned.<br />
This makes changes to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PowerShell\1\ShellIds\Microsoft.PowerShell in the registry.<br />
Now we&#8217;re ready for the good stuff.</p>
<p>Step 3:<br />
In the command line type or paste:<br />
<code>$LiveCred = Get-Credential</code></p>
<p>This will open a logon dialog &#8220;Windows PowerShell Credential Request&#8221;. Enter the email address of a user account that is an administrator for your Office 365 account and its password. This stores these credentials for doing the &#8220;Send As&#8217; setup.<br />
<img src="/images/send_as/Windows_PowerShell_Credential_Request_Dialog.png" alt="$LiveCred dialog window" /></p>
<p>Step 4:<br />
Type or paste this in the command line<br />
<code>$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https://ps.outlook.com/powershell/ -Credential $LiveCred -Authentication Basic -AllowRedirection</code></p>
<p>Step 5:<br />
(If you installed the &#8220;Microsoft Online Services Module&#8221; then you can skip this step. If you&#8217;re not sure then do it anyhow.)<br />
Type or paste in the command line<br />
<code>Import-PSSession $Session</code></p>
<p>This downloads the scripts for administrating Office 365 from PowerShell.</p>
<p>Step 6:<br />
Now to set your permissions for a specific user. Type the folowing but substitute your &#8220;Send As&#8221; account and the trustee account.<br />
<code>Add-RecipientPermission -AccessRights SendAs -Trustee </code><br />
Like this:<br />
<code>Add-RecipientPermission sendas@yourdomain.com -AccessRights SendAs -Trustee trustee@yourdomain.com</code></p>
<p>Step 7:<br />
When your done you can end the session by typing or pasting<br />
<code>Remove-PSSession $Session</code></p>
<p>Also these commands are useful<br />
View Send As permissions :<br />
<code>Get-RecipientPermission - Trustee </code></p>
<p>View Send As permission on a specific recipient :<br />
<code>Get-RecipientPermission </code></p>
<p>View all Send As permissions you&#8217;ve configured in your organization :<br />
<code>Get-RecipientPermission | where {($_.Trustee -ne 'nt authority\self') -and ($_.Trustee -ne 'null sid')}</code></p>
<p>Revoke Send As permission :<br />
<code>Remove-RecipientPermission -AccessRights SendAs -Trustee </code></p>
<p>For more detail see the following:<br />
<a href="http://207.46.16.237/en-us/140/cc952756.aspx">http://207.46.16.237/en-us/140/cc952756.aspx</a><br />
<a href="http://207.46.16.237/en-us/140/cc952755.aspx">http://207.46.16.237/en-us/140/cc952755.aspx</a><br />
<a href="http://207.46.16.237/en-us/140/ff852815.aspx">http://207.46.16.237/en-us/140/ff852815.aspx</a><br />
Single Sign-on :<br />
<a href="http://onlinehelp.microsoft.com/en-us/office365-enterprises/ff652560.aspx">http://onlinehelp.microsoft.com/en-us/office365-enterprises/ff652560.aspx</a></p>
<p>If there are any errors in this information please notify me.<br />
<a href="/contact">Contact Form</a></p>
<p>- Cory L Curtis<br />
- 2011-12-01</p>
<p>UPDATE: 2012-02-20<br />
I found a link to do send as without using PowerShell to configure it. The &#8220;New&#8221; button was only available with my admin logon but even as an admin I couldn&#8217;t connect to another account to set it up. If you have some time to kill you might give it a try.<br />
<a href="http://social.technet.microsoft.com/wiki/contents/articles/4861.aspx" title="Office 365: Grant Send As Permission Without Using PowerShell P1 Plan">Office 365: Grant Send As Permission Without Using PowerShell P1 Plan</a><br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Fhow-to-setup-office-365-send-as&amp;title=How%20To%20Setup%20Office%20365%20%26%238220%3BSend%20As%26%238221%3B" id="wpa2a_8"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/how-to-setup-office-365-send-as/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Error creating VMFS Datastore</title>
		<link>http://www.technoogies.com/2011/error-creating-vmfs-datastore</link>
		<comments>http://www.technoogies.com/2011/error-creating-vmfs-datastore#comments</comments>
		<pubDate>Mon, 24 Oct 2011 22:05:05 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[ESXi]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA["Error during the configuration of the host: Unable to Find Head Extent Device Path"]]></category>
		<category><![CDATA[ESXi 4.1]]></category>
		<category><![CDATA[ESXi 5.0]]></category>
		<category><![CDATA[GPT partition]]></category>
		<category><![CDATA[Slow Initialization]]></category>
		<category><![CDATA[VMFS]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=545</guid>
		<description><![CDATA[I just got through upgrading an ESXi server from 4.1 to 5.0 but since the 5.0 allows the use of GPT partitions over 2TB I decided reconfigure the controller in it to have one virtual drive instead of three. The problem I encountered when I tried to add storage was this error, &#8220;Error during the [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/error-creating-vmfs-datastore">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>I just got through upgrading an ESXi server from 4.1 to 5.0 but since the 5.0 allows the use of GPT partitions over 2TB I decided reconfigure the controller in it to have one virtual drive instead of three. The problem I encountered when I tried to add storage was this error, <strong>&#8220;Error during the configuration of the host: Unable to Find Head Extent Device Path&#8221;</strong>. It all worked fine with ESXi 4.1 so what was the hang up? The controller and drive array was showing up fine too. When I looked at the first sector there was already a GPT label in it so I figured that the quick init of the controller left this data visible to ESXi 5.0. The thing that fixed this was to use the controllers interface to do a <strong>&#8220;Slow Initialization&#8221;</strong>. After about 12 hours and a reboot the array was clean of all data and the storage was able to be added to the server without incident.<br />
- Cory L. Curtis<br />
- 2011-10-24<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li><a href='http://www.technoogies.com/2010/24-hour-catastrophic-technoogie-failure' title='24 Hour Catastrophic Technoogie Failure'>24 Hour Catastrophic Technoogie Failure</a></li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Ferror-creating-vmfs-datastore&amp;title=Error%20creating%20VMFS%20Datastore" id="wpa2a_10"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/error-creating-vmfs-datastore/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe uses up free space with Media Cache Files</title>
		<link>http://www.technoogies.com/2011/adobe-uses-up-free-space-with-media-cache-files</link>
		<comments>http://www.technoogies.com/2011/adobe-uses-up-free-space-with-media-cache-files#comments</comments>
		<pubDate>Sat, 13 Aug 2011 03:40:07 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[Productivity]]></category>
		<category><![CDATA[Adobe Premiere Pro]]></category>
		<category><![CDATA[After Effects]]></category>
		<category><![CDATA[Audition]]></category>
		<category><![CDATA[Encore]]></category>
		<category><![CDATA[Free space]]></category>
		<category><![CDATA[Media Cache Files]]></category>
		<category><![CDATA[Media Encoder]]></category>
		<category><![CDATA[orphaned media files]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=533</guid>
		<description><![CDATA[Does the free space on your system drive seem a lot smaller than it should? If your using Adobe Premiere Pro, Encore, After Effects, Audition, or Media Encoder then you might experiencing this problem. I had more than 50GB of space taken up with Adobe&#8217;s &#8220;Media Cache Files&#8221;. If you open Preferences from one of [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/adobe-uses-up-free-space-with-media-cache-files">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>Does the free space on your system drive seem a lot smaller than it should? If your using Adobe Premiere Pro, Encore, After Effects, Audition, or Media Encoder then you might experiencing this problem. I had more than 50GB of space taken up with Adobe&#8217;s &#8220;Media Cache Files&#8221;. If you open Preferences from one of these programs and open &#8220;Media&#8221; on the left side it has a button to &#8220;Clean&#8221; but many of the cache file become orphaned from their projects when the project is no longer on the system, or moved from where it was originally, so these files don&#8217;t get cleaned out. You have to remove them manually.<br />
Adobe screenshot:<br />
<img src="/images/adobeCS55preferences.jpg" alt="Adobe Premiere Preferences Screenshot" width="600" height="439" /></p>
<p>I don&#8217;t know where the folder is located on a Mac but in Windows 7 it is here.<br />
C:\Users\(Your User Profile)\AppData\Roaming\Adobe\Common\Media Cache Files</p>
<p>You could make a shortcut to the folder or if you&#8217;re real ambitious you could run a vbscript in the task manager once a week to delete cache files older than 60 days or so.<br />
I don&#8217;t remember where I got this script from but here &#8216;s one that works well. Be careful!<br />
- Cory L Curtis<br />
- 2011-08-11<br />
</br><br />
</br><br />
&#8216; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
&#8216; Deletes all files in the given path that are older than the number of days set on line 7<br />
&#8216; 365 = 1yr,  183 = One Half Year<br />
&#8216; &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;-<br />
Set objFSO = CreateObject(&#8220;Scripting.FileSystemObject&#8221;)<br />
strFolder = &#8220;C:\Users\(Your User Profile)\AppData\Roaming\Adobe\Common\Media Cache Files\&#8221;  &#8216;[[[ Don't forget the back-slash at the end ]]]<br />
strDateMinus = DateAdd(&#8220;d&#8221;, -60, Date) &#8216;[[[ Number of Days in Calculation ]]]</p>
<p>Set objStartFolder = objFSO.GetFolder(strFolder)<br />
Set colFiles = objStartFolder.Files<br />
For Each objFile In colFiles<br />
If objFile.DateLastModified &lt; strDateMinus Then<br />
objFSO.DeleteFile objFile.Path,True<br />
End If<br />
Next</p>
<p>ProcessAllFiles objStartFolder<br />
ProcessAllFolders objStartFolder</p>
<p>Sub ProcessAllFiles(Folder)<br />
For Each SubFolder In Folder.SubFolders<br />
Set objFolder = objFSO.GetFolder(Subfolder.Path)<br />
Set colFiles = objFolder.Files<br />
For Each objFile In colFiles<br />
If objFile.DateLastModified &lt; strDateMinus Then<br />
objFSO.DeleteFile objFile.Path,True<br />
End If<br />
Next<br />
ProcessAllFiles Subfolder<br />
Next<br />
End Sub</p>
<p>Sub ProcessAllFolders(Folder)<br />
For Each SubFolder In Folder.SubFolders<br />
Set objFolder = objFSO.GetFolder(Subfolder.Path)<br />
Set colFolders = objFolder.SubFolders<br />
For Each objSubFolder In colFolders<br />
If objSubFolder.Size = 0 Then<br />
objFSO.DeleteFolder objSubFolder.Path,True<br />
End If<br />
Next<br />
ProcessAllFolders Subfolder<br />
Next<br />
End Sub<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Fadobe-uses-up-free-space-with-media-cache-files&amp;title=Adobe%20uses%20up%20free%20space%20with%20Media%20Cache%20Files" id="wpa2a_12"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/adobe-uses-up-free-space-with-media-cache-files/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What causes WindowsUpdate_80070490 and WindowsUpdate_dt000?</title>
		<link>http://www.technoogies.com/2011/what-causes-windowsupdate_80070490-and-windowsupdate_dt000</link>
		<comments>http://www.technoogies.com/2011/what-causes-windowsupdate_80070490-and-windowsupdate_dt000#comments</comments>
		<pubDate>Fri, 29 Jul 2011 06:46:53 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Update Error]]></category>
		<category><![CDATA[Windows Update Fails]]></category>
		<category><![CDATA[WindowsUpdate_80070490]]></category>
		<category><![CDATA[WindowsUpdate_dt000]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=529</guid>
		<description><![CDATA[When I first saw this WindowsUpdate_80070490 and WindowsUpdate_dt000 in the error log I tried to look it up on Microsoft&#8217;s web site and got nothing. That&#8217;s right, not one answer, KB, article, or anything to match at all except forum stuff. I have no idea what really causes this. I saw solutions that would have [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/what-causes-windowsupdate_80070490-and-windowsupdate_dt000">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>When I first saw this <strong>WindowsUpdate_80070490 </strong>and <strong>WindowsUpdate_dt000 </strong>in the error log I tried to look it up on Microsoft&#8217;s web site and got nothing. That&#8217;s right, not one answer, KB, article, or anything to match at all except forum stuff.</p>
<p>I have no idea what really causes this. I saw solutions that would have you delete every registry key that matched the KB number that won&#8217;t install. One recommended a reinstallation of the operating system. NO WAY! Especially not on a server. The one that made the most sense and worked for me was to manually install the update that was failing.</p>
<p>Good luck finding the individual updates on Microsoft&#8217;s website. It&#8217;s a convoluted effort at best, but be persistent and you&#8217;ll eventually find what you&#8217;re looking for.</p>
<p>- Cory L. Curtis<br />
- 2011-07-28<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Fwhat-causes-windowsupdate_80070490-and-windowsupdate_dt000&amp;title=What%20causes%20WindowsUpdate_80070490%20and%20WindowsUpdate_dt000%3F" id="wpa2a_14"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/what-causes-windowsupdate_80070490-and-windowsupdate_dt000/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPrint fails over some dual band WiFi routers</title>
		<link>http://www.technoogies.com/2011/iprint-fails-over-some-dual-band-wifi-routers</link>
		<comments>http://www.technoogies.com/2011/iprint-fails-over-some-dual-band-wifi-routers#comments</comments>
		<pubDate>Thu, 30 Jun 2011 23:42:05 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[iPad/iPhone]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[airprint]]></category>
		<category><![CDATA[Dual-band WiFi]]></category>
		<category><![CDATA[HP iPrint service]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[iPrint]]></category>
		<category><![CDATA[Linksys E3000]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=515</guid>
		<description><![CDATA[I recently had a customer return a few iPrint/AirPrint capable HP printers because they couldn&#8217;t get their iPad to find the HP iPrint service on the network. After they spent half a day on the phone with HP tech support they called me to take a look at it. I figured out the problem by [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/iprint-fails-over-some-dual-band-wifi-routers">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>I recently had a customer return a few <strong>iPrint/AirPrint</strong> capable HP printers because they couldn&#8217;t get their iPad to find the <strong>HP iPrint service</strong> on the network. After they spent half a day on the phone with HP tech support they called me to take a look at it. I figured out the problem by the usual stumble upon it method. There was nothing wrong with the HP printers, just an anomaly with the WiFi configuration that the printer doesn&#8217;t play well with.</p>
<p>They were using a <strong>Linksys E3000</strong>. The E3000 supports N speeds in both the 2.4 GHz and 5 GHz band and for whatever reason the HP iPrint service doesn&#8217;t work on it unless you disable the 5 GHz mode. Once you do that, the iPad sees the HP iPrint service.</p>
<p>Here&#8217;s a screenshot of the Linksys E3000 page to <strong>disable the 5 GHz band</strong>.</p>
<div style="float:none;margin:10px 0 10px 0;text-align:center;">
<a href="/images/Linksys_Dual_5_GHz_Band_issue/HP_Linksys_Dual_Band_WiFi_Network_Issue_(full_image).png"><img src="/images/Linksys_Dual_5_GHz_Band_issue/HP_Linksys_Dual_Band_WiFi_Network_Issue_(510px_image).png" alt="Disable Linksys E3000 5 GHz Band" /></a>
</div>
<p>- Cory L. Curtis<br />
- (2011-06-30)<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Fiprint-fails-over-some-dual-band-wifi-routers&amp;title=iPrint%20fails%20over%20some%20dual%20band%20WiFi%20routers" id="wpa2a_16"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/iprint-fails-over-some-dual-band-wifi-routers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technoogie server dies and then PHP 5.3.6 blank pages</title>
		<link>http://www.technoogies.com/2011/technoogie-server-dies-and-php-5-3-6-blank-pages</link>
		<comments>http://www.technoogies.com/2011/technoogie-server-dies-and-php-5-3-6-blank-pages#comments</comments>
		<pubDate>Fri, 24 Jun 2011 03:01:21 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[Annoyances]]></category>
		<category><![CDATA[Techno Noogies]]></category>
		<category><![CDATA[Blank Pages]]></category>
		<category><![CDATA[PHP 5.3]]></category>
		<category><![CDATA[White Pages]]></category>
		<category><![CDATA[WordPress Automatic Upgrade]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=502</guid>
		<description><![CDATA[It was bound to happen. The technoogies.com web server got toasted and the backup didn&#8217;t work. If I didn&#8217;t have to sleep I&#8217;d of had this running again sooner. In the process of putting another server online we decided to make the move to PHP 5.3.6. But when all was said and done, technoogies was [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/technoogie-server-dies-and-php-5-3-6-blank-pages">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>It was bound to happen. The technoogies.com web server got toasted and the backup didn&#8217;t work. If I didn&#8217;t have to sleep I&#8217;d of had this running again sooner. In the process of putting another server online we decided to make the move to <strong>PHP 5.3.6</strong>. But when all was said and done, technoogies was putting out <strong>blank white pages</strong>. There were other websites on the same server that were opening up just fine, no problems. So, Google me this Batman, &#8220;wordpress php 5.3.6 blank pages&#8221;.</p>
<p>The Answer : <a href="http://www.warriorforum.com/programming-talk/400115-php-5-3-6-just-killed-my-site-help.html">http://www.warriorforum.com/programming-talk/400115-php-5-3-6-just-killed-my-site-help.html</a><br />
They make a reference to another site but there is no link to it.<br />
Found it here though : <a href="http://www.cjaymead.co.uk/wordpress/plugins/problem-with-wordpress-automatic-upgrade-after-upgrade-to-php-5-3/">http://www.cjaymead.co.uk/wordpress/plugins/problem-with-wordpress-automatic-upgrade-after-upgrade-to-php-5-3/</a></p>
<p>We too were using <strong>&#8220;WordPress Automatic Upgrade&#8221;</strong>. I removed the plugin folder and Wah La. Back in business.</p>
<p>- Cory L. Curtis<br />
- (2001-06-23)<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Ftechnoogie-server-dies-and-php-5-3-6-blank-pages&amp;title=Technoogie%20server%20dies%20and%20then%20PHP%205.3.6%20blank%20pages" id="wpa2a_18"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/technoogie-server-dies-and-php-5-3-6-blank-pages/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Technoogies gets a redesign</title>
		<link>http://www.technoogies.com/2011/technoogies-gets-a-redesign</link>
		<comments>http://www.technoogies.com/2011/technoogies-gets-a-redesign#comments</comments>
		<pubDate>Tue, 21 Jun 2011 05:01:27 +0000</pubDate>
		<dc:creator>Cory Curtis</dc:creator>
				<category><![CDATA[Noogie Nothings]]></category>
		<category><![CDATA[Tweets]]></category>
		<category><![CDATA[Technoogies redesign]]></category>

		<guid isPermaLink="false">http://www.technoogies.com/?p=494</guid>
		<description><![CDATA[It&#8217;s about time! I&#8217;ve been needing to do this redesign for a long time now. Technoogies has been running for almost three years with the same interface and it&#8217;s time to add some advertising real-estate to help pay the cost of running it. There will still be some tweaking to get things dialed in. For [&#8230;] <a class="more-link" href="http://www.technoogies.com/2011/technoogies-gets-a-redesign">&#8595; Read the rest of this entry...</a>]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s about time! I&#8217;ve been needing to do this redesign for a long time now. Technoogies has been running for almost three years with the same interface and it&#8217;s time to add some advertising real-estate to help pay the cost of running it. There will still be some tweaking to get things dialed in. For example, on some older browsers the images that are wider than the content boundary cause the right column to fall down below the main content and to the left. I&#8217;ll have to have some of the web guys look into this and help fix it.</p>
<p>It&#8217;s also time to remove the photo&#8217;s I think to a personal website and step this up to a more professional level. I&#8217;ve tried to get some more content writers involved but they never seem to take enough of an interest to add anything. Thanks to Jeff though, who although he&#8217;s not a computer tech, he&#8217;s added some funny items and a few solutions to some difficult problems.</p>
<p>As always, your feedback is welcome here.</p>
<p>- Cory L. Curtis<br />
- (2011-06-19)<br />
<h3 class='related_post_title'>Related Posts:</h3>
<ul class='related_post'>
<li>No Related Posts</li>
</ul>
<p><a class="a2a_dd a2a_target addtoany_share_save" href="http://www.addtoany.com/share_save#url=http%3A%2F%2Fwww.technoogies.com%2F2011%2Ftechnoogies-gets-a-redesign&amp;title=Technoogies%20gets%20a%20redesign" id="wpa2a_20"><img src="http://www.technoogies.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share"/></a></p>]]></content:encoded>
			<wfw:commentRss>http://www.technoogies.com/2011/technoogies-gets-a-redesign/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: basic
Object Caching 1148/1300 objects using disk: basic

Served from: www.technoogies.com @ 2012-05-20 02:27:38 -->
