<?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>IPSOFACTO IT Services &#187; Knowledge Base</title>
	<atom:link href="http://www.ipsofacto.info/category/kb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ipsofacto.info</link>
	<description>Civilized IT</description>
	<lastBuildDate>Tue, 31 Aug 2010 17:12:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Manage access list on the cisco</title>
		<link>http://www.ipsofacto.info/3316/manage-access-list-on-the-cisco/</link>
		<comments>http://www.ipsofacto.info/3316/manage-access-list-on-the-cisco/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 01:57:35 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3316/manage-access-list-on-the-cisco/</guid>
		<description><![CDATA[Issue: how to manage the access list on the cisco firewallAffects: cisco pix and asaSolutions to the issue: when a packet hit the external interface of the firewall, the firewall goes through the access list from top to bottom to see if the packet is allow to go through. When you enter a new access<br /><a href="http://www.ipsofacto.info/3316/manage-access-list-on-the-cisco/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: how to manage the access list on the cisco firewall<br /><b>Affects</b>: cisco pix and asa<br /><b>Solutions to the issue</b>: when a packet hit the external interface of the firewall, the firewall goes through the access list from top to bottom to see if the packet is allow to go through. When you enter a new access list in your configuration, it will be the last one of the access list entries, i.e. the last one to be checked. So if there is an entry denying some traffic then even if you new command allows it, it will not go through
</p>
<p>for example:
</p>
<p>you want to allow ftp traffic to your ftp server 1.2.3.4, so you will type <i>access-list acl_out permit tcp any host 1.2.3.4 eq ftp<br /></i>
</p>
<p>if you&nbsp;look at your current configuration you had a rule blocking&nbsp;all the ftp traffic, so you&nbsp;will never be able to FTP to your server.&nbsp;
</p>
<p><i>access-list acl_out deny tcp any any eq ftp</i>
</p>
<p><i>access-list acl_out permit tcp any host 1.2.3.4 eq ftp</i> &nbsp;
</p>
<p>Solution: move the new rule before the one denying the traffic.
</p>
<p>to see the position of the rules in the access-list table, type show <i>access-list</i>
</p>
<p>you will see something like this:
</p>
<p><i>access-list acl_out line 1 deny tcp any any eq ftp</i>
</p>
<p><i>access-list acl_out line 2 permit tcp any host 1.2.3.4 eq ftp</i>
</p>
<p>remove the rule you previously entered with the no command and re-enter it with the new position in the table:
</p>
<p><i>access-list acl_out line&nbsp;1 permit tcp any host 1.2.3.4 eq ftp</i>
</p>
<p>if you run show access-list, you will now see:
</p>
<p><i>access-list acl_out line&nbsp;1 permit tcp any host 1.2.3.4 eq ftp<br />access-list acl_out line&nbsp;2 deny tcp any any eq ftp</i>
</p>
<p>&nbsp;now you can FTP to your server&nbsp;:-)
</p>
<p>
</p>
<p>Note that&nbsp;this is pretty important when you are trying to block traffic from&nbsp;specific&nbsp;IP. You want to block it as soon as it gets to the firewall so use line 1 that way you no it is on top of the&nbsp;list&nbsp;
</p>
<p><b>Comments</b>:<br /><b>Date of last update</b>: 08-21-10<br /><b>Author</b>: Gaetan Barthelemy</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3316/manage-access-list-on-the-cisco/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to backup/restore your android device</title>
		<link>http://www.ipsofacto.info/3315/how-to-backuprestore-your-android-device/</link>
		<comments>http://www.ipsofacto.info/3315/how-to-backuprestore-your-android-device/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 01:22:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3315/how-to-backuprestore-your-android-device/</guid>
		<description><![CDATA[Issue: How to backup/restore your android deviceAffects: Android handset Solutions to the issue: Your music, pictures and videos are saved on you SD card, so you can easily copy them to your computer for backup but what about all the applications you installed, you text messages or your settings? For the apps you can use<br /><a href="http://www.ipsofacto.info/3315/how-to-backuprestore-your-android-device/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: How to backup/restore your android device<br /><b>Affects</b>: Android handset
</p>
<p><b>Solutions to the issue</b>:
</p>
<p>Your music, pictures and videos are saved on you SD card, so you can easily copy them to your computer for backup but what about all the applications you installed, you text messages or your settings?
</p>
<p>For the apps you can use astro manager and for the data mybackup. Both are free if you are restoring to the same device. If you want to restore to a different device then you will need to purchase the pro version.
</p>
<p>1. Backup/restore applications<br />- Go to the market and download astro manager<br />- Launch astro manager; go to tools and select manage backup/restore<br />- Select the apps you want to backup; then click on backup.
</p>
<p>The apps are now saved on your SD card. <br />If you need to restore, open astro manager; select tools and then manage backup/restore; click on the backup tab; then select the apps you want to restore
</p>
<p>2. Backup/restore data (settings; phone logs, contacts,â¦)
</p>
<p>You can use mybackup to backup data or apps to your SD card. It will even allow you to save the backup online.<br />- Go to the market and download mybackup<br />- Open the apps<br />- Click on backup<br />- Select data; give a name to your backup then select what you would like to backup and where (local SD card or online)<br />- To restore, just select the backup set and select the data you would like to restore<br />- Once done you will need to restart your device</p>
<p><b>Comments</b>:<br /><b>Date of last update</b>: 08-21-10<br /><b>Author</b>: Gaetan Barthelemy
</p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3315/how-to-backuprestore-your-android-device/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to block a country to hack your system</title>
		<link>http://www.ipsofacto.info/3227/how-to-block-a-country-to-hack-your-system/</link>
		<comments>http://www.ipsofacto.info/3227/how-to-block-a-country-to-hack-your-system/#comments</comments>
		<pubDate>Tue, 03 Aug 2010 23:42:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3227/how-to-block-a-country-to-hack-your-system/</guid>
		<description><![CDATA[Issue: How to block a country to hack your system on the cisco firewall.Solutions to the issue: you can block per IP or per range if you need to block just one specific IP address: access-list acl_out deny ip&#160; host 175.45.176.2 .3 any if you want to block a range: access-list acl_out deny ip&#160;175.45.176.0 255.255.252.0<br /><a href="http://www.ipsofacto.info/3227/how-to-block-a-country-to-hack-your-system/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: How to block a country to hack your system on the cisco firewall.<br /><b>Solutions to the issue</b>:
</p>
<p>you can block per IP or per range
</p>
<p>if you need to block just one specific IP address:
</p>
<p><i>access-list acl_out deny ip&nbsp; host 175.45.176.2 .3</i> any
</p>
<p>if you want to block a range:
</p>
<p><i>access-list acl_out deny ip&nbsp;175.45.176.0 255.255.252.0</i> any
</p>
<p>Since each country is allocated their own range of IP, you can decide to block a specific country.
</p>
<p>You can find the IP range by going to&nbsp;: <a href="http://www.countryipblocks.net/" class="external free" title="http://www.countryipblocks.net/" rel="nofollow">http://www.countryipblocks.net/</a>
</p>
<p>For example choose Republic&nbsp;democratic of&nbsp;Korea: 175.45.175/22
</p>
<p>then by entering in your cisco firewall configuration
</p>
<p>access-list acl_out deny ip 175.45.176.0 255.255.252.0 any
</p>
<p>no one in the republic democratic of Korea will be able to access your server.
</p>
<p>
</p>
<p>Note that you need to enter the deny acces-list before the permit access-list as the order matters
</p>
<p><b>Date of last update</b>: 8-3-2010<br /><b>Author</b>:&nbsp; Gaetan Barthelemy
</p>
<p>&nbsp;</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3227/how-to-block-a-country-to-hack-your-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 Spell Check Not Working</title>
		<link>http://www.ipsofacto.info/3226/outlook-2007-spell-check-not-working/</link>
		<comments>http://www.ipsofacto.info/3226/outlook-2007-spell-check-not-working/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 22:23:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3226/outlook-2007-spell-check-not-working/</guid>
		<description><![CDATA[Issue: Outlook 2007 Spell Check Not WorkingAffects: OutlookSolutions to the issue: this requires changes in the registry. Make sure to do a backup before making any changes. Start Regedit and got o the following key:HKEY_CURRENT_USER\Software\Microsoft\Shared Tools\ProofingTools\1.0\Override\en-USYou should find 2 entries (DLL and LEX) pointing to non-existing files.Rename these to oldDLL and oldLEX. close the registry<br /><a href="http://www.ipsofacto.info/3226/outlook-2007-spell-check-not-working/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: Outlook 2007 Spell Check Not Working<br /><b>Affects</b>: Outlook<br /><b>Solutions to the issue</b>:
</p>
<p>this requires changes in the registry. Make sure to do a backup before making any changes.
</p>
<p>Start Regedit and got o the following key:<br />HKEY_CURRENT_USER\Software\Microsoft\Shared Tools\ProofingTools\1.0\Override\en-US<br />You should find 2 entries (DLL and LEX) pointing to non-existing files.<br />Rename these to oldDLL and oldLEX.
</p>
<p>close the registry and restart outlook
</p>
<p>&nbsp;<b>Date of last update</b>: 8-2-2010<br /><b>Author</b>: Gaetan Barthelemy</p>
<p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3226/outlook-2007-spell-check-not-working/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update the address auto-complete function in outlook</title>
		<link>http://www.ipsofacto.info/3225/update-the-address-auto-complete-function-in-outlook/</link>
		<comments>http://www.ipsofacto.info/3225/update-the-address-auto-complete-function-in-outlook/#comments</comments>
		<pubDate>Mon, 02 Aug 2010 22:02:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3225/update-the-address-auto-complete-function-in-outlook/</guid>
		<description><![CDATA[Issue: How to update the address auto-complete function in outlook Affects: Outlook Solutions to the issue: 1. how to remove a wrong or outdated address from the auto-complete list&#160;&#160; one day you create a new email and type the wrong recipient address (tets@ipsofacto.net instead of test@ipsofacto.net), and now everytime you start typing te, you will<br /><a href="http://www.ipsofacto.info/3225/update-the-address-auto-complete-function-in-outlook/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: How to update the address auto-complete function in outlook
</p>
<p><b>Affects</b>: Outlook
</p>
<p><b>Solutions to the issue</b>:
</p>
<p>1. how to remove a wrong or outdated address from the auto-complete list&nbsp;&nbsp;
</p>
<p>one day you create a new email and type the wrong recipient address (<a href="mailto:tets@ipsofacto.net" class="external text" title="mailto:tets@ipsofacto.net" rel="nofollow">tets@ipsofacto.net</a> instead of <a href="mailto:test@ipsofacto.net" class="external text" title="mailto:test@ipsofacto.net" rel="nofollow">test@ipsofacto.net</a>), and now everytime you start typing te, you will get the 2 email addresses. To delete the wrong one, highlight it from the address bar and then press the delete key.
</p>
<p>2. How to add a bunch of email addresses at once to your auto-complete list
</p>
<p>- select all the email addresses (from a text file (press enter after each address)&nbsp;or other contact list)
</p>
<p>- start a new email; paste all the addresses you just copied into the To field
</p>
<p>- press Ctrl + K
</p>
<p>- close the email without sending it
</p>
<p>- next time you compose a message you will see all those addresses in your auto-complete
</p>
<p><b>Date of last update</b>: 8-2-2010<br /><b>Author</b>: Gaetan Barthelemy
</p>
<p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3225/update-the-address-auto-complete-function-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Quick Search Box for Mac</title>
		<link>http://www.ipsofacto.info/3221/google-quick-search-box-for-mac-2/</link>
		<comments>http://www.ipsofacto.info/3221/google-quick-search-box-for-mac-2/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 00:07:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3221/google-quick-search-box-for-mac-2/</guid>
		<description><![CDATA[Issue: Finding and Launching applications on the Mac Affects: Mac OSX Solutions to the issue:  Using The Google Quick Search Box for Mac &#60;a href=&#8221;http://www.google.com/quicksearchbox/index.html&#8221; class=&#8221;external free&#8221; title=&#8221;http://www.google.com/quicksearchbox/index.html&#8221; rel=&#8221;nofollow&#8221;&#62;http://www.google.com/quicksearchbox/index.html&#60;/a&#62; has speed up my workflow for a lot of tasks.  I use it more than spotlight for launching applications that I don&#8217;t have in my Dock.<br /><a href="http://www.ipsofacto.info/3221/google-quick-search-box-for-mac-2/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Finding and Launching applications on the Mac<br />
<strong>Affects</strong>: Mac OSX<br />
<strong>Solutions to the issue</strong>:  Using The Google Quick Search Box for Mac &lt;a href=&#8221;<a class="external free" title="http://www.google.com/quicksearchbox/index.htmlÂ has" rel="nofollow" href="http://www.google.com/quicksearchbox/index.htmlÂ has" class="broken_link" >http://www.google.com/quicksearchbox/index.html</a>&#8221; class=&#8221;external free&#8221; title=&#8221;<a class="external free" title="http://www.google.com/quicksearchbox/index.htmlÂ has" rel="nofollow" href="http://www.google.com/quicksearchbox/index.htmlÂ has" class="broken_link" >http://www.google.com/quicksearchbox/index.html</a>&#8221; rel=&#8221;nofollow&#8221;&gt;<a class="external free" title="http://www.google.com/quicksearchbox/index.htmlÂ has" rel="nofollow" href="http://www.google.com/quicksearchbox/index.htmlÂ has" class="broken_link" >http://www.google.com/quicksearchbox/index.html</a>&lt;/a&gt; has speed up my workflow for a lot of tasks.  I use it more than spotlight for launching applications that I don&#8217;t have in my Dock.  It also allows for stringing together related actions into tasks.  Without any scripting I am able to remote into a server with four keystrokes using RDC.  I can search for and send email to one of my contacts without having to open mail.app or the address book.</p>
<p>It was created by the same person who wrote Quicksilver for the Mac.  It is the first thing I install on any new mac.  &#8217;<em><br />
</em><strong>Author</strong>: Drew Hunzeker</p>
<p><em><br />
</em></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3221/google-quick-search-box-for-mac-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Entourage 2008 not saving public folder favorites</title>
		<link>http://www.ipsofacto.info/3220/entourage-2008-not-saving-public-folder-favorites/</link>
		<comments>http://www.ipsofacto.info/3220/entourage-2008-not-saving-public-folder-favorites/#comments</comments>
		<pubDate>Fri, 23 Jul 2010 19:12:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3220/entourage-2008-not-saving-public-folder-favorites/</guid>
		<description><![CDATA[Issue: Public Folders are not saved to the favorites bar.Affects: Entourage 2008 Web Services EditionSolutions to the issue: 1) Drag the public folder into the Area Marked &#8220;Subscribed Public Folders&#8221; This will cause your folders to be cached locally2) Add to the favorites bar as you normally would. Date of last update:7-23-2010Author: Drew Hunzeker No<br /><a href="http://www.ipsofacto.info/3220/entourage-2008-not-saving-public-folder-favorites/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: Public Folders are not saved to the favorites bar.<br /><b>Affects</b>: Entourage 2008 Web Services Edition<br /><b>Solutions to the issue</b>:
</p>
<p>1) Drag the public folder into the Area Marked &#8220;Subscribed Public Folders&#8221; This will cause your folders to be cached locally<br />2) Add to the favorites bar as you normally would.
</p>
<p>
</p>
<p><b>Date of last update</b>:7-23-2010<br /><b>Author</b>: Drew Hunzeker
</p>
<p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3220/entourage-2008-not-saving-public-folder-favorites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backing up Exchange 2007 with NTbackup</title>
		<link>http://www.ipsofacto.info/3219/backing-up-exchange-2007-with-ntbackup/</link>
		<comments>http://www.ipsofacto.info/3219/backing-up-exchange-2007-with-ntbackup/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 22:23:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3219/backing-up-exchange-2007-with-ntbackup/</guid>
		<description><![CDATA[Issue: There is no included backup program for Exchange 2007 on Server 2008. &#160;If you do not use BESR with Granular Restore or you need to have a file based back up of the exchange database, you need to install NTbackup.&#160;Affects: Windows Server 2008Solutions to the issue: 1) Find a Windows Server 2003 x64 based<br /><a href="http://www.ipsofacto.info/3219/backing-up-exchange-2007-with-ntbackup/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: There is no included backup program for Exchange 2007 on Server 2008. &nbsp;If you do not use BESR with Granular Restore or you need to have a file based back up of the exchange database, you need to install NTbackup.&nbsp;<br /><b>Affects</b>: Windows Server 2008<br /><b>Solutions to the issue</b>:
</p>
<p>1) Find a Windows Server 2003 x64 based system
</p>
<p>2)&nbsp;Copy the ntbackup.exe, ntmsapi.dll, and vssapi.dll from C:\windows\system32 into a new folder.
</p>
<p>3) Copy the folder on the Windows Server 2008 machine.
</p>
<p>4) Run NTbackup as one normally would. &nbsp;
</p>
<p><b><br />Date of last update</b>: 7-22-2010<br /><b>Author</b>: Drew Hunzeker
</p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3219/backing-up-exchange-2007-with-ntbackup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Check for an ATT Outage in your Area.</title>
		<link>http://www.ipsofacto.info/3218/how-to-check-for-an-att-outage-in-your-area/</link>
		<comments>http://www.ipsofacto.info/3218/how-to-check-for-an-att-outage-in-your-area/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 19:17:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3218/how-to-check-for-an-att-outage-in-your-area/</guid>
		<description><![CDATA[Issue: Is ATT not working?Affects:ATT DSL and U-VerseSolutions to the issue: To find out if there is an outage: 1. Go to: http://repair.att.com/repair/landing.do 2. choose High Speed Internet/DSL and enter your telephone number. If there is no outage in your area, you will be prompted to create a trouble report for your repair issue.Date of<br /><a href="http://www.ipsofacto.info/3218/how-to-check-for-an-att-outage-in-your-area/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: Is ATT not working?<br /><b>Affects</b>:ATT DSL and U-Verse<br /><b>Solutions to the issue</b>:
</p>
<p>To find out if there is an outage:
</p>
<p>1. Go to: <a href="http://repair.att.com/repair/landing.do" class="external free" title="http://repair.att.com/repair/landing.do" rel="nofollow">http://repair.att.com/repair/landing.do</a> <br /> 2. choose High Speed Internet/DSL and enter your telephone number. <br /> If there is no outage in your area, you will be prompted to create a trouble report for your repair issue.<br /><b>Date of last update</b>:7-12-2010<br /><b>Author</b>: Drew Hunzeker
</p>
<p><i><u><br /></u></i></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3218/how-to-check-for-an-att-outage-in-your-area/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop shortcuts disappear in Windows 7</title>
		<link>http://www.ipsofacto.info/3212/desktop-shortcuts-disappear-in-windows-7/</link>
		<comments>http://www.ipsofacto.info/3212/desktop-shortcuts-disappear-in-windows-7/#comments</comments>
		<pubDate>Wed, 16 Jun 2010 21:53:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3212/desktop-shortcuts-disappear-in-windows-7/</guid>
		<description><![CDATA[Issue: Desktop shortcuts disappear in Windows 7.Affects: Windows 7Solutions to the issue: 1. Make sure that the view icon is selected If it is and you still don&#8217;t see your icons then continue reading&#8230; These shortcuts are regarded as broken and are deleted by the System Maintenance troubleshooter. The System Maintenance troubleshooter performs a weekly<br /><a href="http://www.ipsofacto.info/3212/desktop-shortcuts-disappear-in-windows-7/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: Desktop shortcuts disappear in Windows 7.<br /><b>Affects</b>: Windows 7<br /><b>Solutions to the issue</b>:<br /> 
</p>
<p>1. Make sure that the view icon is selected</p>
<p> 
</p>
<p><a href="/mediawiki/index.php/File:Desptop_icon.jpg" class="image" title="Image:Desptop icon.jpg"><img alt="Image:Desptop icon.jpg" src="/mediawiki/images/Desptop_icon.jpg" width="457" height="332" border="0" /></a> <br /> 
</p>
<p>If it is and you still don&#8217;t see your icons then continue reading&#8230;
</p>
<p> 
</p>
<p>These shortcuts are regarded as broken and are deleted by the System Maintenance troubleshooter.
</p>
<p>The System Maintenance troubleshooter performs a weekly maintenance of the operating system. The System Maintenance troubleshooter either fixes problems automatically or reports problems through Action Center. When there are more than four broken shortcuts on the desktop, the System Maintenance troubleshooter automatically removes all broken shortcuts from the desktop.</p>
<p>WORKAROUND<br /> 
</p>
<p>You can disable the System Maintenance troubleshooter.
</p>
<p>Note If you disable the System Maintenance troubleshooter, all the maintenance tasks that it performs are disabled. <br /> 
</p>
<p>To disable the System Maintenance troubleshooter, follow these steps:
</p>
<p>1. Click Start and then click Control Panel.<br /> 2. Under System and Security, click Find and fix problems.<br /> 3. On the left navigation pane, click Change settings.<br /> 4. Set Computer Maintenance to Off.<br /> 
</p>
<p><b>Comments</b>:<br /><b>Date of last update</b>: 06-15-2010<br /><b>Author</b>:Gaetan Barthelemy<br /> 
</p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3212/desktop-shortcuts-disappear-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset XP login password</title>
		<link>http://www.ipsofacto.info/3211/how-to-reset-xp-login-password/</link>
		<comments>http://www.ipsofacto.info/3211/how-to-reset-xp-login-password/#comments</comments>
		<pubDate>Fri, 11 Jun 2010 16:51:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3211/how-to-reset-xp-login-password/</guid>
		<description><![CDATA[Issue: How to reset XP login password.Affects: windows XPSolutions to the issue: &#160;Sometimes people forget passwords. Sometimes the stored password on your hard drive gets corrupted in a system crash. Sometimes, malware changes your password without your knowledge. Whatever the cause, you CAN reset your password and get back into your Windows system. Password resetting<br /><a href="http://www.ipsofacto.info/3211/how-to-reset-xp-login-password/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: How to reset XP login password.<br /><b>Affects</b>: windows XP<br /><b>Solutions to the issue</b>:<br /> 
</p>
<p>&nbsp;Sometimes people forget passwords. Sometimes the stored password on your hard drive gets corrupted in a system crash. Sometimes, malware changes your password without your knowledge. Whatever the cause, you CAN reset your password and get back into your Windows system.
</p>
<p>Password resetting was not built into Windows prior to Vista. To get the reset job done you need to exploit a &#8220;bug&#8221; in Windows XP&#8217;s Setup process, or use a third-party password recovery program. First, here is how to use Windows XP&#8217;s Setup to reset your password:
</p>
<ul>
<li>Insert your retail Windows XP CD in your CD drive<br /> * Start or restart the computer<br /> * When the &#8220;Welcome to Setup&#8221; screen appears, press Enter<br /> * Setup offers to repair a damaged installation. Select your Windows XP installation from the list and press R to begin the Repair process. Pay close attention, you will soon interrupt this process!<br /> * You will be required to reboot after the &#8220;copying files&#8221; stage; select &#8220;reboot&#8221; or wait for it to happen autmatically in 15 seconds. Put your fingers on the Shift and F10 keys and be ready!<br /> * When you see &#8220;Installing Devices&#8221; progress bar in the lower left-hand corner of the screen, press Shift-F10 together.<br /> * A command console window will open. Enter NUSRMGR.CPL and press Enter.<br /> * The User Accounts Manager console will appear. Pick the account you need to change and enter a new password. Tadaahhh
</li>
</ul>
<p><b>Comments</b>:<br /><b>Date of last update</b>: 06-11-2010<br /><b>Author</b>:Gaetan Barthelemy<br /> 
</p>
<p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3211/how-to-reset-xp-login-password/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Troubleshoot messages awaiting directory lookup in the exchange 2003 queue</title>
		<link>http://www.ipsofacto.info/3210/troubleshoot-messages-awaiting-directory-lookup-in-the-exchange-2003-queue/</link>
		<comments>http://www.ipsofacto.info/3210/troubleshoot-messages-awaiting-directory-lookup-in-the-exchange-2003-queue/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 22:52:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3210/troubleshoot-messages-awaiting-directory-lookup-in-the-exchange-2003-queue/</guid>
		<description><![CDATA[Issue: Troubleshoot messages awaiting directory lookup in the exchange 2003 queue. if you track the message you get retrying categorization on Exchange 2003. When updating meeting sent to a distribution list or more than one user, the message is not being delivered and the sender will receive an undeliverable message a few days later (of<br /><a href="http://www.ipsofacto.info/3210/troubleshoot-messages-awaiting-directory-lookup-in-the-exchange-2003-queue/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: Troubleshoot messages awaiting directory lookup in the exchange 2003 queue.<br /> 
</p>
<p>if you track the message you get retrying categorization on Exchange 2003.
</p>
<p>When updating meeting sent to a distribution list or more than one user, the message is not being delivered and the sender will receive an undeliverable message a few days later (of course the meeting was never updated so you were wondering why no one showed up to your powerpoint presentation)<br /><i>Your message did not reach some or all of the intended recipients.<br /> Subject: NEW Weekly Sales Call beginning on 5/20<br /> Sent: 5/24/2010 6:14 AM<br />The following recipient(s) cannot be reached:<br /> xxxxx on 5/26/2010 6:35 AM<br /> Could not deliver the message in the time limit specified. Please retry or contact your administrator</i>.</p>
<p><b>Affects</b>: exchange 2003; outlook 2003 and 2007<br /><b>Solutions to the issue</b>:<br /> 
</p>
<p>The problem is related to the way outlook 2007 and 2007 handle meetings. The Outlook 2007 client mangles the message headers, specifically for meeting request updates sent to distribution lists in GAL.
</p>
<p>The headers are only mangled when you&#8217;re using Outlook 2007 on Exchange 2003. If you&#8217;re entirely a 2003 or 2007 front &amp; back end, the hotfix is not needed.
</p>
<p>You can read more and find the hotfix at <a href="http://support.microsoft.com/kb/938650/en-us" class="external free" title="http://support.microsoft.com/kb/938650/en-us" rel="nofollow">http://support.microsoft.com/kb/938650/en-us</a>
</p>
<p>Note that you will need to restart the server after installing the hotfix and adding a registry key.
</p>
<p> 
</p>
<p><b>Comments</b>:<br /><b>Date of last update</b>: 06-03-2010<br /><b>Author</b>:Gaetan Barthelemy<br /> 
</p>
<p>&lt;u&lt;/u&gt;</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3210/troubleshoot-messages-awaiting-directory-lookup-in-the-exchange-2003-queue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to disable Business Contact Manager</title>
		<link>http://www.ipsofacto.info/3209/how-to-disable-business-contact-manager/</link>
		<comments>http://www.ipsofacto.info/3209/how-to-disable-business-contact-manager/#comments</comments>
		<pubDate>Wed, 02 Jun 2010 19:45:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3209/how-to-disable-business-contact-manager/</guid>
		<description><![CDATA[Issue: How to disable Business Contact Manager in outlook.Affects: Outlook 2003 and 2007Solutions to the issue: You can use the Add or Remove Programs item in Control Panel to remove Business Contact Manager. However, if you want to disable Business Contact Manager without removing Business Contact Manager, follow these steps: 1. Quit Outlook. 2. Click<br /><a href="http://www.ipsofacto.info/3209/how-to-disable-business-contact-manager/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: How to disable Business Contact Manager in outlook.<br /><b>Affects</b>: Outlook 2003 and 2007<br /><b>Solutions to the issue</b>:<br /> 
</p>
<p>You can use the Add or Remove Programs item in Control Panel to remove Business Contact Manager. However, if you want to disable Business Contact Manager without removing Business Contact Manager, follow these steps:
</p>
<p>1. Quit Outlook.<br /> 2. Click Start, click Run, type regedit, and then click OK.<br /> 3. Locate and then click the following registry subkey:<br /> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Microsoft.BusinessSolutions.eCRM.OutlookAddIn.Connect.1<br /> 4. Right-click LoadBehavior, and then click Modify.<br /> 5. In the Value data box, type 1, and then click OK.<br /> 6. Quit Registry Editor.<br /> 7. Start Outlook.
</p>
<p>To enable Business Contact Manager after you have disabled Business Contact Manager, follow these steps:
</p>
<p>1. Quit Outlook.<br /> 2. Click Start, click Run, type regedit, and then click OK.<br /> 3. Locate and then click following registry subkey:<br /> HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Office\Outlook\Addins\Microsoft.BusinessSolutions.eCRM.OutlookAddIn.Connect.1<br /> 4. Right-click LoadBehavior, and then click Modify.<br /> 5. In the Value data box, type 3, and then click OK.<br /> 6. Quit Registry Editor.<br /> 7. Start Outlook.
</p>
<p><b>Comments</b>:<br /><b>Date of last update</b>: 06-02-2010<br /><b>Author</b>:Gaetan Barthelemy<br /> 
</p>
<p>&lt;u&lt;/u&gt;</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3209/how-to-disable-business-contact-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DMZ configuration for the ASA</title>
		<link>http://www.ipsofacto.info/3208/dmz-configuration-for-the-asa/</link>
		<comments>http://www.ipsofacto.info/3208/dmz-configuration-for-the-asa/#comments</comments>
		<pubDate>Fri, 28 May 2010 23:54:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3208/dmz-configuration-for-the-asa/</guid>
		<description><![CDATA[Creating a DMZ with a Cisco ASA 5505 Creating a DMZ on an ASA is an easy way for small business clients to offer internet access to workers who sub lease office space from without granting access to the company server or other network resources. &#160;One only needs to add a few lines to a<br /><a href="http://www.ipsofacto.info/3208/dmz-configuration-for-the-asa/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Creating a DMZ with a Cisco ASA 5505</b><br /> 
</p>
<p>Creating a DMZ on an ASA is an easy way for small business clients to offer internet access to workers who sub lease office space from without granting access to the company server or other network resources. &nbsp;One only needs to add a few lines to a standard configuration.
</p>
<p>1. Telnet into your ASA and enter the enable mode.
</p>
<p>2. Create a new VLAN.&nbsp;This articles assumes that the VLan 2 is facing the internet and Vlan 1 is the inside interface.
</p>
<p>enter the configuration terminal by typing:
</p>
<pre>ASA#: conf t</pre>
<p>create the vlan:
</p>
<pre>ASA(config)# int vlan3
</pre>
<p>turn off interface forwarding:
</p>
<pre>ASA(config-if)# no forward interface Vlan1
</pre>
<p>Name the vLan:
</p>
<pre>ASA(config-if)# nameif dmz</pre>
<p>Set Security level:
</p>
<pre>ASA(config-if)#security-level 50</pre>
<p>Give IP Address:
</p>
<pre>ASA(config-if)#ip address 192.168.xx.1 255.255.255.0</pre>
<p>Exit vlan interface configuration:
</p>
<pre>ASA(config-if)#exit</pre>
<p> 
</p>
<p>3. link port 7 of the firewall to the DMZ (note that by default it is linked to the inside interface)
</p>
<p>conifigure the switch port:
</p>
<pre>ASA(config)# interface Ethernet0/7</pre>
<p>link the switchport to the vlan
</p>
<p>ASA(config-if)# switchport access vlan 3
</p>
<pre>ASA(config-if)# exit</pre>
<p>4. Set up DHCP and DNS:
</p>
<pre>ASA(config)# dhcpd address 192.168.60.100-192.168.60.150 dmz</pre>
<pre>ASA(config)# dhcpd dns 4.2.2.1 interface dmz
</pre>
<pre>ASA(config)# dhcpd enable dmz</pre>
<p>5. Set up Network Address Translation:
</p>
<pre>ASA(config)# nat (dmz) 1 0.0.0.0 0.0.0.0</pre>
<p>6. Don&#8217;t forget to:
</p>
<pre>ASA# write</pre>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3208/dmz-configuration-for-the-asa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install SSH on Ubuntu</title>
		<link>http://www.ipsofacto.info/3207/how-to-install-ssh-on-ubuntu/</link>
		<comments>http://www.ipsofacto.info/3207/how-to-install-ssh-on-ubuntu/#comments</comments>
		<pubDate>Fri, 28 May 2010 22:26:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3207/how-to-install-ssh-on-ubuntu/</guid>
		<description><![CDATA[Contents SSH&#160;Installation Test the&#160;SSH&#160;service SSH Management Configuration Files Enable Root Access Contents 1 SSH&#160;Installation 2 Test the&#160;SSH&#160;service 3 SSH Management 4 Configuration Files 5 Enable Root Access if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } SSH&#160;Installation Logon to the ubuntu server and open the terminal when you are using the<br /><a href="http://www.ipsofacto.info/3207/how-to-install-ssh-on-ubuntu/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<div id="index_box" style="width: 100%; float: left; padding-bottom: 12px; padding-top: 2px;">
<ul style="float: left; margin: 0px; list-style-type: none; padding: 9px; border: solid 1px #D3D3D3; color: black;">
<li id="index_box_items" style="text-align: center; padding-bottom: 5px; width: 100%;"><strong>Contents</strong></li>
<li>
<ul id="item_box_chapters" style="float: left; margin: 0px; padding: 0px; list-style-type: none; color: #407da2;">
<li><a href="#SSH.C2.A0Installation">  SSH&nbsp;Installation  </a></li>
<li><a href="#Test_the.C2.A0SSH.C2.A0service">  Test the&nbsp;SSH&nbsp;service  </a></li>
<li><a href="#SSH_Management">  SSH Management  </a></li>
<li><a href="#Configuration_Files">  Configuration Files  </a></li>
<li><a href="#Enable_Root_Access">  Enable Root Access  </a></li>
</ul>
</li>
</ul></div>
<table id="toc" class="toc" summary="Contents">
<tr>
<td>
<div id="toctitle">
<h2>Contents</h2>
</div>
<ul>
<li class="toclevel-1"><a href="#SSH.C2.A0Installation"><span class="tocnumber">1</span> <span class="toctext">SSH&nbsp;Installation</span></a></li>
<li class="toclevel-1"><a href="#Test_the.C2.A0SSH.C2.A0service"><span class="tocnumber">2</span> <span class="toctext">Test the&nbsp;SSH&nbsp;service</span></a></li>
<li class="toclevel-1"><a href="#SSH_Management"><span class="tocnumber">3</span> <span class="toctext">SSH Management</span></a></li>
<li class="toclevel-1"><a href="#Configuration_Files"><span class="tocnumber">4</span> <span class="toctext">Configuration Files</span></a></li>
<li class="toclevel-1"><a href="#Enable_Root_Access"><span class="tocnumber">5</span> <span class="toctext">Enable Root Access</span></a></li>
</ul>
</td>
</tr>
</table>
<p><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script><br />
<a name="SSH.C2.A0Installation" id="SSH.C2.A0Installation"></a><br />
<h4> <span class="mw-headline"> SSH&nbsp;Installation  </span></h4>
<p>Logon to the ubuntu server and open the terminal when you are using the graphical user interface. Type the following commands to install the OpenSSH client and server.
</p>
<pre>sudo apt-get install openssh-server openssh-client
</pre>
<p><a name="Test_the.C2.A0SSH.C2.A0service" id="Test_the.C2.A0SSH.C2.A0service"></a><br />
<h4> <span class="mw-headline"> Test the&nbsp;SSH&nbsp;service  </span></h4>
<p>Type the following command to test the openssh-server:
</p>
<pre>shh user@localhost
</pre>
<p>The system will prompt for an message to accept the public key. This key is used for the RSA&nbsp;authentication. Accept the public key en authenticate with the OpenSSH server.
</p>
<p> 
</p>
<p><a name="SSH_Management" id="SSH_Management"></a><br />
<h4> <span class="mw-headline"> SSH Management  </span></h4>
<p>Type the following command to start/stop/restart the SSH&nbsp;server:
</p>
<p><b>Start SSH&nbsp;Server</b>
</p>
<pre>sudo service ssh start
</pre>
<p><b>Stop SSH&nbsp;Server</b>
</p>
<pre>sudo service ssh stop
</pre>
<p><b>Restart SSH&nbsp;Server</b>
</p>
<pre>sudo service ssh restart
</pre>
<p>When this command returns in an error then navigate to the path /etc/init.d
</p>
<p>Type the following command to start the SSH server:
</p>
<p><b>Start SSH&nbsp;Server</b>
</p>
<pre>ssh start
</pre>
<p><b>Stop SSH&nbsp;Server</b>
</p>
<pre>ssh stop
</pre>
<p><b>Restart SSH&nbsp;Server</b>
</p>
<pre>ssh restart
</pre>
<p><a name="Configuration_Files" id="Configuration_Files"></a><br />
<h4> <span class="mw-headline"> Configuration Files  </span></h4>
<p>The configuration files are located in:
</p>
<p><i>/etc/ssh/</i>
</p>
<p>Use <i>ssh_config</i> to edit your own ssh client settings and use <i>sshd_config</i> to edit the openssh server settings.
</p>
<p> 
</p>
<p><a name="Enable_Root_Access" id="Enable_Root_Access"></a><br />
<h4> <span class="mw-headline"> Enable Root Access  </span></h4>
<p>By default root access is disabled. To enable root access the following configuration file needs to be edited:
</p>
<p> 
</p>
<p><i>/etc/ssh/sshd_config</i>
</p>
<p> 
</p>
<p>To edit with the nano editor use the following command, do not forget the sudo command because else you do NOT have permission to save the config.
</p>
<pre>sudo nano /etc/ssh/sshd_config
</pre>
<p>Change the following rule:
</p>
<p><i>PermitRootLogin:</i> No &nbsp;&nbsp; <b>&lt;&#8211; change it to &#8211;&gt;</b>&nbsp;&nbsp;&nbsp;&nbsp; <i>PermitRootLogin&nbsp;: Yes</i>
</p>
<p> 
</p>
<p>Press CTRL + O to save the changes and restart the SSH&nbsp;server<br /> 
</p>
<p> 
</p>
<p><b>Date of last update:</b> 5-28-10<br /><b>Author:</b> Peter Hooghuis</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3207/how-to-install-ssh-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ASA 8.3 Command Changes</title>
		<link>http://www.ipsofacto.info/3185/cisco-asa-8-3-command-changes-3/</link>
		<comments>http://www.ipsofacto.info/3185/cisco-asa-8-3-command-changes-3/#comments</comments>
		<pubDate>Fri, 28 May 2010 03:05:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3185/cisco-asa-8-3-command-changes-3/</guid>
		<description><![CDATA[Contents Main Changes 1. Regular PAT &#8211; 1 External IP to many internal IP addresses 2. Static&#160;: PAT (Port Forwarding) 3. No NAT (seen mainly &#8211; but not always &#8211; on VPN traffic) 4. Access Lists Issue: Cisco ASA 8.3 Command ChangesAffects: Cisco ASA version 8.3 and PIX version &#38;Solutions to the issue: Contents 1<br /><a href="http://www.ipsofacto.info/3185/cisco-asa-8-3-command-changes-3/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<div id="index_box" style="width: 100%; float: left; padding-bottom: 12px; padding-top: 2px;">
<ul style="float: left; margin: 0px; list-style-type: none; padding: 9px; border: solid 1px #D3D3D3; color: black;">
<li id="index_box_items" style="text-align: center; padding-bottom: 5px; width: 100%;"><strong>Contents</strong></li>
<li>
<ul id="item_box_chapters" style="float: left; margin: 0px; padding: 0px; list-style-type: none; color: #407da2;">
<li><a href="#Main_Changes">  Main Changes  </a></li>
<li><a href="#1._Regular_PAT_-_1_External_IP_to_many_internal_IP_addresses">  1. Regular PAT &#8211; 1 External IP to many internal IP addresses   </a></li>
<li><a href="#2._Static.C2.A0:_PAT_.28Port_Forwarding.29">  2. Static&nbsp;: PAT (Port Forwarding)  </a></li>
<li><a href="#3._No_NAT_.28seen_mainly_-_but_not_always_-_on_VPN_traffic.29">  3. No NAT (seen mainly &#8211; but not always &#8211; on VPN traffic)  </a></li>
<li><a href="#4._Access_Lists">  4. Access Lists  </a></li>
</ul>
</li>
</ul></div>
<p><b>Issue:</b> Cisco ASA 8.3 Command Changes<br /><b>Affects:</b> Cisco ASA version 8.3 and PIX version &amp;<br /><b>Solutions to the issue:</b><br /> 
</p>
<table id="toc" class="toc" summary="Contents">
<tr>
<td>
<div id="toctitle">
<h2>Contents</h2>
</div>
<ul>
<li class="toclevel-1"><a href="#Main_Changes"><span class="tocnumber">1</span> <span class="toctext">Main Changes</span></a></li>
<li class="toclevel-1"><a href="#1._Regular_PAT_-_1_External_IP_to_many_internal_IP_addresses"><span class="tocnumber">2</span> <span class="toctext">1. Regular PAT &#8211; 1 External IP to many internal IP addresses</span></a></li>
<li class="toclevel-1"><a href="#2._Static.C2.A0:_PAT_.28Port_Forwarding.29"><span class="tocnumber">3</span> <span class="toctext">2. Static&nbsp;: PAT (Port Forwarding)</span></a></li>
<li class="toclevel-1"><a href="#3._No_NAT_.28seen_mainly_-_but_not_always_-_on_VPN_traffic.29"><span class="tocnumber">4</span> <span class="toctext">3. No NAT (seen mainly &#8211; but not always &#8211; on VPN traffic)</span></a></li>
<li class="toclevel-1"><a href="#4._Access_Lists"><span class="tocnumber">5</span> <span class="toctext">4. Access Lists</span></a></li>
</ul>
</td>
</tr>
</table>
<p><script type="text/javascript"> if (window.showTocToggle) { var tocShowText = "show"; var tocHideText = "hide"; showTocToggle(); } </script><br />
<a name="Main_Changes" id="Main_Changes"></a><br />
<h4> <span class="mw-headline"> Main Changes  </span></h4>
<p>The main changes are on the NAT / Global / Access-List commands.<br />Basically there is no more global command, and we are now a lot more reliant on object groups. <br />If you are port forwarding (Static PAT) then the dns re-write will no longer work.<br />NAT 0 (or no nat) no longer exists. <b>For example:</b>
</p>
<p><a name="1._Regular_PAT_-_1_External_IP_to_many_internal_IP_addresses" id="1._Regular_PAT_-_1_External_IP_to_many_internal_IP_addresses"></a><br />
<h4> <span class="mw-headline"> 1. Regular PAT &#8211; 1 External IP to many internal IP addresses <br />  </span></h4>
<p>- Before 8.3 version<br /><i>nat (inside) 1 0 0<br />global (outside) 1 interface </i><br />- 8.3 version<br /><i>object network obj_any<br />subnet 0.0.0.0 0.0.0.0<br />nat (inside,outside) dynamic interface </i></p>
<p><a name="2._Static.C2.A0:_PAT_.28Port_Forwarding.29" id="2._Static.C2.A0:_PAT_.28Port_Forwarding.29"></a><br />
<h4> <span class="mw-headline"> 2. Static&nbsp;: PAT (Port Forwarding)  </span></h4>
<p>- Before 8.3 version <br /> 
</p>
<p><i>access-list inbound extended permit tcp any interface outside eq smtp <br />access-list inbound extended permit tcp any interface outside eq www<br />static (inside,outside) tcp interface smtp 192.168.1.10 smtp netmask 255.255.255.255 <br />static (inside,outside) tcp interface www 192.168.1.10 www netmask 255.255.255.255 </i></p>
<p>- 8.3 version <br /> 
</p>
<p><i>access-list inbound extended permit tcp any object obj-192.168.1.10-01 eq smtp <br />access-list inbound extended permit tcp any object obj-192.168.1.10 eq www <br />object network obj-192.168.1.10<br />host 192.168.1.10<br />object network obj-192.168.1.10-01 <br />host 192.168.1.10<br />object network obj-192.168.1.10<br />nat (inside,outside) static interface service tcp www www<br />object network obj-192.168.1.10-01 <br />nat (inside,outside) static interface service tcp smtp smtp </i></p>
<p><a name="3._No_NAT_.28seen_mainly_-_but_not_always_-_on_VPN_traffic.29" id="3._No_NAT_.28seen_mainly_-_but_not_always_-_on_VPN_traffic.29"></a><br />
<h4> <span class="mw-headline"> 3. No NAT (seen mainly &#8211; but not always &#8211; on VPN traffic)  </span></h4>
<p>- Before 8.3 version <br /> 
</p>
<p><i>nat (inside) 0 access-list EXEMPT<br />access-list EXEMPT extended permit ip 192.168.1.0 255.255.255.0 66.67.70.0 255.255.255.0 </i><br />- 8.3 version <br /> 
</p>
<p><i>object network obj-192.168.1.10<br />subnet 192.168.1.10 255.255.255.0<br />object network obj-66.67.70.0<br />subnet 66.67.70.0 255.255.255.0<br />nat (inside,any) source static obj-192.168.1.10.0 obj-192.168.1.10.0 destination static obj-66.67.70.0 obj-66.67.70.0 </i></p>
<p><a name="4._Access_Lists" id="4._Access_Lists"></a><br />
<h4> <span class="mw-headline"> 4. Access Lists<br />  </span></h4>
<p>For as long as I can remember when you allowed access to an IP address on a PIX/ASA you allowed access to its translated IP address, NOW YOU DO NOT, you allow access to its &#8220;Pre-translation address&#8221; <br /> 
</p>
<p>- Before 8.3 version <br /> 
</p>
<p><i>access-list inbound extended permit tcp any host 123.123.123.123 eq www<br />access-group inbound in interface outside<br />static (inside,outside) tcp 123.123.123.123 www 10.254.254.5 www netmask 255.255.255.255 </i><br /> 
</p>
<p>- 8.3 version <br /> 
</p>
<p><i>access-list inbound extended permit tcp any object obj-10.254.254.5<br />access-group inbound in interface outside<br />object network obj-10.254.254.5<br />host 10.254.254.5<br />nat (inside,outside) static 123.123.123.123 service tcp www www </i></p>
<p><a href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp60047" class="external text" title="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.html#wp60047" rel="nofollow">References &#8211; Credits &#8211; Or External Links Cisco ASA 5500 Migration Guide for Version 8.3</a>
</p>
<p>Note that if you want to upgrade your asa to version 8.3, your current configuration will be migrated by the IP migrating tool from cisco.
</p>
<p>Warning<br />If an access-list used by these features is shared with per-user ACL<br />then the original access-list has to be recreated.<br />INFO: Note that identical IP addresses or overlapping IP ranges on<br />different interfaces are not detectable by automated Real IP migration.<br />If your deployment contains such scenarios, please verify your migrated<br />configuration is appropriate for those overlapping addresses/ranges.<br />Please also refer to the ASA 8.3 migration guide for a complete<br />explanation of the automated migration process.
</p>
<p><b>Date of last update:</b> 5-24-10<br /><b>Author:</b> Gaetan Barthelemy</p>
<p> 
</p>
<p> 
</p>
<p> 
</p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3185/cisco-asa-8-3-command-changes-3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Print Spooler not working under Bootcamp</title>
		<link>http://www.ipsofacto.info/3157/windows-print-spooler-not-working-under-bootcamp/</link>
		<comments>http://www.ipsofacto.info/3157/windows-print-spooler-not-working-under-bootcamp/#comments</comments>
		<pubDate>Wed, 26 May 2010 00:13:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3157/windows-print-spooler-not-working-under-bootcamp/</guid>
		<description><![CDATA[Issue: One is unable to add a new printer on a Windows Bootcamp Partition on a Mac. The printer spooler will not start (more acuratly it will not stay started). &#160;The event log will give an error similar to: Faulting application name: spoolsv.exe, version: 6.1.7600.16385, time stamp: 0Ã4a5bd3d1Faulting module name: TPVMMon.dll, version: 2.0.51.5, time stamp:<br /><a href="http://www.ipsofacto.info/3157/windows-print-spooler-not-working-under-bootcamp/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: One is unable to add a new printer on a Windows Bootcamp Partition on a Mac. The printer spooler will not start (more acuratly it will not stay started). &nbsp;The event log will give an error similar to:
</p>
<p>Faulting application name: spoolsv.exe, version: 6.1.7600.16385, time stamp: 0Ã4a5bd3d1<br />Faulting module name: TPVMMon.dll, version: 2.0.51.5, time stamp: 0Ã48359080<br />Faulting application start time: 0Ã01caa2aa2c4394d8<br />Faulting application path: C:\Windows\System32\spoolsv.exe<br />Faulting module path: C:\Windows\System32\TPVMMon.dll<br />Report Id: 7188e318-0e9d-11df-9123-895fd79b6e49<br />Faulting application name: spoolsv.exe, version: 6.1.7600.16385, time stamp: 0Ã4a5bd3d1Faulting module name: TPVMMon.dll, version: 2.0.51.5, time stamp: 0Ã48359080Exception code: 0xc0000005Fault offset: 0Ã000000000000846eFaulting process id: 0Ã1300Faulting application start time: 0Ã01caa2aa2c4394d8Faulting application path: C:\Windows\System32\spoolsv.exeFaulting module path: C:\Windows\System32\TPVMMon.dllReport Id: 7188e318-0e9d-11df-9123-895fd79b6e49<br />&nbsp;<br /><b>Affects</b>: &nbsp;Windows on a Mac. &nbsp;Usually only once the bootcamp partition has been used by VMware Fusion on the Mac side.&nbsp;
</p>
<p><b>Solutions to the issue</b>: Run Regedit and remove the following registry key:
</p>
<p>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\Print\Monitors\ThinPrint Print Port Monitor for VMWare]
</p>
<p>&#8216;<i>Comments<b>:<u></u></b></i>Export the Registry or take a system restore point before any changes to the registry!<i><b>&lt;/u<br /></b><br />&#8216;</i><b>Author</b>: Drew Hunzeker
</p>
<p></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3157/windows-print-spooler-not-working-under-bootcamp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dialing from the Directory on a Cisco uc500 series</title>
		<link>http://www.ipsofacto.info/3115/dialing-from-the-directory-on-a-cisco-uc500-series/</link>
		<comments>http://www.ipsofacto.info/3115/dialing-from-the-directory-on-a-cisco-uc500-series/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 20:24:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Cisco]]></category>
		<category><![CDATA[uc500]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3115</guid>
		<description><![CDATA[The UC500 series is quite customizable and is able to be deployed around the world. While this is a major strength it does involve certain trade offs. One of the largest being the inability to directly dial from the missed call or received call directories on the phone. Usually you can get around it by<br /><a href="http://www.ipsofacto.info/3115/dialing-from-the-directory-on-a-cisco-uc500-series/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1017/cisco-unified-communications-500-series/' rel='bookmark' title='Permanent Link: Cisco Unified Communications 500 Series'>Cisco Unified Communications 500 Series</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The UC500 series is quite customizable and is able to be deployed around the world.  While this is a major strength it does involve certain trade offs.  One of the largest being the inability to directly dial from the missed call or received call directories on the phone.  Usually you can get around it by pressing the edit dial button and adding whatever digits your location requires to make an outgoing local or long distance call (in our case the huble 91).  The slightly more elegant way to do it is by writing a translation rule that will append a 91 to each incoming call thereby placing it in your directory in a state ready to be dialed.  In all of Cisco&#8217;s wisdom this cannot be done from the configuration assistant and must be done from the CLI.  </p>
<p>Start by creating the translation rule set:<br />
Login</p>
<p>UC520(config)#voice translation-rule 800</p>
<p>Then create a translation rule for a ten digit number:</p>
<p>UC520(cfg-translation-rule)#rule 1  /\(&#8230;&#8230;&#8230;.\)/ /91\1/ </p>
<p>You can test by leaving the the conf terminal and testing:</p>
<p>UC520#test voice translation-rule 800 4155738216<br />
Matched with rule 1<br />
Original number: 4155738216	Translated number: 914155738216<br />
Original number type: none	Translated number type: none<br />
Original number plan: none	Translated number plan: none</p>
<p>Come back to the Terminal and create a rule for seven digit numbers</p>
<p>UC520(config)#voice translation-rule 800<br />
UC520(cfg-translation-rule)#rule 2 /\(&#8230;&#8230;.\)/ /91\1/    </p>
<p>Test:</p>
<p>UC520#test voice translation-rule 800 5738216<br />
Matched with rule 2<br />
Original number: 5738216	Translated number: 915738216<br />
Original number type: none	Translated number type: none<br />
Original number plan: none	Translated number plan: none</p>
<p>Then add a level of abstraction by creating a translation profile:</p>
<p>UC520(config)#voice translation-profile append_91<br />
UC520(cfg-translation-profile)#translate calling 800<br />
UC520(cfg-translation-profile)#exit</p>
<p>Finally Apply the Profile to all incoming voice ports:</p>
<p>UC520(config)#voice-port 0/1/0<br />
UC520(config-voiceport)#translation-profile incoming append_91<br />
UC520(config-voiceport)#exit<br />
UC520(config)#voice-port 0/1/1<br />
UC520(config-voiceport)#translation-profile incoming append_91<br />
UC520(config-voiceport)#exit<br />
UC520(config)#voice-port 0/1/2<br />
UC520(config-voiceport)#translation-profile incoming append_91<br />
UC520(config-voiceport)#exit<br />
UC520(config)#voice-port 0/1/3<br />
UC520(config-voiceport)#translation-profile incoming append_91<br />
UC520(config-voiceport)#exit<br />
UC520(config)#exit</p>
<p>Test, write, and bobs your uncle.</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1017/cisco-unified-communications-500-series/' rel='bookmark' title='Permanent Link: Cisco Unified Communications 500 Series'>Cisco Unified Communications 500 Series</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3115/dialing-from-the-directory-on-a-cisco-uc500-series/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Transferring emails from Outlook to a free (non apps) Gmail account</title>
		<link>http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/</link>
		<comments>http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/#comments</comments>
		<pubDate>Thu, 15 Apr 2010 16:56:19 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Gmail]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3112</guid>
		<description><![CDATA[Issue: Transferring emails from Outlook to a free (non apps) Gmail account. Affects: Outlook Solution/Process: Google offers a free sync and email upload tool for Google Apps accounts coming from Outlook. However, there is no support for free gmail accounts. The way to transfer emails in such a situation is to use IMAP. Here are<br /><a href="http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3019/forcing-outlook-2007-to-download-complete-imap-items/' rel='bookmark' title='Permanent Link: Forcing Outlook 2007 to Download Complete IMAP Items'>Forcing Outlook 2007 to Download Complete IMAP Items</a></li>
<li><a href='http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/' rel='bookmark' title='Permanent Link: How to delete Google Apps Duplicate Contacts'>How to delete Google Apps Duplicate Contacts</a></li>
<li><a href='http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/' rel='bookmark' title='Permanent Link: Opening Attachments with the Outlook E-mail Security Update'>Opening Attachments with the Outlook E-mail Security Update</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> Transferring emails from Outlook to a free (non apps) Gmail account.</p>
<p><strong>Affects:</strong> Outlook</p>
<p><strong>Solution/Process:</strong> Google offers a free sync and email  upload tool for Google Apps accounts coming from Outlook.  However,  there is no support for free gmail accounts.  The way to transfer emails  in such a situation is to use IMAP.  Here are the steps:</p>
<p>-	Export the folders/emails you want from Outlook to a new .pst  file</p>
<p>-	Create a new mail profile and new account and import the .pst  file</p>
<p>-	Add a new account using the gmail IMAP settings: <a title="http://www.howtogeek.com/howto/microsoft-office/use-gmail-imap-in-microsoft-outlook-2007/" rel="nofollow" href="http://www.howtogeek.com/howto/microsoft-office/use-gmail-imap-in-microsoft-outlook-2007/" target="_blank">www.howtogeek.com</a></p>
<p>-	Copy the folders from the imported .pst file to the [Gmail]  folder: <a title="http://www.labnol.org/internet/email/export-outlook-email-to-gmail-pst-backup/1938/" rel="nofollow" href="http://www.labnol.org/internet/email/export-outlook-email-to-gmail-pst-backup/1938/" target="_blank">www.labnol.org</a></p>
<p>-	Your mail will now show up online in your gmail account</p>
<ul>
<li>Note – copying these folders may take some time.  It is possible  that if the folder is big enough it will lock up and cause Outlook to  crash.  In this case, it may be better to copy the emails in groups  instead of as a whole folder.</li>
</ul>
<p><strong>Date of last update:</strong> 4-15-10</p>
<p><strong>Author:</strong> Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3019/forcing-outlook-2007-to-download-complete-imap-items/' rel='bookmark' title='Permanent Link: Forcing Outlook 2007 to Download Complete IMAP Items'>Forcing Outlook 2007 to Download Complete IMAP Items</a></li>
<li><a href='http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/' rel='bookmark' title='Permanent Link: How to delete Google Apps Duplicate Contacts'>How to delete Google Apps Duplicate Contacts</a></li>
<li><a href='http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/' rel='bookmark' title='Permanent Link: Opening Attachments with the Outlook E-mail Security Update'>Opening Attachments with the Outlook E-mail Security Update</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cannot change the default program for certain file extensions</title>
		<link>http://www.ipsofacto.info/3108/3108/</link>
		<comments>http://www.ipsofacto.info/3108/3108/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 00:19:09 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Extension]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3108</guid>
		<description><![CDATA[Issue: Issue where you cannot change the default program a certain file extension opens Affects: .doc files and probably others Solution/Process: If you use the “Set default programs” wizard or change the default program using the “always use this program” box, sometimes you will not be able to change the extension back. For example, a<br /><a href="http://www.ipsofacto.info/3108/3108/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> Issue where you cannot change the default program a  certain file extension opens</p>
<p><strong>Affects:</strong> .doc files and probably others</p>
<p><strong>Solution/Process:</strong> If you use the “Set default programs”  wizard or change the default program using the “always use this program”  box, sometimes you will not be able to change the extension back.  For  example, a user accidentally changed .doc to open with Outlook and then  could not change it back to Word.</p>
<p>You should download a program called “Types” <a title="http://types.sourceforge.net" rel="nofollow" href="http://types.sourceforge.net/" target="_blank">http://types.sourceforge.net/</a> .  Install it, then right click on the extension (in this case .doc)  and go to properties.  Then go to actions and browse to the winword.exe  location and set it.  Then go back to class and uncheck “Use linked  class”.  Close the program and try to open the file.</p>
<p><strong>Date of last update:</strong> 4-13-10</p>
<p><strong>Author:</strong> Keller Medlin</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3108/3108/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New HP Z800&#8242;s sound does not work out of the box</title>
		<link>http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/</link>
		<comments>http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/#comments</comments>
		<pubDate>Wed, 14 Apr 2010 00:06:45 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3105</guid>
		<description><![CDATA[Issue: New HP z800 sound does not work out of the box Affects: HP z800 workstations Solution/Process: Certain configurations of these workstations ship with an ATI audio/video card and even if you try to update the drivers for the card it still says that there is no audio device detected. The solution is to go<br /><a href="http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/' rel='bookmark' title='Permanent Link: New HP printer ink cartridges do not print clearly'>New HP printer ink cartridges do not print clearly</a></li>
<li><a href='http://www.ipsofacto.info/1232/hp-printer-tray-behavior/' rel='bookmark' title='Permanent Link: HP Printer Tray Behavior'>HP Printer Tray Behavior</a></li>
<li><a href='http://www.ipsofacto.info/308/hp/' rel='bookmark' title='Permanent Link: Hewlett-Packard HP'>Hewlett-Packard HP</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> New HP z800 sound does not work out of the box</p>
<p><strong>Affects:</strong> HP z800 workstations</p>
<p><strong>Solution/Process:</strong> Certain configurations of these  workstations ship with an ATI audio/video card and even if you try to  update the drivers for the card it still says that there is no audio  device detected.  The solution is to go into the bios and enable the  on-board sound and disable it on the card.   Then you will be using the  video from the card, but not the sound.  The sound is only really  useable in situations where you are using a HDTV.</p>
<p><strong>Date of last update:</strong> 4-9-10</p>
<p><strong>Author:</strong> Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/' rel='bookmark' title='Permanent Link: New HP printer ink cartridges do not print clearly'>New HP printer ink cartridges do not print clearly</a></li>
<li><a href='http://www.ipsofacto.info/1232/hp-printer-tray-behavior/' rel='bookmark' title='Permanent Link: HP Printer Tray Behavior'>HP Printer Tray Behavior</a></li>
<li><a href='http://www.ipsofacto.info/308/hp/' rel='bookmark' title='Permanent Link: Hewlett-Packard HP'>Hewlett-Packard HP</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>VMware Fusion does not detect second monitor or monitor does not show up</title>
		<link>http://www.ipsofacto.info/3102/vmware-fusion-does-not-detect-second-monitor-or-monitor-does-not-show-up/</link>
		<comments>http://www.ipsofacto.info/3102/vmware-fusion-does-not-detect-second-monitor-or-monitor-does-not-show-up/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:42:11 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Monitor]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3102</guid>
		<description><![CDATA[Issue: VMware Fusion does not detect 2nd monitor or monitor does not show up Affects: Windows environments running on a Mac Solution/Process: If you have a second monitor configured to run with fusion then you may notice sometimes it does not come up correctly (either at all or it comes up as a mirror of<br /><a href="http://www.ipsofacto.info/3102/vmware-fusion-does-not-detect-second-monitor-or-monitor-does-not-show-up/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/' rel='bookmark' title='Permanent Link: How to use shared folders on VMWare Fusion'>How to use shared folders on VMWare Fusion</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> VMware Fusion does not detect 2nd monitor or monitor  does not show up</p>
<p><strong>Affects:</strong> Windows environments running on a Mac</p>
<p><strong>Solution/Process:</strong> If you have a second monitor configured  to run with fusion then you may notice sometimes it does not come up  correctly (either at all or it comes up as a mirror of your main desktop  instead of extended). There are two things to try in this situation:</p>
<p>-Go to view, use single display in full screen and then go back  to view, use all displays in full screen</p>
<p>-Reboot the windows environment and then reboot the Mac  environment. For some reason it may require multiple restarts before it  works properly.</p>
<ul>
<li>Note &#8211; One of the most noticeable times is that the monitor may  not work after bringing the computer back from standby.</li>
</ul>
<p><strong>Date of last update</strong>: 4-9-10</p>
<p><strong>Author</strong>: Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/' rel='bookmark' title='Permanent Link: How to use shared folders on VMWare Fusion'>How to use shared folders on VMWare Fusion</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3102/vmware-fusion-does-not-detect-second-monitor-or-monitor-does-not-show-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New HP printer ink cartridges do not print clearly</title>
		<link>http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/</link>
		<comments>http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:29:33 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[HP]]></category>
		<category><![CDATA[Printer]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3100</guid>
		<description><![CDATA[Issue: New HP printer ink cartridges do not print clearly Affects: HP printers Solution/Process: This seems to be a known issue with some new HP cartridges. Assuming the cartridge hasn’t expired; the best way to fix this is to clean the gold connectors on the ink with a damp coffee filter or lent free cloth.<br /><a href="http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3053/ricoh-multifunction-printer-error/' rel='bookmark' title='Permanent Link: Ricoh Multifunction Printer Error'>Ricoh Multifunction Printer Error</a></li>
<li><a href='http://www.ipsofacto.info/1232/hp-printer-tray-behavior/' rel='bookmark' title='Permanent Link: HP Printer Tray Behavior'>HP Printer Tray Behavior</a></li>
<li><a href='http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/' rel='bookmark' title='Permanent Link: New HP Z800&#8242;s sound does not work out of the box'>New HP Z800&#8242;s sound does not work out of the box</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> New HP printer ink cartridges do not print clearly</p>
<p><strong>Affects:</strong> HP printers</p>
<p><strong>Solution/Process:</strong> This seems to be a known issue with  some new HP cartridges.  Assuming the cartridge hasn’t expired; the best  way to fix this is to clean the gold connectors on the ink with a damp  coffee filter or lent free cloth.  Next, run the printer cleaning wizard  (assuming there is one) multiple times (2x or 3x).  Finally, run the  alignment wizard.  Then try printing a large document (10 or more  pages).  Sometimes the ink just needs to get going before it works  properly so running it through a big print job should help.</p>
<p><strong>Date of last update:</strong> 4-8-10</p>
<p><strong>Author:</strong> Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3053/ricoh-multifunction-printer-error/' rel='bookmark' title='Permanent Link: Ricoh Multifunction Printer Error'>Ricoh Multifunction Printer Error</a></li>
<li><a href='http://www.ipsofacto.info/1232/hp-printer-tray-behavior/' rel='bookmark' title='Permanent Link: HP Printer Tray Behavior'>HP Printer Tray Behavior</a></li>
<li><a href='http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/' rel='bookmark' title='Permanent Link: New HP Z800&#8242;s sound does not work out of the box'>New HP Z800&#8242;s sound does not work out of the box</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows Media Player or other programs pop up randomly</title>
		<link>http://www.ipsofacto.info/3095/3095/</link>
		<comments>http://www.ipsofacto.info/3095/3095/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:22:13 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Media Player]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3095</guid>
		<description><![CDATA[Issue: Windows Media Player or other programs keep popping up randomly Affects: Windows desktops and servers Solution Process: Sometimes users may notice that programs are opening seemingly on their own without prompt. This can be frustrating if the programs are popping up on screen and distracting the user from what they are doing. Oddly enough,<br /><a href="http://www.ipsofacto.info/3095/3095/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/208/windows-7-migration-from-xp/' rel='bookmark' title='Permanent Link: Microsoft Windows 7 Migration from XP'>Microsoft Windows 7 Migration from XP</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> Windows Media Player or other programs keep popping up  randomly</p>
<p><strong>Affects:</strong> Windows desktops and servers</p>
<p><strong>Solution Process:</strong> Sometimes users may notice that  programs are opening seemingly on their own without prompt.  This can be  frustrating if the programs are popping up on screen and distracting  the user from what they are doing.  Oddly enough, it may be as simple as  disabling the functionality of the extra keys on the keyboard.  For  example, some keyboards come pre-loaded with keys that will trigger  certain windows programs or events.  By using the software that came  with the keyboard you should be able to disable these keys.</p>
<p>One example of this was a Logitech keyboard that had a touch  sensitive key near the letter “Q”.  A user was accidentally brushing  past this key while typing and Windows Media Player was popping up; even  without pressing the key.  Using the Logitech software, I disabled the  key and the issue stopped happening.</p>
<p>If the keyboard is not the issue then check to see if other  programs are triggering the event.  It could be that programs are tied  to each other and causing each other to open.</p>
<p><strong>Date of last update:</strong> 4-7-10</p>
<p><strong>Author:</strong> Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/208/windows-7-migration-from-xp/' rel='bookmark' title='Permanent Link: Microsoft Windows 7 Migration from XP'>Microsoft Windows 7 Migration from XP</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3095/3095/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Restoring a backup causes the machine to not boot</title>
		<link>http://www.ipsofacto.info/3092/restoring-a-backup-causes-the-machine-to-not-boot/</link>
		<comments>http://www.ipsofacto.info/3092/restoring-a-backup-causes-the-machine-to-not-boot/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 23:10:04 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Backup]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3092</guid>
		<description><![CDATA[Issue: Restoring a backup causes the machine to not boot (stuck during post) Affects: Known issue with Acronis backups but possibly other backup software as well Solution/Process: If restoring a backup causes the disks to fail and not boot, the first thing to do is run a “chkdsk /r” and try to repair the disk.<br /><a href="http://www.ipsofacto.info/3092/restoring-a-backup-causes-the-machine-to-not-boot/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3012/3012/' rel='bookmark' title='Permanent Link: Setting up Time Machine Backups using a Buffalo Linkstation'>Setting up Time Machine Backups using a Buffalo Linkstation</a></li>
<li><a href='http://www.ipsofacto.info/318/symantec-backup-exec-system-recovery/' rel='bookmark' title='Permanent Link: Backup Exec System Recovery (BESR) by Symantec'>Backup Exec System Recovery (BESR) by Symantec</a></li>
<li><a href='http://www.ipsofacto.info/262/offsite-back-ups/' rel='bookmark' title='Permanent Link: Offsite Back-Ups by eFolder'>Offsite Back-Ups by eFolder</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> Restoring a backup causes the machine to not boot  (stuck during post)</p>
<p><strong>Affects:</strong> Known issue with Acronis backups but possibly  other backup software as well</p>
<p><strong>Solution/Process:</strong> If restoring a backup causes the disks to fail and not boot, the first  thing to do is run a “chkdsk /r” and try to repair the disk.  If for  some reason the recovery console is not available or the administrator  password is not known for the instance of windows that needs repairing,  the next option is to install a new OS on another hard-drive.  After the  new OS is installed, the boot.ini file of the new OS can be configured  to allow the old windows installation to show up as a boot option.  This  allows windows to use the new OS boot.ini file, but to boot into the  old OS.  You can modify the selections so that the old OS comes up by  default, but the new OS is left as a secondary selection.</p>
<p>Here is an example of a boot.ini file configured with 2 choices:</p>
<p>[boot loader] timeout=10 default=multi(0)disk(0)rdisk(1)partition(2)\WINDOWS [operating systems] multi(0)disk(0)rdisk(1)partition(2)\WINDOWS=&#8221;Windows Server 2003 for  Small Business Server&#8221; /fastdetect multi(0)disk(0)rdisk(1)partition(2)\WINDOWS.1=&#8221;Windows.1 Server 2003 for  Small Business Server&#8221; /fastdetect</p>
<ul>
<li>Note that the correct rdisk, partition, and name have to be  input.  You can determine this information by running a “map arc”  command.  This will show the aforementioned information for each  disk/partition.</li>
</ul>
<p>Once the boot.ini file is configured, you will have to leave the new  hard-drive in the system in order to boot to the old OS.</p>
<p><strong>Date of last update:</strong> 4-06-10</p>
<p><strong>Author:</strong> Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3012/3012/' rel='bookmark' title='Permanent Link: Setting up Time Machine Backups using a Buffalo Linkstation'>Setting up Time Machine Backups using a Buffalo Linkstation</a></li>
<li><a href='http://www.ipsofacto.info/318/symantec-backup-exec-system-recovery/' rel='bookmark' title='Permanent Link: Backup Exec System Recovery (BESR) by Symantec'>Backup Exec System Recovery (BESR) by Symantec</a></li>
<li><a href='http://www.ipsofacto.info/262/offsite-back-ups/' rel='bookmark' title='Permanent Link: Offsite Back-Ups by eFolder'>Offsite Back-Ups by eFolder</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3092/restoring-a-backup-causes-the-machine-to-not-boot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing MySql on Max OSX</title>
		<link>http://www.ipsofacto.info/3088/installing-mysql-on-max-osx/</link>
		<comments>http://www.ipsofacto.info/3088/installing-mysql-on-max-osx/#comments</comments>
		<pubDate>Fri, 09 Apr 2010 21:19:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/3088/installing-mysql-on-max-osx/</guid>
		<description><![CDATA[How to Install MySql on Mac OSX (10.6)Affects: Mac OS X 10.6 For Development and Testing: If you need to set up a mySQL server on a Mac OS X machine for testing purposes download MAMP (Mac Apache MySql Php or Python). &#160;It contains an entire testing environment in a single application. &#160;Once the application<br /><a href="http://www.ipsofacto.info/3088/installing-mysql-on-max-osx/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><i>How to Install MySql on Mac OSX (10.6)<br /></i><b>Affects</b>: Mac OS X 10.6</p>
<p>For Development and Testing:
</p>
<p>If you need to set up a mySQL server on a Mac OS X machine for testing purposes download <a href="http://www.mamp.info" class="external text" title="http://www.mamp.info" rel="nofollow">MAMP</a> (Mac Apache MySql Php or Python). &nbsp;It contains an entire testing environment in a single application. &nbsp;Once the application is installed you will find the MAMP folder in your application folder. &nbsp;Configure and turn on the Servers by running the MAMP.app. &nbsp;The web directory will will be /Applications/MAMP/htdocs. &nbsp;You can see the magic when you point your browser to http://localhost:8888. &nbsp;Configuring MySql will take place using PHPmyAdmin which is accessible from the MAMP home screen. &nbsp;
</p>
<p>
</p>
<p>For everyday use:
</p>
<p>1. Download the latest .dmg installer (unless you are feeling spunky and want to compile your own) from <a href="http://mysql.com/" class="external text" title="http://mysql.com/" rel="nofollow">mysql.com</a>. &nbsp;
</p>
<p>2. For simple control you can install the preference pane that is included with the installer. &nbsp;This will allow you to turn the service on or off. &nbsp;(for bonus points you can turn it on and off by opening the terminal and typing in /usr/local/mysql/support-files/mysql.server start [or stop].
</p>
<p>3. Otherwise you can install the the Beta Version of MySql&#8217;s Workbench Software that will give you a GUI for the Server. Make sure you get at least version 5.2 otherwise there is no server admin tab. &nbsp;
</p>
<p>It is a nice piece of software that will let you create your entire database schema visually and then sync it with the server.
</p>
<p><i><br /></i><b>Author</b>: Drew Hunzeker</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3088/installing-mysql-on-max-osx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireless signal strength is not consistently strong throughout a space</title>
		<link>http://www.ipsofacto.info/3056/wireless-signal-strength-is-not-consistently-strong-throughout-a-space/</link>
		<comments>http://www.ipsofacto.info/3056/wireless-signal-strength-is-not-consistently-strong-throughout-a-space/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:48:13 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Meraki]]></category>
		<category><![CDATA[Wireless]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3056</guid>
		<description><![CDATA[Issue: Wireless signal strength is not consistently strong throughout a space. Affects: Wireless networks Solution/Process: Adding a Wireless Booster is a good idea to remedy low signal. Meraki wireless access points provide an easy way to manage, configure, and scale a wireless network. With their centralized management web console, changes can be made quickly and<br /><a href="http://www.ipsofacto.info/3056/wireless-signal-strength-is-not-consistently-strong-throughout-a-space/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/210/meraki-wireless/' rel='bookmark' title='Permanent Link: Google-Meraki Wireless'>Google-Meraki Wireless</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>:  Wireless signal strength is not consistently strong  throughout a space.</p>
<p><strong>Affects</strong>: Wireless networks</p>
<p><strong>Solution/Process</strong>:   Adding a Wireless Booster is a good idea to remedy low signal.  Meraki  wireless access points provide an easy way to manage, configure, and  scale a wireless network.  With their centralized management web  console, changes can be made quickly and securely.  There are also some  nice added features such as configurable guest access that make Meraki a  great solution.</p>
<p><a href="http://meraki.com/" target="_blank">www.meraki.com</a></p>
<p><strong>Author</strong>: Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/210/meraki-wireless/' rel='bookmark' title='Permanent Link: Google-Meraki Wireless'>Google-Meraki Wireless</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3056/wireless-signal-strength-is-not-consistently-strong-throughout-a-space/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ricoh Multifunction Printer Error</title>
		<link>http://www.ipsofacto.info/3053/ricoh-multifunction-printer-error/</link>
		<comments>http://www.ipsofacto.info/3053/ricoh-multifunction-printer-error/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 17:39:50 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Printer]]></category>
		<category><![CDATA[Ricoh]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3053</guid>
		<description><![CDATA[Issue: On some Ricoh multi-function printers, you may get an error when trying to make configuration changes via the web console that says “The device is currently in use by other functions”. Affects: Some Ricoh multi-function printers Solution/Process: This is due to the fact that the printer is busy most likely with a print job.<br /><a href="http://www.ipsofacto.info/3053/ricoh-multifunction-printer-error/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/' rel='bookmark' title='Permanent Link: New HP printer ink cartridges do not print clearly'>New HP printer ink cartridges do not print clearly</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>:  On some Ricoh multi-function printers, you may get an  error when trying to make configuration changes via the web console that  says “The device is currently in use by other functions”.</p>
<p><strong>Affects</strong>:  Some Ricoh multi-function printers</p>
<p><strong>Solution/Process</strong>: This is due to the fact that the printer is busy most likely with a  print job.  Unfortunately the only way around it is to keep hitting  “Save” or “OK” to make the changes and eventually it will go through  once there are no print jobs left.  For a printer that is used  frequently this becomes more of an issue.  Even though a print job only  takes about 10 seconds, if there are multiple jobs backing up in the  queue, it can take a while to process the configuration changes.</p>
<p><strong>Author</strong>: Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/' rel='bookmark' title='Permanent Link: New HP printer ink cartridges do not print clearly'>New HP printer ink cartridges do not print clearly</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3053/ricoh-multifunction-printer-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flush DNS</title>
		<link>http://www.ipsofacto.info/3051/flush-dns/</link>
		<comments>http://www.ipsofacto.info/3051/flush-dns/#comments</comments>
		<pubDate>Thu, 25 Mar 2010 00:59:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/2010/03/24/flush-dns/</guid>
		<description><![CDATA[Issue: Changes made on a DNS Server are not appearing on the local browser Affects: Windows, Mac OSX, Linux Solutions to the issue: On a Windows Machine: 1. Open a Command Prompt either by searching for it (Vista and 7) in the start menu, or by opening the Start Menu selecting Run¦ and typing in<br /><a href="http://www.ipsofacto.info/3051/flush-dns/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/' rel='bookmark' title='Permanent Link: How to install and configure Blackberry professional server'>How to install and configure Blackberry professional server</a></li>
<li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/1227/quickbooks-server-manager/' rel='bookmark' title='Permanent Link: Quickbooks Server Manager'>Quickbooks Server Manager</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Changes made on a DNS Server are not appearing on the local browser<br />
<strong>Affects</strong>: Windows, Mac OSX, Linux<br />
<strong>Solutions to the issue</strong>:</p>
<p><span style="text-decoration: underline;">On a Windows Machine: </span></p>
<p>1. Open a Command Prompt either by searching for it (Vista and 7) in the start menu, or by opening the Start Menu selecting Run¦ and typing in the command CMD.</p>
<p>This will open a window with a command prompt.</p>
<p>2. Type the words: <strong>IPCONFIG /FLUSHDNS</strong></p>
<p>3. Close the Window and try reloading the page</p>
<p><span style="text-decoration: underline;">In Mac OSX: </span></p>
<p>1. Open a Terminal Session by opening terminal.app in Applications-&gt;Utilities.</p>
<p>2. In OSX versions greater than 10.5.2 Type the command: <strong>dscacheutil -flushcache</strong></p>
<p>In OSX versions prior to 10.5.2 type the command : <strong>lookupd -flushcache</strong></p>
<p><span style="text-decoration: underline;">Linux: </span></p>
<p>1. Restart the nscd daemon with the command `/etc/init.d/nscd restart`</p>
<p><strong>Author</strong>: Drew Hunzeker</p>
<p><em><br />
</em></p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/' rel='bookmark' title='Permanent Link: How to install and configure Blackberry professional server'>How to install and configure Blackberry professional server</a></li>
<li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/1227/quickbooks-server-manager/' rel='bookmark' title='Permanent Link: Quickbooks Server Manager'>Quickbooks Server Manager</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3051/flush-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to forward mail to an external email address</title>
		<link>http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/</link>
		<comments>http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 18:40:14 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3023</guid>
		<description><![CDATA[Issue: How to forward mail to an external email address Affects: Windows Server Operating Systems, Exchange 2003 &#38; 2007 Solution/Process: In Exchange Server 2003, mail for a recipient can be forwarded to an alternate recipient by modifying the recipient&#8217;s Delivery Options in ADUC &#124; recipient -&#62; properties &#124; Exchange General tab. If you need to<br /><a href="http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/' rel='bookmark' title='Permanent Link: Opening Attachments with the Outlook E-mail Security Update'>Opening Attachments with the Outlook E-mail Security Update</a></li>
<li><a href='http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/' rel='bookmark' title='Permanent Link: Automatic forwarding outside of the organisation'>Automatic forwarding outside of the organisation</a></li>
<li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: How to forward mail to an external email address</p>
<p><strong>Affects</strong>: Windows Server Operating Systems, Exchange 2003  &amp; 2007</p>
<p><strong>Solution/Process</strong>:<br />
In Exchange Server 2003, mail for a  recipient can be forwarded to an alternate recipient by modifying the  recipient&#8217;s Delivery Options in ADUC | recipient -&gt; properties |  Exchange General tab.<br />
If you need to forward mail to an external  email address, you cannot simply type the address in Delivery Options. A  (mail-enabled) Contact needs to be created in AD first, and Delivery  Options modified to point to the Contact.<br />
In Exchange Server 2007,  these tasks remain the same. However, instead of using ADUC to  accomplish them, you use the EMC or the shell (aka &#8220;EMS&#8221;). The new term  for a Contact is MailContact.</p>
<p><span style="text-decoration: underline;">To create a MailContact using the Exchange Management Console</span>:<br />
1. Expand Recipient Configuration | Mail Contact<br />
2. In the  Action pane, click New Mail Contact<br />
3. To create a new Contact  object, leave the default (New Contact) selected | click Next<br />
4.  Type First name, Last name<br />
5. Click Edit to add the external email  address<br />
6. Click New to complete creation of new MailContact<br />
<em>To  create a new MailContact using the Exchange Management Shell:  New-MailContact -Name &#8220;Foo User&#8221; -ExternalEmailAddress  &#8220;foo@externaldomain.com Next, we set the recipient&#8217;s Delivery Options to  deliver to the alternate recipient. </em></p>
<p><span style="text-decoration: underline;">To forward mail for a recipient to the MailContact using the  Exchange Management Console</span>:<br />
1. Expand Recipient Configuration |  Mailbox | select mailbox | properties | Mail Flow Settings tab |  Delivery Options<br />
2. Under Forwarding address, select the Forward to  checkbox<br />
3. Click Browse to select the MailContact</p>
<p><em>Modifying Delivery Options to forward email to an alternate  recipient </em><br />
4.( Optional): If a copy of the message needs to be  delivered to both the external recipient and the original recipient&#8217;s  mailbox, select the Deliver message to both forwarding address and  mailbox<br />
5. Click OK to close Delivery Options properties<br />
6.  Click OK to close recipient&#8217;s properties</p>
<p><strong>Author</strong>: Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/' rel='bookmark' title='Permanent Link: Opening Attachments with the Outlook E-mail Security Update'>Opening Attachments with the Outlook E-mail Security Update</a></li>
<li><a href='http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/' rel='bookmark' title='Permanent Link: Automatic forwarding outside of the organisation'>Automatic forwarding outside of the organisation</a></li>
<li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing Outlook 2007 to Download Complete IMAP Items</title>
		<link>http://www.ipsofacto.info/3019/forcing-outlook-2007-to-download-complete-imap-items/</link>
		<comments>http://www.ipsofacto.info/3019/forcing-outlook-2007-to-download-complete-imap-items/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 18:21:56 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3019</guid>
		<description><![CDATA[Issue: Sometimes when using IMAP in Outlook to download messages you may notice that the attachments are disappearing when trying to open the message. By default, IMAP only downloads the headers which can cause this problem. Affects: Windows PCs running Outlook 2007 Solution/Process: In order to fix this go to Tools&#62;Send/Receive&#62;Send/Receive Settings&#62; and then Define<br /><a href="http://www.ipsofacto.info/3019/forcing-outlook-2007-to-download-complete-imap-items/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Sometimes when using IMAP in Outlook to download  messages you may notice that the attachments are disappearing when  trying to open the message. By default, IMAP only downloads the headers  which can cause this problem.</p>
<p><strong>Affects</strong>: Windows PCs running  Outlook 2007</p>
<p><strong>Solution/Process</strong>:</p>
<p>In order to fix this go to  Tools&gt;Send/Receive&gt;Send/Receive Settings&gt; and then Define  Send/Receive Groups.  There is also a shortcut which is Ctrl+Alt+S.</p>
<p>When the Send/Receive Groups dialog box comes up, choose the edit  button.  Select your IMAP account in the left-hand pane and then under  the Receive Mail Items section choose either “Download complete items”  or “Use the custom behavior defined below”.</p>
<p>A good recommendation is to use the custom behavior and only  download the complete items for the Inbox folder by selecting “Download  complete item including attachments”.</p>
<p><strong>Author</strong>: Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3019/forcing-outlook-2007-to-download-complete-imap-items/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Time Machine Backups using a Buffalo Linkstation</title>
		<link>http://www.ipsofacto.info/3012/3012/</link>
		<comments>http://www.ipsofacto.info/3012/3012/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 18:04:41 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Backup]]></category>
		<category><![CDATA[Buffalo]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3012</guid>
		<description><![CDATA[Issue: Setting up Time Machine Backups using a Buffalo Linkstation Affects: Mac computers Solution/Process: Step 1: To use the LinkStation as a location for backups from a Mac running Time Machine, begin by creating a folder for the backups. Log into the web console for the LinkStation, then in Shared Folder Setup, click on Create<br /><a href="http://www.ipsofacto.info/3012/3012/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3092/restoring-a-backup-causes-the-machine-to-not-boot/' rel='bookmark' title='Permanent Link: Restoring a backup causes the machine to not boot'>Restoring a backup causes the machine to not boot</a></li>
<li><a href='http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/' rel='bookmark' title='Permanent Link: How to use shared folders on VMWare Fusion'>How to use shared folders on VMWare Fusion</a></li>
<li><a href='http://www.ipsofacto.info/318/symantec-backup-exec-system-recovery/' rel='bookmark' title='Permanent Link: Backup Exec System Recovery (BESR) by Symantec'>Backup Exec System Recovery (BESR) by Symantec</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue:</strong> Setting up Time Machine Backups using a Buffalo Linkstation</p>
<p><strong>Affects:</strong> Mac computers</p>
<p><strong>Solution/Process:</strong><br />
<span style="text-decoration: underline;">Step 1</span>: To use the LinkStation as a location for backups from a Mac running Time Machine, begin by creating a folder for the backups. Log into the web console for the LinkStation, then in Shared Folder Setup, click on Create Folder.</p>
<p><span style="text-decoration: underline;">Step 2</span>: Name the folder. Make sure that Apple is checked for Shared Folder Attributes. Disable Recycle Bin support. Click Save.</p>
<p><span style="text-decoration: underline;">Step </span>3: Navigate to Extensions/Time Machine and click Modify Settings.</p>
<p><span style="text-decoration: underline;">Step </span>4: Enable Time Machine. For the Target Folder, choose the folder you created for the backups. Click Save.</p>
<p><span style="text-decoration: underline;">Step 5</span> : Enter the Mac’s “Computer Name” (from its Sharing page) as the Target Host Name. For the Target MAC address, enter the Mac’s Ethernet ID from Advanced Settings in its Network preferences page. See the next page for instructions on finding the right values for these fields. Click Create when done.</p>
<p><em>The name for the Target Host Name field can be found just under the Computer Name on the Sharing page in System Preferences. It is circled in red in the screenshot to the left. Do not include the part after the first period. By default, the Target Host name will be the same as the Computer Name above it unless you have changed it. To work with Time Machine, this name should contain only the following characters: 0123456789abcdefghijklmnopqrstu vwxyz-ABCDEFGHIJKLMNOPQRSTUVWXYZ. Spaces and other characters should not be used if Time Machine is to function properly. </em></p>
<p><em>For the Target MAC address, enter the Mac’s Ethernet MAC Address from System Profiler, located in Applications/Utilities. Make sure that you are looking at the Ethernet MAC Address and not the AirPort MAC Address, as they will be different. </em></p>
<p>It will take several minutes for the image file to be created. The file TargetHostName_TargetMACAddress. sparsebundle is being created in the backup folder. To be safe, wait ten minutes before continuing.</p>
<p><span style="text-decoration: underline;">Step 6 </span>: After ten minutes have passed, open the Finder. Click on All below Shared. Find your LinkStation’s “TimeMachine” in the window and double-click on it. Close the Finder.</p>
<p><span style="text-decoration: underline;">Step 7 </span>: Open Time Machine. Click on Choose Backup Disk.</p>
<p><span style="text-decoration: underline;">Step 8 </span>: Choose your LinkStation from the list and click Use for Backup. In 120 seconds, Time Machine will begin running a backup.</p>
<p><strong>Author:</strong> Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3092/restoring-a-backup-causes-the-machine-to-not-boot/' rel='bookmark' title='Permanent Link: Restoring a backup causes the machine to not boot'>Restoring a backup causes the machine to not boot</a></li>
<li><a href='http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/' rel='bookmark' title='Permanent Link: How to use shared folders on VMWare Fusion'>How to use shared folders on VMWare Fusion</a></li>
<li><a href='http://www.ipsofacto.info/318/symantec-backup-exec-system-recovery/' rel='bookmark' title='Permanent Link: Backup Exec System Recovery (BESR) by Symantec'>Backup Exec System Recovery (BESR) by Symantec</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3012/3012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to delete Google Apps Duplicate Contacts</title>
		<link>http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/</link>
		<comments>http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 17:52:05 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3010</guid>
		<description><![CDATA[Issue: Duplicate contacts for Google apps on Outlook and Blackberry Affects: Blackberry smartphones and Google Apps accounts Solution/Process: Sometimes users will notice that their contacts are duplicating sometimes multiple times. This seems to be a known and relatively common issue. Unfortunately the fix takes some time and involves wiping the Blackberry. Step 1: Log into<br /><a href="http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/719/google-apps-4/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/298/google-apps-3/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Duplicate contacts for Google apps on Outlook and  Blackberry</p>
<p><strong>Affects</strong>: Blackberry smartphones and Google Apps accounts</p>
<p><strong>Solution/Process</strong>:<br />
Sometimes users will notice that their contacts are duplicating  sometimes multiple times. This seems to be a known and relatively common  issue. Unfortunately the fix takes some time and involves wiping the  Blackberry.</p>
<p><span style="text-decoration: underline;">Step 1</span>: Log into the web interface of the client  (mail.domain.com) and run the “find duplicates” script for the contacts.  If there are too many contacts for the script to run (usually over  5000) then you will have to manually delete them until it will run.</p>
<p><span style="text-decoration: underline;">Step 2</span>: Verify that there are no more duplicate contacts.</p>
<p><span style="text-decoration: underline;">Step 3</span>: Delete the Outlook profile and re-run the Google  Sync application. Setup a new profile and do not import anything. This  fixes the duplicate issue in Outlook as it will pull down the updated  contact database with no duplicates.</p>
<p><span style="text-decoration: underline;">Step 4</span>: On the Blackberry remove all sync data by going to  the sync application and going to “delete”. This can take up to an hour  or more to remove. Then do a full backup of the blackberry and a  security wipe (leaves SIM data alone).</p>
<p><span style="text-decoration: underline;">Step 5</span>: Once the Blackberry comes back up, re-download and  run the sync application and sync the contacts and calendars. Then on  the phone email setup, setup the personal email account but do NOT sync  the contacts when it asks you. This will allow for the mail to flow  through the normal blackberry mail interface and the calendar/contacts  to pull from Google.</p>
<p><strong>Author</strong>: Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/719/google-apps-4/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/298/google-apps-3/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use shared folders on VMWare Fusion</title>
		<link>http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/</link>
		<comments>http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/#comments</comments>
		<pubDate>Wed, 24 Mar 2010 17:44:44 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=3007</guid>
		<description><![CDATA[Issue: How to use shared folders on VMWare Fusion Affects: Mac systems and virtualized Windows systems Solution/Process: In order to setup shared folders so that files can be easily accessed on both the Mac and Windows side, you first need to go to Virtual Machine &#62; Shared Folders &#62; Turn Shared Folders On Then simply<br /><a href="http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3102/vmware-fusion-does-not-detect-second-monitor-or-monitor-does-not-show-up/' rel='bookmark' title='Permanent Link: VMware Fusion does not detect second monitor or monitor does not show up'>VMware Fusion does not detect second monitor or monitor does not show up</a></li>
<li><a href='http://www.ipsofacto.info/3012/3012/' rel='bookmark' title='Permanent Link: Setting up Time Machine Backups using a Buffalo Linkstation'>Setting up Time Machine Backups using a Buffalo Linkstation</a></li>
<li><a href='http://www.ipsofacto.info/233/apple-macs-touch-and-iphones/' rel='bookmark' title='Permanent Link: Apple- Macs and iPhones'>Apple- Macs and iPhones</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: How to use shared folders on VMWare Fusion</p>
<p><strong>Affects</strong>: Mac systems and virtualized Windows systems</p>
<p><strong>Solution/Process</strong>: In order to setup shared folders so that files can be easily accessed on  both the Mac and Windows side, you first need to go to Virtual Machine  &gt; Shared Folders &gt; Turn Shared Folders On<br />
Then simply pick which folder you want to share (Documents, etc…).  This  will now allow you to copy files to access on both the Mac side and  Windows side.  This can be useful for screenshots, burning CDs, or other  tasks that may require using one OS or the other.</p>
<p><strong>Author</strong>: Keller Medlin</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3102/vmware-fusion-does-not-detect-second-monitor-or-monitor-does-not-show-up/' rel='bookmark' title='Permanent Link: VMware Fusion does not detect second monitor or monitor does not show up'>VMware Fusion does not detect second monitor or monitor does not show up</a></li>
<li><a href='http://www.ipsofacto.info/3012/3012/' rel='bookmark' title='Permanent Link: Setting up Time Machine Backups using a Buffalo Linkstation'>Setting up Time Machine Backups using a Buffalo Linkstation</a></li>
<li><a href='http://www.ipsofacto.info/233/apple-macs-touch-and-iphones/' rel='bookmark' title='Permanent Link: Apple- Macs and iPhones'>Apple- Macs and iPhones</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/3007/how-to-use-shared-folders-on-vmware-fusion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check the presence of USB 2.0 on a computer or server</title>
		<link>http://www.ipsofacto.info/2998/check-the-presence-of-usb-2-0-on-a-computer-or-server/</link>
		<comments>http://www.ipsofacto.info/2998/check-the-presence-of-usb-2-0-on-a-computer-or-server/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 19:10:20 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=2998</guid>
		<description><![CDATA[Issue: Check the presence of a USB 2.0 port on a computer or server Affects: Hardware or Software versions that it affects Solutions to the issue: 1. Check the Open Device Manager 2. Expand the Universal Serial Bus section. There should be an &#8220;Enhanced&#8221; USB host controller present, i.e USB 2.0 port. Comments: Author: Barthelemy,<br /><a href="http://www.ipsofacto.info/2998/check-the-presence-of-usb-2-0-on-a-computer-or-server/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Check the presence of a USB 2.0 port on a computer or server<br />
<strong>Affects</strong>: Hardware or Software versions that it affects<br />
<strong>Solutions to the issue</strong>:<br />
1.	Check the Open Device Manager<br />
2.	Expand the Universal Serial Bus section.<br />
There should be an &#8220;Enhanced&#8221; USB host controller present, i.e USB 2.0 port.<br />
<strong>Comments</strong>:<br />
<strong>Author</strong>: Barthelemy, Gaetan</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/2998/check-the-presence-of-usb-2-0-on-a-computer-or-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adobe Updater error</title>
		<link>http://www.ipsofacto.info/2995/editing-adobe-updater-error/</link>
		<comments>http://www.ipsofacto.info/2995/editing-adobe-updater-error/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 18:50:24 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Adobe]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=2995</guid>
		<description><![CDATA[Issue: When you restart your computer, you get a pop up window saying that you need to restart the computer for the updates to take effect. If you click YES, you will still get the window the next time windows starts up. Affects: Adobe Solutions to the issue: You have the choice to disable Adobe<br /><a href="http://www.ipsofacto.info/2995/editing-adobe-updater-error/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: When you restart your computer, you get a pop up window  saying that you need to restart the computer for the updates to take  effect.<br />
If you click YES, you will still get the window the next time  windows starts up.</p>
<p><strong>Affects</strong>: Adobe</p>
<p><strong>Solutions to the issue</strong>:</p>
<p>You have the choice to disable Adobe Updater:<br />
1.  Start&gt;Run&gt;msconfig<br />
2. Untick apdproxy and AdobeUpdater on the  Startup Tab</p>
<p>Or if you still want to use Adobe Updater, you can move  everything from the folder</p>
<p>&#8220;C:\Users\myusername\AppData\Local\Adobe\Updater5&#8243;<br />
to<br />
&#8220;C:\Users\myusername\AppData\Local\Adobe\Updater5\old&#8221;.</p>
<p>When you run the updater after this, it should work.<br />
<strong>Author</strong>: Augustin, Anthony</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/2995/editing-adobe-updater-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Domains to LAN Logic</title>
		<link>http://www.ipsofacto.info/2991/adding-domains-to-lan-logic/</link>
		<comments>http://www.ipsofacto.info/2991/adding-domains-to-lan-logic/#comments</comments>
		<pubDate>Mon, 22 Mar 2010 18:29:52 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[LANLogic]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=2991</guid>
		<description><![CDATA[Issue: How to add a domain alias to LAN Logic Affects: Solutions to the issue: 1. Send an email from the original domain (the LANLogic customer) to support@lanlogic.net asking for the domain to be added 2. LANLogic will send an email with the changes to be made to the MX record for the domain 3.<br /><a href="http://www.ipsofacto.info/2991/adding-domains-to-lan-logic/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/' rel='bookmark' title='Permanent Link: Granting Mailbox Permissions before an ExMerge'>Granting Mailbox Permissions before an ExMerge</a></li>
<li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: How to add a domain alias to LAN Logic</p>
<p><strong>Affects:</strong></p>
<p><strong>Solutions to the issue:</strong></p>
<p>1. Send an email from the original domain (the LANLogic customer) to support@lanlogic.net asking for the domain to be added<br />
2. LANLogic will send an email with the changes to be made to the MX record for the domain<br />
3. Make the MX changes at the Domain Registrar</p>
<p><strong>Comments: </strong></p>
<p><em>Alias domains can only receive email. Email sent from the account will be sent from the Primary Email Address (see below to change Primary Address)</em></p>
<p>Aliases must be created for all users</p>
<p>1. Log into the Control Panel (https://cp.myhostedexchange.com with an admin account for your domain)<br />
2. Click on “List users”<br />
3. Select the user you want to add an alias for<br />
4. Select “User Actions”<br />
5. Click on “Manage Email Addresses”<br />
6. Click on “Add”<br />
7. Type in the full email alias (eg. alias@domain.com)<br />
8. Click on “Add”</p>
<p>To make the alias domain the primary account (so it will be sent from the domain)</p>
<p>1. Log into the LANLogic web interface as the account admin<br />
2. Click on “List users”<br />
3. Select the user you want to add an alias for<br />
4. Select “User Actions”<br />
5. Click on “Manage Email Addresses”<br />
6. Select the address you would like to set at primary<br />
7. Click &#8220;set as Primary&#8221;</p>
<p><strong>Author</strong>: Hunzeker, Drew</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/' rel='bookmark' title='Permanent Link: Granting Mailbox Permissions before an ExMerge'>Granting Mailbox Permissions before an ExMerge</a></li>
<li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/2991/adding-domains-to-lan-logic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to select all of your friends on Facebook when sending an invitation</title>
		<link>http://www.ipsofacto.info/2972/how-to-select-friends-facebook/</link>
		<comments>http://www.ipsofacto.info/2972/how-to-select-friends-facebook/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 00:53:17 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Facebook]]></category>

		<guid isPermaLink="false">http://www.ipsofacto.info/?p=2972</guid>
		<description><![CDATA[Issue: When you have hundreds and hundreds of friends on Facebook, it might take a long time to invite them all to join your group or to invite them to some event. Affects: Facebook Users Solutions to the issue: To be able to do that, just follow these few steps: 1. Go to your event/group/page<br /><a href="http://www.ipsofacto.info/2972/how-to-select-friends-facebook/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: When you have hundreds and hundreds of friends on  Facebook, it might take a long time to invite them all to join your  group or to invite them to some event.<br />
<strong>Affects</strong>: Facebook Users<br />
<strong>Solutions  to the issue</strong>:</p>
<p>To be able to do that, just follow these few steps:</p>
<p>1. Go to your event/group/page<br />
2. Click on Invite people to  come/Invite people to join/Suggest to friends<br />
3. A window appears,  with all your friends.<br />
4. Paste this snippet in the URL field of  your browser.<br />
<em>javascript:elms=document.getElementById(&#8216;friends&#8217;).getElementsByTagName(&#8216;li&#8217;);for(var  fid in elms){if(typeof elms[fid] === &#8216;object&#8217;){fs.click(elms[fid]);}}</em><br />
5.  Left-click the mouse in the URL field and hit Enter, as you will do for  any other address.<br />
6. All of your friends have been selected. You  can now click on Send invitations.</p>
<p><strong>Comments</strong>: You can use the filter option to select friends  from a precise network before step 4. You can then repeat the same steps  for another network</p>
<p><strong>Author</strong>:  Messiant, Tatiana</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/2972/how-to-select-friends-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HP Printer Tray Behavior</title>
		<link>http://www.ipsofacto.info/1232/hp-printer-tray-behavior/</link>
		<comments>http://www.ipsofacto.info/1232/hp-printer-tray-behavior/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:45:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[HP]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/hp-printer-tray-behavior/</guid>
		<description><![CDATA[Issue: Tray behavior options: Use Requested Tray and manually feed Affects: HP Printer Solutions to the issue: Tray behavior allows three user-defined options: 1. USE REQUESTED TRAY Selecting EXCLUSIVELY ensures that the printer will not automatically select another tray when you indicate that a specific tray should be used. âSelecting FIRST allows the printer to<br /><a href="http://www.ipsofacto.info/1232/hp-printer-tray-behavior/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/' rel='bookmark' title='Permanent Link: New HP printer ink cartridges do not print clearly'>New HP printer ink cartridges do not print clearly</a></li>
<li><a href='http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/' rel='bookmark' title='Permanent Link: New HP Z800&#8242;s sound does not work out of the box'>New HP Z800&#8242;s sound does not work out of the box</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Tray behavior options: Use Requested Tray and manually feed<br />
<strong>Affects</strong>: HP Printer<br />
<strong>Solutions to the issue</strong>:<br />
Tray behavior allows three user-defined options:<br />
<span style="text-decoration: underline;">1. USE REQUESTED TRAY</span><br />
Selecting EXCLUSIVELY ensures that the printer will not automatically select another tray when you indicate that a specific tray should be used.<br />
âSelecting FIRST allows the printer to pull from a second tray if the specified tray is empty. EXCLUSIVELY is the default setting.<br />
<span style="text-decoration: underline;">2. MANUAL FEED</span><br />
If you select ALWAYS (the default value), the system always displays a prompt before pulling from the multipurpose tray. If you select UNLESS LOADED, the system will display the prompt only if the multipurpose tray is empty.<br />
<span style="text-decoration: underline;">3. PS DEFER MEDIA</span><br />
This setting affects how non-HP PostScript drivers will behave with the device. There is no need to change this setting if using the drivers supplied by HP. If set to ENABLED, non-HP PostScript drivers will use the HP tray selection method as the HP drivers do. If set to DISABLED, some non-HP PostScript drivers will use the PostScript tray selection method instead of the HP method.</p>
<p><strong>Author</strong>: Hunzeker, Drew</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3100/new-hp-printer-ink-cartridges-do-not-print-clearly/' rel='bookmark' title='Permanent Link: New HP printer ink cartridges do not print clearly'>New HP printer ink cartridges do not print clearly</a></li>
<li><a href='http://www.ipsofacto.info/3105/new-hp-z800s-sound-does-not-work-out-of-the-box/' rel='bookmark' title='Permanent Link: New HP Z800&#8242;s sound does not work out of the box'>New HP Z800&#8242;s sound does not work out of the box</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1232/hp-printer-tray-behavior/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Granting Mailbox Permissions before an ExMerge</title>
		<link>http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/</link>
		<comments>http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:44:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/granting-mailbox-permissions-before-an-exmerge/</guid>
		<description><![CDATA[Issue: Granting Mailbox Permissions before an ExMerge Affects: Exchange 2000/2003 Solutions to the issue: Use the following procedure to grant access to an Exchange 2000 or an Exchange 2003 mailbox: Note: You must have the appropriate Exchange administrative permissions to do so. 1. Start Active Directory Users and Computers. 2. On the View menu, ensure<br /><a href="http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Granting Mailbox Permissions before an ExMerge<br />
<strong>Affects</strong>: Exchange 2000/2003<br />
<strong>Solutions to the issue</strong>:</p>
<ul>
<li><span style="text-decoration: underline;">Use the following procedure to grant access to an Exchange 2000 or an Exchange 2003 mailbox:</span></li>
</ul>
<p><em>Note: You must have the appropriate Exchange administrative permissions to do so.</em><br />
1. Start Active Directory Users and Computers.<br />
2. On the View menu, ensure that the Advanced Features check box is selected.<br />
Note: This is not necessary on Exchange Server 2003 because of the fact that the Exchange Advanced tab is exposed by default.<br />
3. Right-click the user whose mailbox you want to give permissions to and choose Properties.<br />
4. On the Exchange Advanced tab, click Mailbox Rights.<br />
5. Notice that the Domain Admins and Enterprise Admins have both been given Deny access to Full Mailbox access.<br />
6. Click Add, click the user or group who you want to have access to this mailbox, and then click OK.<br />
7. Be sure that the user or group is selected in the Name box.<br />
8. In the Permissions list, click Allow next to Full Mailbox Access, and then click OK.<br />
9. Click Ok all the way out.<br />
Warning: If the Group or User name list is empty and you only see one line with the name of SELF &#8211; do NOT touch the permission settings before you read SELF Permission on Exchange Mailboxes.<br />
<em>Note: If the purpose of granting such access is to permit use of the EXMERGE utility (see Delete Messages from Mailboxes by using EXMERGE for an example of such a requirement), grant Receive As permissions. You can also grant Full Control permissions if you want complete access.</em></p>
<ul>
<li><span style="text-decoration: underline;">Use the following procedure to grant access to Exchange 2000 or an Exchange 2003 mailbox found on a specific mailbox store:</span></li>
</ul>
<p>Note: You must have the appropriate Exchange administrative permissions to do so.<br />
1. Start Exchange System Manager.<br />
2. Drill down to your server object within the appropriate Administrative Group. Expand the server object and find the required mailbox store within the appropriate Storage Group. Right-click it and choose Properties.</p>
<p style="padding-left: 30px;">a. In the Properties window go to the Security tab.<br />
b. Click Add, click the user or group who you want to have access to the mailboxes, and then click OK.<br />
c. Be sure that the user or group is selected in the Name box.<br />
d. In the Permissions list, click Allow next to Full Control, and then click OK.<br />
Note: Make sure there is no Deny checkbox selected next to the Send As and Receive As permissions.</p>
<p>3. Click Ok all the way out.</p>
<ul>
<li><span style="text-decoration: underline;">Use the following procedure to grant access to Exchange 2000 or an Exchange 2003 mailboxes found on a specific server:</span></li>
</ul>
<p><em>Note: You must have the appropriate Exchange administrative permissions to do so.</em><br />
1. Start Exchange System Manager.<br />
2. Drill down to your server object within the appropriate Administrative Group. Right-click it and choose Properties.</p>
<p style="padding-left: 30px;">a. In the Properties window go to the Security tab.<br />
b. Click Add, click the user or group who you want to have access to the mailboxes, and then click OK.<br />
c. Be sure that the user or group is selected in the Name box.<br />
d. In the Permissions list, click Allow next to Full Control, and then click OK.</p>
<p><em>Note: Make sure there is no Deny checkbox selected next to the Send As and Receive As permissions.</em></p>
<p>3. Click Ok all the way out.<br />
<em>Note: It might take some time before the changes you&#8217;ve made will take effect. The amount of time needed is influenced by the number of domain controllers, Global Catalogs and site replication schedules and intervals. On one domain with one site containing multiple domain controllers it might take up to 15 minutes before you can begin using these new permissions. On single servers that are also DCs you can speed up the process by restarting the Information Store service.</em></p>
<p><strong>Author</strong>: Hunzeker, Drew</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook signatures in Windows 7</title>
		<link>http://www.ipsofacto.info/1230/outlook-signatures-in-windows-7/</link>
		<comments>http://www.ipsofacto.info/1230/outlook-signatures-in-windows-7/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:44:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Windows 7]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/outlook-signatures-in-windows-7/</guid>
		<description><![CDATA[The signatures are held in users/[username]/AppData/Roaming/Microsoft/Signatures No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p>The signatures are held in users/[username]/AppData/Roaming/Microsoft/Signatures</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1230/outlook-signatures-in-windows-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Automatic forwarding outside of the organisation</title>
		<link>http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/</link>
		<comments>http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:43:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/automatic-forwarding-outside-of-the-organisation/</guid>
		<description><![CDATA[Issue: If you want to create a rule to forward message to an external email address, you need to make sure to enable automatic forwarding on the exchange server: Affects: Exchange 2003, Exchange 2007 Solutions to the issue: Exchange 2003: 1. Check in Exchange systems manager: 2. Global Settings/Internet message Format/default &#8211; advanced tab. 3.<br /><a href="http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/' rel='bookmark' title='Permanent Link: AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007'>AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: If you want to create a rule to forward message to an external email address, you need to make sure to enable automatic forwarding on the exchange server:<br />
<strong>Affects</strong>: Exchange 2003, Exchange 2007<br />
<strong>Solutions to the issue</strong>:</p>
<ul>
<li>Exchange 2003:</li>
</ul>
<p>1. Check in Exchange systems manager:<br />
2. Global Settings/Internet message Format/default &#8211; advanced tab.<br />
3. For your rule to work Allow automatic forwardâ needs to be checked.</p>
<ul>
<li>Exchange 2007:</li>
</ul>
<p>1. Exchange management console<br />
2. Organization Configuration /hub transport /remote domains<br />
3. Click right on default format of original message sent as attachment to journal report<br />
4. Check Allow automatic forward</p>
<p><strong>Comments</strong>:</p>
<p><strong>Author</strong>: Barthelemy, Gaetan</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/' rel='bookmark' title='Permanent Link: AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007'>AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Exmerge on Exchange 2003</title>
		<link>http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/</link>
		<comments>http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:42:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/using-exmerge-on-exchange-2003/</guid>
		<description><![CDATA[Issue: Using Exmerge on Exchange 2003 Affects: Exchange 2003 Solutions to the issue: 1. Download Exmerge for Exchange 2003 from: www.microsoft.com/downloads 2. Copy EXMERGE.EXE to the %Program Files%\Exchsrvr\bin folder on the server 3. Grant yourself full mailbox rights for the mailbox store you want to migrate: Start Exchange System Manager: a. Drill down to your server<br /><a href="http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/' rel='bookmark' title='Permanent Link: Granting Mailbox Permissions before an ExMerge'>Granting Mailbox Permissions before an ExMerge</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Using Exmerge on Exchange 2003<br />
<strong>Affects</strong>: Exchange 2003<br />
<strong>Solutions to the issue</strong>:<br />
<span style="text-decoration: underline;">1. Download Exmerge for Exchange 2003 from: </span><br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=429163ec-dcdf-47dc-96da-1c12d67327d5&amp;displaylang=en" target="_blank">www.microsoft.com/downloads</a><br />
<span style="text-decoration: underline;">2. Copy EXMERGE.EXE to the %Program Files%\Exchsrvr\bin folder on the server</span><br />
<span style="text-decoration: underline;">3. Grant yourself full mailbox rights for the mailbox store you want  to migrate:</span><br />
Start Exchange System Manager:</p>
<p style="padding-left: 30px;">a. Drill down to  your server object within the appropriate Administrative Group.<br />
b.  Expand the server object and find the required mailbox store within the  appropriate Storage Group. Right-click it and choose Properties.<br />
c. In the Properties window go to the Security tab.<br />
d. Click Add,  click the user or group who you want to have access to the mailboxes,  and then click OK.<br />
e. Be sure that the user or group is selected in  the Name box.<br />
f. In the Permissions list, click Allow next to Full  Control, and then click OK (Note: Make sure there is no Deny checkbox  selected next to the Send As and Receive As permissions.)<br />
g. Click  Ok all the way out.</p>
<p><span style="text-decoration: underline;">4. Run Exmerge.exe </span></p>
<p style="padding-left: 30px;">a. Select the exchange store and mailbox<br />
b. Select the pst destination<br />
c. Decide on any filters<br />
d. Run it.</p>
<p><strong>Comments</strong>:<br />
<strong>Date of last update</strong>: 05/11/2009<br />
<strong>Author</strong>: Hunzeker, Drew</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/' rel='bookmark' title='Permanent Link: Granting Mailbox Permissions before an ExMerge'>Granting Mailbox Permissions before an ExMerge</a></li>
<li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickbooks Server Manager</title>
		<link>http://www.ipsofacto.info/1227/quickbooks-server-manager/</link>
		<comments>http://www.ipsofacto.info/1227/quickbooks-server-manager/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:35:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Quickbooks]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/quickbooks-server-manager/</guid>
		<description><![CDATA[When creating companies in a multi-user QuickBooks environment, the QuickBooks Server Manager needs to scan each of the newly created companies before it will allow users to access them. Failure to have the QuickBooks Server Manager do so will result in the message &#8220;Error: &#8220;-6129,0&#8243; or &#8220;-6133,0&#8243; when creating a new company file or opening<br /><a href="http://www.ipsofacto.info/1227/quickbooks-server-manager/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/212/quickbooks/' rel='bookmark' title='Permanent Link: Quickbooks Installation Support'>Quickbooks Installation Support</a></li>
<li><a href='http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/' rel='bookmark' title='Permanent Link: How to install and configure Blackberry professional server'>How to install and configure Blackberry professional server</a></li>
<li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When creating companies in a multi-user QuickBooks environment, the QuickBooks Server Manager needs to scan each of the newly created companies before it will allow users to access them.</p>
<p>Failure to have the QuickBooks Server Manager do so will result in the message &#8220;Error: &#8220;-6129,0&#8243; or &#8220;-6133,0&#8243; when creating a new company file or opening an existing one&#8221; being displayed.</p>
<p><strong>1) Manually run the scan from the server (requires giving server access to whoever is creating the companies in QuickBooks)</strong></p>
<p style="padding-left: 30px;">a) Open the QuickBooks Database Server Manager and click the Scan Folders tab.<br />
b) Indicate which folders contain QuickBooks company files. If unsure where files are stored, choose to scan entire disks.<br />
c) Click the Scan button to begin the scan. The display bar will indicate which folders are being scanned.<br />
Once the scan is complete, the company files in the scanned folders are configured for multi-user access.</p>
<p style="padding-left: 30px;">-OR-</p>
<p><strong>2) (Recommended) Set the QuickBooks Server Manager to monitor the drive on which the QuickBooks database is stored.</strong></p>
<p style="padding-left: 30px;">a) Open the QuickBooks Server Manager<br />
b) Click on the Monitor Drives Tab<br />
c) Select the local drive that contains the QuickBooks data files.</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/212/quickbooks/' rel='bookmark' title='Permanent Link: Quickbooks Installation Support'>Quickbooks Installation Support</a></li>
<li><a href='http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/' rel='bookmark' title='Permanent Link: How to install and configure Blackberry professional server'>How to install and configure Blackberry professional server</a></li>
<li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1227/quickbooks-server-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to install and configure Blackberry professional server</title>
		<link>http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/</link>
		<comments>http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:34:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Blackberry]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/how-to-install-and-configure-blackberry-professional-server/</guid>
		<description><![CDATA[BlackBerry professional Express server: Installation and configuration BlackBerry professional Server™ Express is for the company that wants to get up and running quickly with BlackBerry Enterprise Server, and includes one Client Access License (CAL), with the ability to add up to 30 additional CALs and/or upgrade to BlackBerry Enterprise Server at any time. The BlackBerry<br /><a href="http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1227/quickbooks-server-manager/' rel='bookmark' title='Permanent Link: Quickbooks Server Manager'>Quickbooks Server Manager</a></li>
<li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/253/blackberrys-handheld-devices-and-iphones/' rel='bookmark' title='Permanent Link: BlackBerrys, Handheld Devices and iPhones'>BlackBerrys, Handheld Devices and iPhones</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong><span style="text-decoration: underline;">BlackBerry professional Express server: Installation and configuration</span></strong></p>
<p>BlackBerry professional Server™ Express is for the company that wants to get up and running quickly with BlackBerry Enterprise Server, and includes one Client Access License (CAL), with the ability to add up to 30 additional CALs and/or upgrade to BlackBerry Enterprise Server at any time.</p>
<p>The BlackBerry Professional Server Express can be downloaded for free by entering the device pin (you can find it in your BB in options/status)</p>
<p><a href="http://na.blackberry.com/eng/services/server/offers/professional_express.jsp" target="_blank">http://na.BlackBerry.com/eng/services/server/offers/professional_express.jsp</a></p>
<p>You will then receive an email with a link. Click on it and verify your information. On the next page, you can start downloading the software. At the bottom of the page you will have find important information (CAL License key, SRP identifier and SRP Authentication key).</p>
<p>Once the download is finished, unzip it but DO NOT start the installation yet.</p>
<p>Go here for the steps:</p>
<p><a href="http://na.blackberry.com/eng/support/preinstallation/exchange.jsp" target="_blank">http://na.BlackBerry.com/eng/support/preinstallation/exchange.jsp</a></p>
<p>If your OS is Windows Server 2003, you can install and access the BlackBerry Enterprise Server using the Microsoft remote desktop connection program.</p>
<p>Attention: Do not install the Terminal Server program.</p>
<p>The process is the following:</p>
<p><strong><span style="text-decoration: underline;">1. Prepare BlackBerry enterprise server</span></strong></p>
<p>1. Install Microsoft Exchange server 2003 or 2000 SP4  specifically dedicated to a BlackBerry Enterprise server<br />
2. Install MSMQ Version 3<br />
<strong>To install Message Queuing on a computer running Windows Server 2003</strong></p>
<p style="padding-left: 30px;">a. Click add or remove programs in control panel<br />
b. In the add or remove programs dialog box, click add/remove windows components<br />
c. In the windows components wizard dialog box, in the components box, click application server, and then click details<br />
d. In the application server dialog box, in the subcomponents of application server box, select the message queuing check box, and then click details<br />
e. Clear the default Active Directory Integration and Triggers subcomponents and select only the Common subcomponent.<br />
f. Click OK.</p>
<p>3. Verify that MDAC version 2.8 SP1 or later is installed<br />
Use component checker to do that. You can download it directly from:<br />
<a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=8F0A8DF6-4A21-4B43-BF53-14332EF092C9&amp;displaylang=en" target="_blank">http://www.microsoft.com/downloads/</a><br />
4. Other software you will need to install if they are not present:</p>
<p style="padding-left: 30px;">a. If you are using SNMP monitoring, you must install the SNMP service before you install the BlackBerry Enterprise Server.<br />
Visit <a href="http://www.microsoft.com/technet/itsolutions/network/deploy/confeat/snmp.mspx" target="_blank">www.microsoft.com/technet/</a> for more information about installing and configuring the SNMP service.<br />
b. Install Microsoft® Windows Media® Player Version 9 or later to support audio attachments.</p>
<p>5. Install one of the following database applications if needed otherwise gather the info about the SQL instance as you will need it later on.</p>
<p style="padding-left: 30px;">a. Microsoft SQL Server 2000 Desktop Engine (MSDE 2000)<br />
b. Microsoft SQL Server 2000 SP3a<br />
c. <span style="text-decoration: underline;">Microsoft SQL Server 2005 (Professional, Enterprise, or Express) (Recommended)</span><br />
<em>Note 2: If you install BlackBerry MDS Services, you cannot use Microsoft SQL Server 2005 Express as your database application (hopefully a solution will be found for that)</em></p>
<p><strong>Visit <a href="http://www.microsoft.com/" target="_blank">Microsoft</a> for the download of SQL Server 2005 and install it:</strong></p>
<p style="padding-left: 60px;">1)   Use the instance “server_name\SQLEXPRESS in the installation process. (no need to reboot yet).<br />
2)  Use the same instance name: SQLEXPRESS (by default)<br />
3)  Use local service as the log on account.<br />
4)  Accept all the other options default.</p>
<p><strong><span style="text-decoration: underline;">2. Prepare Network</span></strong></p>
<p>Run a program to verify that outbound-initiated, bidirectional port communications to the BlackBerry infrastructure are operational.</p>
<p>1. Go to Commander and go to the directory where you unzipped the downloaded file.<br />
2. Go to Tools directory<br />
3. Type bbrsptext.exe –host srp.na.BlackBerry.net<br />
4. You should receive a successful message</p>
<p><span style="text-decoration: underline;"><strong>3. Prepare Active Directory and messaging system</strong></span></p>
<p>1. Create a Microsoft Active Directory® account with an associated mailbox to act as a BlackBerry Enterprise. The user is called BESAdmin<br />
2. Set permissions: <a href="http://www.blackberry.com/btsc/search.do?cmd=displayKC&amp;docType=kc&amp;externalId=KB02276&amp;sliceId=SAL_Public&amp;dialogID=16846392&amp;stateId=1%200%2016850218" target="_blank">http://www.BlackBerry.com</a></p>
<ul>
<li><span style="text-decoration: underline;">Task 1</span></li>
</ul>
<p>To assign Local Administrator rights to the BlackBerry Enterprise Server service account, complete the following steps:</p>
<p><em>For a BlackBerry Enterprise Server on a Domain Controller</em></p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Administrative Tools &gt; Active Directory Users and Computers.<br />
b. Select the Built-in folder.<br />
c. Double-click Administrators.<br />
d. On the Members tab, click Add.<br />
e. Select the BlackBerry Enterprise Server service account name (for example, BESAdmin), and then click Add.<br />
g. Click OK.</p>
<p><em>For a BlackBerry Enterprise Server on a Member Server</em></p>
<p style="padding-left: 30px;">a. Click Start &gt; Administrative Tools &gt; Computer Management.<br />
b. In the left pane, expand System Tools and click Local Users and Groups.<br />
c. In the right pane, double-click Groups.<br />
d.  Right-click Administrators and click Properties.<br />
e. In the Select Users, Contacts, Computers, or Groups window, select the BlackBerry Enterprise Server service account name.<br />
f. Click OK.</p>
<ul>
<li> <span style="text-decoration: underline;">Task 2</span></li>
</ul>
<p>To assign Local Security Policy permissions to the BlackBerry Enterprise Server service account, complete the following steps:</p>
<p>Note: This procedure allows the BlackBerry Enterprise Server service account to access the local computer and to run the BlackBerry Enterprise Server software as a Windows® service.</p>
<p style="padding-left: 30px;">a. Click Start &gt; Administrative Tools &gt; Local Security Policy.<br />
If the computer is a domain controller, click Start &gt; Administrative Tools &gt; Domain Controller Security Policy.<br />
b. In the Local Securities window, click Local Policies &gt; User Rights Assignment.<br />
c. Perform one of the following steps:</p>
<p style="padding-left: 60px;">* For Windows Server® 2000, double-click Log on Locally.</p>
<p style="padding-left: 60px;">* For Windows Server 2003, double-click Allow Log on Locally.</p>
<p style="padding-left: 30px;">d. Click Add User or Group.<br />
e. Select the BlackBerry Enterprise Server service account name, and then click Add.<br />
f. Click OK.<br />
g. In the Local Security Settings window, double-click Log On As a Service.<br />
h. Click Add User and then select the BlackBerry Enterprise Server service account.<br />
i. Click OK.</p>
<ul>
<li><span style="text-decoration: underline;">Task 3</span></li>
</ul>
<p>To assign Microsoft Exchange Server permissions at the Administrative Group level, complete the following steps for your environment:</p>
<p>Note: This procedure allows a system administrator to manage BlackBerry smartphone users and groups.</p>
<p><em>For Microsoft Exchange 2000 or 2003</em></p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Microsoft Exchange &gt; System Manager.<br />
b. Select Administrative Groups.<br />
c. Right-click First Administrative Group and select Delegate Control.<br />
d. In the Exchange Administration Delegation Wizard, click Next, and then click Add.<br />
e. Click Browse and then select the BlackBerry Enterprise Server service account.<br />
f. Click OK.<br />
g. In the Role drop-down list in the Delegate Control window, select Exchange View Only Administrator.<br />
h. Click OK to add the BlackBerry Enterprise Server service account to the Users and Groups list.<br />
i. Click Next, and then click Finish.</p>
<p><em>For Microsoft Exchange 2007</em><br />
To set an Exchange View Only Administrator role:</p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Microsoft Exchange Server 2007 &gt; Exchange Management Shell.<br />
b. In the command prompt window, type the following and then press ENTER:<br />
add-exchangeadministrator &lt;BESAdmin&gt; -role ViewOnlyAdmin<br />
where &lt; BESAdmin&gt; is the name of the BlackBerry Enterprise Server service account.</p>
<p>To check an Exchange View Only Administrator role:</p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Microsoft Exchange Server 2007 &gt; Exchange Management Shell.<br />
b. In the command prompt window, type the following and then press Enter:<br />
get-exchangeadministrator | Format-List<br />
c. Verify that the BlackBerry Enterprise Server service account has the ViewOnlyAdmin role.</p>
<ul>
<li><span style="text-decoration: underline;">Task 4</span></li>
</ul>
<p>To assign Microsoft Exchange Server permissions at the Microsoft Exchange Server level, complete the following steps:</p>
<p><em>For Microsoft Exchange 2000 or 2003</em></p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Microsoft Exchange &gt; System Manager.<br />
b. Select Administrative Groups &gt; First Administrative Group &gt; Servers.<br />
c. Right-click the Microsoft Exchange Server name and then click Properties.<br />
d. On the Security tab, select the BlackBerry Enterprise Server service account.<br />
e. Select the following permissions from the Permissions list:<br />
f.</p>
<p style="padding-left: 60px;">* Administer Information Store</p>
<p style="padding-left: 60px;">* Send As</p>
<p style="padding-left: 60px;">* Receive As</p>
<p style="padding-left: 30px;">g. Click the Advanced button.<br />
h. Verify that the Select the Allow inheritable permissions from parent to propagate to this object and all child objects option is selected.<br />
i. Click OK.<br />
j. Repeat the preceding steps for each Microsoft Exchange Server that will host mailboxes within the routing group.</p>
<p><em>For Microsoft Exchange 2007</em></p>
<p>To set Send As, Receive As, and Administer Information Store permissions, complete the following steps:</p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Microsoft Exchange Server 2007 &gt; Exchange Management Shell.<br />
b. Type the following line, and then press Enter:<br />
get-mailboxserver &lt;Exchange2007&gt; | add-adpermission -user &lt;BESAdmin&gt; -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch-Store-Admin</p>
<p style="padding-left: 30px;">Where &lt; Exchange2007&gt; is the name of the Microsoft Exchange 2007 Server and &lt; BESAdmin&gt; is the name of the BlackBerry Enterprise Server service account.</p>
<p style="padding-left: 30px;">If inheritiance to the individual mail stores is not enabled, to set the Send As, Receive As, and Administer information store permissions at the store level, complete the following steps from the Exchanage management shell:</p>
<p style="padding-left: 30px;">get-mailboxdatabase &lt;Exchange2007&gt;\&lt;dbname&gt; | add-adpermission -user &lt;BESAdmin&gt; -accessrights GenericRead, GenericWrite -extendedrights Send-As, Receive-As, ms-Exch-Store-Admin</p>
<p style="padding-left: 30px;">Where &lt;dbname&gt; = &#8216;First storage group\Mail box database&#8217;</p>
<p>To verify the Send As, Receive As, and Administer Information Store permissions, complete the following steps:</p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Microsoft Exchange Server 2007 &gt; Exchange Management Shell.<br />
b. In the command prompt window, type the following line and press Enter.<br />
get-mailboxserver &lt;Exchange2007&gt; | get-ADpermission -user &lt;BESAdmin&gt; | Format-List</p>
<p>To verify the Send As, Receive As, and Administer Information Store permissions at the mailbox store level, complete the following steps:</p>
<p style="padding-left: 30px;">a. Click Start &gt; Programs &gt; Microsoft Exchange Server 2007 &gt; Exchange Management Shell.<br />
b. In the command prompt window, type the following and press Enter.<br />
get-mailboxdatabase &lt;Exchange2007&gt;\&lt;dbname&gt; | get-ADpermission -user &lt;BESAdmin&gt; | Format-List</p>
<p><em>For Microsoft Exchange 5.5</em></p>
<p>The BlackBerry Enterprise Server service account requires the Service Account Admin permissions on the Site container and Configuration container.</p>
<ul>
<li><span style="text-decoration: underline;">Task 5<br />
</span></li>
</ul>
<p>To grant the Send As permission on a single account for all BlackBerry smartphone users in a Microsoft® Active Directory® domain or container, complete the following steps:</p>
<p style="padding-left: 30px;">a. Open Active Directory Users and Computers.<br />
b. From the View menu, select the Advanced Features option.</p>
<p style="padding-left: 30px;">Note: If Advanced Features is not selected, the Security tab will not be visible for domain and container objects.</p>
<p style="padding-left: 30px;">c. Right-click the appropriate domain or container and then click Properties.<br />
d. On the Security tab, click Advanced.<br />
e. If the BlackBerry Enterprise Server service account that requires the Send As permission is not listed, click Add and then select the BlackBerry Enterprise Server service account name.<br />
f. Click OK.<br />
g. Double-click the BlackBerry Enterprise Server service account name.<br />
i. Select the Send As check box.<br />
j. Click Apply and then click OK.<br />
k. Close the Properties window and then close Active Directory Users and Computers.</p>
<p>Note: For more information about the Send As permission, see article 912918 in the Microsoft Support Knowledge Base.</p>
<p>Note that if the user is a domain admin or administrator you will either need to remove it from those groups or do the following:</p>
<p><em>Research: </em><a href="http://www.experts-exchange.com/Hardware/Handhelds_-_PDAs/Blackberry/Q_23069375.html"><em>http://www.experts-exchange.com/Hardware/Handhelds_-_PDAs/BlackBerry/Q_23069375.html</em></a></p>
<p><em>To correct the &#8220;Send As&#8221; issue here are the steps used to quickly resolve this issue:</em></p>
<p><em>1. Open Active Directory and from the View menu select &#8220;Advanced Features&#8221;. Then go to each user that will be added to the BES and open their properties, go to the security tab and add the user BESadmin and add the security permission &#8220;Send As&#8221;.</em></p>
<p><em>2. Run the following script logged on as Administrator </em></p>
<p><em>Note: Only use this step if you have BlackBerry users that are members of Admin groups. Using best practice methods it is recommended that mobile user accounts aren&#8217;t members of any administration groups.</em></p>
<p><em>dsacls &#8220;cn=adminsdholder,cn=system,dc=domainname,dc=com &#8221; /G &#8220;DOMAINNAME\BESadmin:CA;Send As&#8221;</em></p>
<p><em>Example 1: dsacls &#8220;cn=adminsdholder,cn=system,dc=ipsofacto,dc=office &#8221; /G &#8220;ipsofacto\BESadmin:CA;Send As&#8221;</em></p>
<p><em> </em></p>
<p><em>NOTE: dsacls can be found in the Windows Server 2003 SP1 Support Tools pack: Download details: </em><a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D"><em>http://www.microsoft.com/downloads/details.aspx?FamilyId=6EC50B78-8BE1-4E81-B3BE-4E7AC4F0912D</em></a> <strong> </strong></p>
<p><strong><span style="text-decoration: underline;">4. Install BlackBerry enterprise server</span></strong></p>
<p>Install the BlackBerry Enterprise Server <strong>while logged in with the BESAdmin service account.</strong></p>
<p>1. Execute the setup.exe<br />
2. Follow the instruction:</p>
<p style="padding-left: 30px;">a.  Enter user info and accept agreement<br />
b.Prerequisites are ok<br />
c. Enter besadmin’s password<br />
d. Installation path do d:\Program Files\Research In Motion\BlackBerry Enterprise Server\<br />
e. Logs path to d:\Program Files\Research in Motion\BlackBerry Enterprise Server\<br />
f. BB Professional software name: “enter server name”</p>
<p>3. Restart and log in with BESAdmin Service Account<br />
4. The setup has restarted and the setup will continue automatically<br />
5. Database Settings</p>
<p style="padding-left: 30px;">a. Database location: local<br />
b. SQL server: downtown\SQLEXPRESS<br />
c. Database name BESMgmt (default) port 1433<br />
d. Database authentication: windows trusted<br />
It will then prompt that the database BESMgmt doesn’t exit and ask if I would like to create it Yes<br />
It has been created.</p>
<p>6. Enter SRP authentication info (received at registration)</p>
<p style="padding-left: 30px;">a. Click on validate srp key and ID</p>
<p>7. Enter microsoft exchange server name : sfsbs01.Cooper-Roberts.office</p>
<p style="padding-left: 30px;">a. Mailbox is besadmin<br />
b. Click on check name<br />
c. Click ok It has populated the SRP address with srp.us.BlackBerry.net</p>
<p>8. Click start services to start the BB services and complete the installation by clicking on finish</p>
<p><strong><span style="text-decoration: underline;">5. Activate BlackBerry device</span></strong></p>
<p>Start the BlackBerry manager:</p>
<p>It asks for a mapi profile. Enter the server name (example Downtown) and user: besadmin<br />
1. Add a BlackBerry device user</p>
<p style="padding-left: 30px;">a. Open BlackBerry Manager.<br />
b. In the left pane, click on add new users wizard<br />
c. Select the user<br />
d. IT policy: default<br />
e. Device deployment:</p>
<p style="padding-left: 60px;">1)   Wirelessly &#8230; best solution as there is no need to have a physical connection with the BB device<br />
2)   Using the BB manager<br />
3)   Using desktop manager</p>
<p style="padding-left: 30px;">f. User create successfully. Click device management withing a users account to assign them a device with the users messaging account, and install the appropriate service books</p>
<p>2. Enable wireless activation of the BlackBerry device</p>
<p style="padding-left: 30px;">a. Open BlackBerry Manager.<br />
b. In the left pane, click the appropriate BlackBerry Enterprise Server.<br />
c. In the right pane, click the User List tab.<br />
d. Select a BlackBerry device user account.<br />
e. Click Service Access.<br />
f. Click Set Activation Password.<br />
g. Specify a password to use for the BlackBerry device activation.</p>
<p>3. Enable folder redirection</p>
<p style="padding-left: 30px;">a. Highlight the device and select folder redirection.<br />
b. Select the folders you would like the messages to be redirected to the inbox on the device</p>
<p><strong><span style="text-decoration: underline;">6. Finalize Installation: Activate the BlackBerry device (see activation issue article)</span></strong><br />
<strong><span style="text-decoration: underline;">Make sure that the user has the BB enterprise plan</span></strong> (if you go to options, advanced options but can&#8217;t see enterprise activation; then you don&#8217;t have the plan)<br />
1. On the BlackBerry device, open Options.<br />
2. Select Advanced Options, then select Enterprise Activation.<br />
3. Type the BlackBerry device user email address and activation password.<br />
4. Select Activate.<br />
5. Send test email messages and appointments.</p>
<p><strong><span style="text-decoration: underline;">7. Adding new BlackBerry users to the BlackBerry manager:</span></strong><br />
1. Order an extra license (BBE BlackBerry Enterprise Server CAL, 1 user) from ingram (sku K65903) or from the BlackBerry website Go to: <a href="https://www.blackberry.com/purchaseonline" target="_blank">https://www.BlackBerry.com/purchaseonline</a><br />
2. Add the extra license in BB manager:</p>
<p style="padding-left: 30px;">a. Click on BB domain on the left<br />
b. Then Global Tab<br />
c. Account on the right side<br />
d. License management<br />
e. Enter the cal you received in the email</p>
<p>3. Add new user:</p>
<p style="padding-left: 30px;">a. Choose the appropriate BlackBerry enterprise express server<br />
b. Click the server configuration tab<br />
c. Click Common<br />
d. Then click add user and choose the user you want to add</p>
<p>4. Activate the new user by setting Activation Password:</p>
<p style="padding-left: 30px;">a. Choose the appropriate BlackBerry enterprise express server<br />
b. Click the Users list tab<br />
c. Select a BlackBerry device user account<br />
d. Click Service Activity<br />
e. Click set an activation password<br />
f. Specify a password</p>
<p>5. Enter the information in the BB</p>
<p style="padding-left: 30px;">a. On the bb, open Options<br />
b. Select advanced options<br />
c. Then Enterprise activation<br />
d. Type the email and the password<br />
e. Select activate<br />
f. It should now synchronize with the server (it may take a long time)<br />
g. You should now be able to send and receive messages, as well as checking contacts, calendars</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1227/quickbooks-server-manager/' rel='bookmark' title='Permanent Link: Quickbooks Server Manager'>Quickbooks Server Manager</a></li>
<li><a href='http://www.ipsofacto.info/251/microsoft-windows-server/' rel='bookmark' title='Permanent Link: Microsoft Windows Server 2008 or Microsoft Windows Server 2003'>Microsoft Windows Server 2008 or Microsoft Windows Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/253/blackberrys-handheld-devices-and-iphones/' rel='bookmark' title='Permanent Link: BlackBerrys, Handheld Devices and iPhones'>BlackBerrys, Handheld Devices and iPhones</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1226/how-to-install-and-configure-blackberry-professional-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seize or Transfer FSMO Roles to a Domain Controller</title>
		<link>http://www.ipsofacto.info/1225/seize-or-transfer-fsmo-roles-to-a-domain-controller/</link>
		<comments>http://www.ipsofacto.info/1225/seize-or-transfer-fsmo-roles-to-a-domain-controller/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:32:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[FSMO]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/seize-or-transfer-fsmo-roles-to-a-domain-controller/</guid>
		<description><![CDATA[Using Ntdsutil.exe to Seize or Transfer FSMO Roles to a Domain Controller SUMMARY This article describes how to use the Ntdsutil.exe tool to seize or transfer Flexible Single Master Operations (FSMO) roles. MORE INFORMATION The first Microsoft Windows 2000 Active Directory domain controller in a forest is granted five FSMO roles when you run the<br /><a href="http://www.ipsofacto.info/1225/seize-or-transfer-fsmo-roles-to-a-domain-controller/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><span style="text-decoration: underline;"><strong>Using Ntdsutil.exe to Seize or Transfer FSMO Roles to a Domain Controller</strong></span></p>
<p><em><strong>SUMMARY</strong></em></p>
<p>This article describes how to use the Ntdsutil.exe tool to seize or transfer Flexible Single Master Operations (FSMO) roles.</p>
<p><em><strong>MORE INFORMATION</strong></em></p>
<p>The first Microsoft Windows 2000 Active Directory domain controller in a forest is granted five FSMO roles when you run the Dcpromo.exe program and install Active Directory. There are two FSMO roles that are forest-wide and three that are per domain. If child domains are created, the two forest-wide roles do not change. A forest with two domains would have eight FSMOs; two for the forest and three domain specific FSMO roles in each domain.</p>
<p>The five FSMO roles are:</p>
<ul>
<li>Schema master- Forest-wide and one per forest</li>
<li>Domaine naming master &#8211; Forest-wide and one per forest</li>
<li>Domain naming master &#8211; Forest-wide and one per forest</li>
<li>RID master &#8211; Domain-specific and one for each domain</li>
<li>DC &#8211; PDC Emulator is domain-specific and one for each domain</li>
<li>Infrastructure master &#8211; Domain-specific and one for each domain</li>
</ul>
<p>To move the FSMO roles from one computer to another, you can use two different methods. The first method is a transfer and is the method that is recommended. You can use the first method if both computers are running. Use the second method if the FSMO roles holder is offline. The second method requires you to use the Ntdsutil.exe tool to seize the roles.</p>
<p><em>Note: Only seize the FSMO roles to the remaining Active Directory domain controllers if you are removing the FSMO role holder from the domain or forest.</em></p>
<p>To seize or transfer the FSMO roles by using Ntdsutil, follow these steps:</p>
<p style="padding-left: 30px;">1. On any domain controller, click Start, click Run, type ntdsutil in the Open box, and then click OK.<br />
<em>Note: Microsoft recommends that you use the domain controller that is taking the FSMO roles.</em><br />
2. Type roles, and then press ENTER.<br />
To see a list of available commands at any of the prompts in the Ntdsutil tool, type ?, and then press ENTER.<br />
3. Type connections, and then press ENTER.<br />
4. Type connect to server servername, where servername is the name of the server you want to use, and then press ENTER.<br />
5. At the server connections: prompt, type q, and then press ENTER again.<br />
6. Type seize role, where role is the role you want to seize. For a list of roles that you can seize, type ? at the Fsmo maintenance: prompt, and then press ENTER, or consult the list of roles at the beginning of this article. For example, to seize the RID Master role, you would type seize rid master. The one exception is for the PDC Emulator role, whose syntax would be &#8220;seize pdc&#8221; and not &#8220;seize pdc emulator&#8221;.</p>
<p><em>Note: All five roles need to be in the forest. If the first domain controller is out of the forest then seize all roles. Determine which roles are to be on which remaining domain controllers so that all five roles are not on only one server.</em></p>
<p>Microsoft recommends that you only seize all roles when the other domain controller is not returning to the domain, otherwise fix the broken domain controller with the roles.</p>
<p>Note If the domain controller that formerly held any FSMO role is not present in the domain and if it has had its roles seized by the earlier steps in this article, remove it from the Active Directory by following the procedure that is outlined in the following Microsoft Knowledge Base article: For additional information, click the following article number to view the article in the Microsoft Knowledge Base: <a href="http://support.microsoft.com/default.aspx?kbid=216498" target="_blank"> HOW TO: Remove Data in Active Directory After an Unsuccessful Domain Controller Demotion</a></p>
<p>If the original domain controller with the FSMO roles is still online, transfer the roles. Type transfer role.</p>
<p style="padding-left: 30px;">7. After you seize or transfer the roles, type q, and then press ENTER until you quit the Ntdsutil tool.</p>
<p><em>Note: Do not put the Infrastructure Master role on the same domain controller as the global catalog.</em></p>
<p>To check if a domain controller is also a global catalog server:</p>
<p style="padding-left: 30px;">1. Click Start, point to Programs, point to Administrative Tools, and then click Active Directory Sites and Services.<br />
2. Double-click Sites in the left pane, and then browse to the appropriate site or click Default-first-site-name if no other sites are available.<br />
3. Open the Servers folder, and then click the domain controller.<br />
4. In the domain controller&#8217;s folder, double-click NTDS Settings.<br />
5. On the Action menu, click Properties.<br />
6. On the General tab, locate the Global Catalog check box to see if it is selected.</p>
<p>For additional information about FSMO roles, click the article numbers below to view the articles in the Microsoft Knowledge Base:<br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;197132" target="_blank">Windows 2000 Active Directory FSMO Roles</a><br />
<a href="http://support.microsoft.com/default.aspx?scid=kb;EN-US;223787" target="_blank">Flexible Single Master Operation Transfer and Seizure Process</a></p>
<p><em>NOTE: Do not put the Infrastructure Master (IM) role on the same domain controller as the global catalog server. If the Infrastructure Master runs on a global catalog server it will stop updating object information because it does not contain any references to objects that it does not hold. This is because a global catalog server holds a partial replica of every object in the forest.</em></p>
<p>The information in this article applies to:</p>
<ul>
<li>Microsoft Windows 2000 Server</li>
<li>Microsoft Windows 2000 Advanced Server</li>
<li>Microsoft Windows 2000 Datacenter Server</li>
</ul>
<p>See this article on the original website <a href="http://vidley.helpserve.com/index.php?_m=knowledgebase&amp;_a=viewarticle&amp;kbarticleid=15&amp;nav=0" target="_blank">eSupport</a></p>
<p><a href="http://support.microsoft.com/kb/255504"target="_blank">Microsoft KB: Using Ntdsutil.exe to transfer or seize FSMO roles to a  domain controller</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1225/seize-or-transfer-fsmo-roles-to-a-domain-controller/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Opening Attachments with the Outlook E-mail Security Update</title>
		<link>http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/</link>
		<comments>http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:31:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Email]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/opening-attachments-with-the-outlook-e-mail-security-update/</guid>
		<description><![CDATA[The Outlook E-Mail Security Update (included in Office 2000 Service Pack 2 and later versions) blocks access to .exe, .com and other &#8220;dangerous&#8221; files. See Attachment Security for a list of the affected file types. You cannot open these files from Outlook, nor can you use Outlook to save them to your system. If you<br /><a href="http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/' rel='bookmark' title='Permanent Link: Granting Mailbox Permissions before an ExMerge'>Granting Mailbox Permissions before an ExMerge</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>The Outlook E-Mail Security Update (included in Office 2000 Service Pack 2 and later versions) blocks access to .exe, .com and other &#8220;dangerous&#8221; files. See Attachment Security for a list of the affected file types. You cannot open these files from Outlook, nor can you use Outlook to save them to your system. If you try to forward a message containing an .exe file, Outlook does not include the attachment in the forwarded message.</p>
<p>With the rash of recent viruses using *.zip files to get past antivirus filters and bypass Outlook&#8217;s attachment block, you may want to add the zip extension to the Level1Remove key to force users to save zips to their hard drive before opening or block access to zip files completely by adding zip to the Level1Add key.<br />
<strong>Solution:</strong></p>
<p>Outlook 2007, Outlook 2003, Outlook 2002 and Outlook 2000 SP3 (but not Outlook 98 or earlier Outlook 2000 versions) allow the user to use a registry key to open up access to blocked attachments. (Always make a backup before editing the registry.) To use this key:</p>
<p>Run Regedit, and go to this key:</p>
<p>HKEY_CURRENT_USER\Software\Microsoft\Office\10.0\Outlook\Security (change 10.0 to 9.0 for Outlook 2000 SP3 or to 11.0 for Outlook 2003, 12.0 for Outlook 2007 )</p>
<p>Under that key, add a new string value named Level1Remove.</p>
<p>For the value for Level1Remove, enter a semicolon-delimited list of file extensions. For example, entering this:</p>
<p>.mdb;.url</p>
<p>would unblock Microsoft Access files and Internet shortcuts. Note that the use of a leading dot was not previously required, however, new security patches may require it. If you are using  &#8220;mdb;url&#8221; format and extensions are blocked, add a dot to each extension. Note also that there is not a space between extensions.</p>
<p>If you are using this registry entry, a glance at Help | About Microsoft Outlook will show Security Mode: User Controlled above the license information. See OL2002 You Cannot Open Attachments for more information on this registry entry.</p>
<p>To force users to save *.zip files to the hard drive before opening, add .zip to the extensions step 3. See How to configure Outlook to block additional attachment file name extensions for more information.</p>
<p>If you prefer not to edit the registry directly, you can use one of the tools below to make the change; not all support both Outlook 2002 and 2000.</p>
<p>After applying this registry fix or using one of the tools, the user still has to save the attached file to a system drive before opening it. In effect, the fix rolls the attachment behavior back to Outlook 2000 SR-1, with its included Attachment Security Fix. An end-user cannot bypass this &#8220;save to disk&#8221; behavior and open the file directly from the mail message, though an Exchange administrator can.</p>
<p>See this artiche on the original website<a href="http://www.slipstick.com/outlook/esecup/getexe.asp"target="_blank"> Slipstick</a></p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
<li><a href='http://www.ipsofacto.info/3023/how-to-forward-mail-to-an-external-email-address/' rel='bookmark' title='Permanent Link: How to forward mail to an external email address'>How to forward mail to an external email address</a></li>
<li><a href='http://www.ipsofacto.info/1231/granting-mailbox-permissions-before-an-exmerge/' rel='bookmark' title='Permanent Link: Granting Mailbox Permissions before an ExMerge'>Granting Mailbox Permissions before an ExMerge</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1224/opening-attachments-with-the-outlook-e-mail-security-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</title>
		<link>http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/</link>
		<comments>http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:30:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Exchange]]></category>
		<category><![CDATA[Outlook]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/</guid>
		<description><![CDATA[Sometimes you must re-create the Microsoft Internet Information Services (IIS) virtual directories when you experience problems with Microsoft Outlook Web Access or other mobility services on your Microsoft Exchange Server 2003 computer. By default, Exchange Server 2003 creates the following six IIS virtual directories: Exadmin, Exchange, ExchWeb, Microsoft-Server-ActiveSync, OMA, and Public. However, if you delete<br /><a href="http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
<li><a href='http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/' rel='bookmark' title='Permanent Link: AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007'>AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007</a></li>
<li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes you must re-create the Microsoft Internet Information Services (IIS) virtual directories when you experience problems with Microsoft Outlook Web Access or other mobility services on your Microsoft Exchange Server 2003 computer. By default, Exchange Server 2003 creates the following six IIS virtual directories: Exadmin, Exchange, ExchWeb, Microsoft-Server-ActiveSync, OMA, and Public.
</p>
<p>However, if you delete the IIS virtual directories that are used by Outlook Web Access and by other mobility services, the virtual directories are not automatically re-created when you restart the Exchange System Attendant service. This article describes two methods that you can use to delete and to re-create the virtual directories that are used by Outlook Web Access.
</p>
<p>Note In Microsoft Exchange 2000 Server, after you delete the virtual directories for Outlook Web Access, the virtual directories are re-created when you restart the Exchange System Attendant service.
</p>
<p>For more information about the virtual directories for Outlook Web Access in Exchange Server 2003, click the following article number to view the article in the Microsoft Knowledge Base:<br />
821898  (<a href="http://support.microsoft.com/kb/821898/"target="_blank">http://support.microsoft.com/kb/821898/</a> ) Virtual Internet Information Services (IIS) directories that are used by Outlook Web Access in Exchange Server 2003
</p>
<p>See Microsoft KB for the full description.<br />
<a href="http://support.microsoft.com/kb/883380"target="_blank">http://support.microsoft.com</a></p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
<li><a href='http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/' rel='bookmark' title='Permanent Link: AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007'>AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007</a></li>
<li><a href='http://www.ipsofacto.info/3112/transferring-emails-from-outlook-to-a-free-non-apps-gmail-account/' rel='bookmark' title='Permanent Link: Transferring emails from Outlook to a free (non apps) Gmail account'>Transferring emails from Outlook to a free (non apps) Gmail account</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National DoNotCall Registry</title>
		<link>http://www.ipsofacto.info/1222/national-donotcall-registry/</link>
		<comments>http://www.ipsofacto.info/1222/national-donotcall-registry/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:26:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/national-donotcall-registry/</guid>
		<description><![CDATA[Issue: We need to register phone numbers with the DoNotCall registry to avoid marketer&#8217;s calls. Affects: Solutions to the issue: 1. Go to http://www.donotcall.gov 2. Enter the phone numbers with a valid email address. 3. Confirm the entry by clicking on the link in the confirmation email. 4. Check and verify the database for the<br /><a href="http://www.ipsofacto.info/1222/national-donotcall-registry/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: We need to register phone numbers with the DoNotCall registry to avoid marketer&#8217;s calls.<br />
<strong>Affects</strong>:<br />
<strong>Solutions to the issue</strong>:<br />
1. Go to <a href="http://www.donotcall.gov" target="_blank">http://www.donotcall.gov</a><br />
2. Enter the phone numbers with a valid email address.<br />
3. Confirm the entry by clicking on the link in the confirmation email.<br />
4. Check and verify the database for the new entries.<br />
5. Print or scan the confirmation or verification emails for future reference.<br />
<strong>Comments</strong>:</p>
<p><strong>Author</strong>: De Wulf, Olivier</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1222/national-donotcall-registry/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AutoDiscovery setup for intermedia when using Outlook 2007 and Exchange 2007</title>
		<link>http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/</link>
		<comments>http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:25:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Exchange]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/</guid>
		<description><![CDATA[Issue: In order for Exchange 2007 and Outlook 2007 to function properly, you must have a special DNS record set up for your domain which points to the AutoDiscover server. Affects: Exchange 2007; Outlook 2007 Solutions to the issue: Create a subdomain called autodiscover.yourdomain.com and add the CNAME record that points to autodiscoverredirect0XX.msoutlookonline.net. You can find<br /><a href="http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
<li><a href='http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/' rel='bookmark' title='Permanent Link: Automatic forwarding outside of the organisation'>Automatic forwarding outside of the organisation</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: In order for Exchange 2007 and Outlook 2007 to function properly, you must have a special DNS record set up for your domain which points to the AutoDiscover server.<br />
<strong>Affects</strong>: Exchange 2007; Outlook 2007<br />
<strong>Solutions to the issue</strong>:</p>
<p>Create a subdomain called autodiscover.yourdomain.com and add the CNAME record that points to autodiscoverredirect0XX.msoutlookonline.net. You can find this information on the control panel on the Get Started page under Advanced Settings.</p>
<p><span style="text-decoration: underline;">IMPORTANT</span>: Due to the distributed nature of DNS, the CNAME record you created following the instructions in this guide may take up to 2-7 days to propagate across the Internet. In other words, you will be able to take advantage of the AutoConnect feature only when the DNS changes have fully propagated. If you do not know how to check that, just wait for a few days and try to configure a new Outlook 2007 profile using this feature.auto</p>
<p>For example, create CNAME similar to the following:<br />
autodiscover.ingridandisabel.com. 86400 IN CNAME autodiscoverredirect016.msoutlookonline.net.<br />
(Note: for Verio, I had to add the period at the end of each subdomain to prevent &#8216;ingridandisabel.com&#8217; from being appended to the domain.)</p>
<p><strong>Comments</strong>:</p>
<p>Comment 1)</p>
<p>Some features that will not work properly without an Autodiscover record:</p>
<ul>
<li>Outlook 2007 setup using AutoDiscovery</li>
</ul>
<ul>
<li>Free/Busy information in your calendar</li>
</ul>
<ul>
<li>Out of office Autoresponse messages</li>
</ul>
<ul>
<li>Proper Syncing Of Offline Address Book</li>
</ul>
<p>Comment 2)</p>
<p>More articles related to this issue:</p>
<ul>
<li>Troubleshooting Error 0x8004010F When Outlook 2007 Clients Download OAB (<a href="http://technet.microsoft.com/en-us/library/cc411331.aspx"target="_blank">http://technet.microsoft.com/en-us/library/cc411331.aspx)</a></li>
</ul>
<ul>
<li>Not downloading Offline address book files. A server (URL) could not be located. 0X8004010F (<a href="http://forums.msexchange.org/m_1800475070/tm.htm"target="_blank">http://forums.msexchange.org/m_1800475070/tm.htm</a>)</li>
</ul>
<ul>
<li>Administering the offline address book in Outlook 2003 and Outlook 2007 (<a href="http://support.microsoft.com/kb/841273"target="_blank">http://support.microsoft.com/kb/841273</a>)</li>
</ul>
<p><strong>Author</strong>: created by Hunzeker, Drew, modified by Baptista, Luis</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/1223/how-to-reset-the-default-virtual-directories-that-are-required-to-provide-outlook-web-access-exchange-activesync-and-outlook-mobile-access-services-in-exchange-server-2003/' rel='bookmark' title='Permanent Link: How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003'>How to reset the default virtual directories that are required to provide Outlook Web Access, Exchange ActiveSync, and Outlook Mobile Access services in Exchange Server 2003</a></li>
<li><a href='http://www.ipsofacto.info/1228/using-exmerge-on-exchange-2003/' rel='bookmark' title='Permanent Link: Using Exmerge on Exchange 2003'>Using Exmerge on Exchange 2003</a></li>
<li><a href='http://www.ipsofacto.info/1229/automatic-forwarding-outside-of-the-organisation/' rel='bookmark' title='Permanent Link: Automatic forwarding outside of the organisation'>Automatic forwarding outside of the organisation</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1221/autodiscovery-setup-for-intermedia-when-using-outlook-2007-and-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change the time out value for remote web workplace and owa</title>
		<link>http://www.ipsofacto.info/1220/how-to-change-the-time-out-value-for-remote-web-workplace-and-owa/</link>
		<comments>http://www.ipsofacto.info/1220/how-to-change-the-time-out-value-for-remote-web-workplace-and-owa/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 23:23:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/15/how-to-change-the-time-out-value-for-remote-web-workplace-and-owa/</guid>
		<description><![CDATA[Issue: How to change the time out value for remote web workplace and owaAffects: Remote Web Workplace (RWW)Solutions to the issue: When your users log into the RWW, the RWW logon screen has a checkbox that says, &#8220;I&#8217;m using a public or shared computer&#8221;. By default this box is checked. If they uncheck the box,<br /><a href="http://www.ipsofacto.info/1220/how-to-change-the-time-out-value-for-remote-web-workplace-and-owa/">...Read the Rest...</a>


No related posts.]]></description>
			<content:encoded><![CDATA[<p><b>Issue</b>: How to change the time out value for remote web workplace and owa<br /><b>Affects</b>: Remote Web Workplace (RWW)<br /><b>Solutions to the issue</b>: <br />When your users log into the RWW, the RWW logon screen has a checkbox that says, &#8220;I&#8217;m using a public or shared computer&#8221;. By default this box is checked. If they uncheck the box, the timeout will increase. By default the timeout for a public computer (that checkbox is checked) is 20 minutes where it is 2 hours for a private computer (uncheck the box). <br />These timeout values can also be changed in the registry if you would prefer a different timeout value. HKLM\SOFTWARE\Microsoft\SmallBusinessServer\Remote UserPortal. The keys are PublicTimeOut and TrustedTimeOut. <br /><b>Comments</b>:<br /><b>Author</b>: Barthelemy, Gaetan</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/1220/how-to-change-the-time-out-value-for-remote-web-workplace-and-owa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enable Google Calendar in Apple&#8217;s iCal</title>
		<link>http://www.ipsofacto.info/928/enable-google-calendar-in-apples-ical/</link>
		<comments>http://www.ipsofacto.info/928/enable-google-calendar-in-apples-ical/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 20:39:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/12/enable-google-calendar-in-apples-ical/</guid>
		<description><![CDATA[Issue: Enable Google Calendar in Apple&#8217;s iCal Affects: Google Calendar, iCal Solutions to the issue: To set up CalDAV support for Google Calendar in Apple&#8217;s iCal, follow these steps: 1. Open Apple iCal, go to Preferences and then the Accounts tab. 2. Click on the + button to add an account. 3. Under Account Information,<br /><a href="http://www.ipsofacto.info/928/enable-google-calendar-in-apples-ical/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/719/google-apps-4/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/298/google-apps-3/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/' rel='bookmark' title='Permanent Link: How to delete Google Apps Duplicate Contacts'>How to delete Google Apps Duplicate Contacts</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>Issue</strong>: Enable Google Calendar in Apple&#8217;s iCal<br />
<strong>Affects</strong>: Google Calendar, iCal<br />
<strong>Solutions to the issue</strong>:<br />
To set up CalDAV support for Google Calendar in Apple&#8217;s iCal, follow these steps:<br />
1. Open Apple iCal, go to Preferences and then the Accounts tab.<br />
2. Click on the + button to add an account.<br />
3. Under Account Information, enter your Google Account username and password.<br />
4. Under Server Options, add the following URL:<br />
<a href="https://www.google.com/calendar/dav/YOUREMAIL@DOMAIN.COM/user"target="_blank">https://www.google.com/calendar/dav/YOUREMAIL@DOMAIN.COM/user</a></p>
<p>Replace &#8216;youremail@domain.com&#8217; with your Google Account username.<br />
5. Click Add.<br />
6. Under the Delegation tab, select the calendars you&#8217;d like to add to iCal by checking the boxes next to them. You may need to hit refresh to get the latest list of calendars.<br />
7. Add your email address to your Address Book card by selecting Add Email. You&#8217;ll be prompted to add your email address only if your address is not already in your Address Book.<br />
<strong>Comments</strong>: You won&#8217;t be able to invite or email guests to Google Calendar events within iCal if your address is not in your Address Book.<br />
Your Google Calendar will now appear in iCal&#8217;s list of calendars, and changes you make to your Google Calendar in iCal will be reflected when you sign in to Google Calendar.<br />
Event information will automatically refresh every five minutes. You can change this interval by opening the iCal &gt; Preferences &gt; Accounts menu and selecting a new refresh interval under the &#8216;Refresh calendars&#8217; drop-down. Keep in mind you can also force a refresh by selecting a calendar and pressing the Apple and R keys at the same time.<br />
Calendars that are checked but disabled have already been added to iCal &#8211; you can remove them from within iCal.</p>
<p><strong>Author</strong>: De Wulf, Olivier</p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/719/google-apps-4/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/298/google-apps-3/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/' rel='bookmark' title='Permanent Link: How to delete Google Apps Duplicate Contacts'>How to delete Google Apps Duplicate Contacts</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/928/enable-google-calendar-in-apples-ical/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exchange 2007 migration pre-requisites</title>
		<link>http://www.ipsofacto.info/883/exchange-2007-migration-pre-requisites/</link>
		<comments>http://www.ipsofacto.info/883/exchange-2007-migration-pre-requisites/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 19:14:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/2010/02/12/exchange-2007-migration-pre-requisites/</guid>
		<description><![CDATA[http://technet.microsoft.com/en-us/library/bb124008(printer).aspx No related posts.


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://technet.microsoft.com/en-us/library/bb124008(printer).aspx"target="_blank">http://technet.microsoft.com/en-us/library/bb124008(printer).aspx</a></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/883/exchange-2007-migration-pre-requisites/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Apps</title>
		<link>http://www.ipsofacto.info/719/google-apps-4/</link>
		<comments>http://www.ipsofacto.info/719/google-apps-4/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 22:36:09 +0000</pubDate>
		<dc:creator>Tatiana</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Apps]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://dev.ipsofacto.net/wordpress/?p=719</guid>
		<description><![CDATA[IPSOFACTO has partnered with Google to offer Google Apps as an all-in-one solution for businesses. This is a cost-effective way to leverage the power of Google for email, documents, calendars, and other office software needs. For a flat yearly user fee, all services are available including email with spam protection and plenty of storage, Google<br /><a href="http://www.ipsofacto.info/719/google-apps-4/">...Read the Rest...</a>


Related posts:<ol><li><a href='http://www.ipsofacto.info/298/google-apps-3/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/' rel='bookmark' title='Permanent Link: How to delete Google Apps Duplicate Contacts'>How to delete Google Apps Duplicate Contacts</a></li>
<li><a href='http://www.ipsofacto.info/928/enable-google-calendar-in-apples-ical/' rel='bookmark' title='Permanent Link: Enable Google Calendar in Apple&#8217;s iCal'>Enable Google Calendar in Apple&#8217;s iCal</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>	<span class="orange">IPSOFACTO</span> has partnered with Google to offer Google Apps as an all-in-one solution for businesses.  This is a cost-effective way to leverage the power of Google for email, documents, calendars, and other office software needs.<br />
For a flat yearly user fee, all services are available including email with spam protection and plenty of storage, Google Docs and Calendar, and collaborative software like Google Groups, Video, and Sites.  Since your information is hosted by Google, there’s no backing up or maintenance and there are no upfront costs.<br />
With Google Apps additional features, the low price point and the ease of transition Google Apps makes sense for small businesses.  Contact us today to discuss why moving to Google Apps might be the right move for your business.  </p>


<p>Related posts:<ol><li><a href='http://www.ipsofacto.info/298/google-apps-3/' rel='bookmark' title='Permanent Link: Google Apps'>Google Apps</a></li>
<li><a href='http://www.ipsofacto.info/3010/how-to-delete-google-apps-duplicate-contacts/' rel='bookmark' title='Permanent Link: How to delete Google Apps Duplicate Contacts'>How to delete Google Apps Duplicate Contacts</a></li>
<li><a href='http://www.ipsofacto.info/928/enable-google-calendar-in-apples-ical/' rel='bookmark' title='Permanent Link: Enable Google Calendar in Apple&#8217;s iCal'>Enable Google Calendar in Apple&#8217;s iCal</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ipsofacto.info/719/google-apps-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
