 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Automatically mapping to Exchange server when user logs in and mapping certain desktop icons to server applications.</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/automatically-mapping-to-exchange-server-when-user-logs-in-and-mapping-certain-desktop-icons-to-server-applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/automatically-mapping-to-exchange-server-when-user-logs-in-and-mapping-certain-desktop-icons-to-server-applications/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 05:05:11 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: waynebk</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/automatically-mapping-to-exchange-server-when-user-logs-in-and-mapping-certain-desktop-icons-to-server-applications/#comment-47832</link>
		<dc:creator>waynebk</dc:creator>
		<pubDate>Thu, 17 Feb 2005 12:12:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-47832</guid>
		<description><![CDATA[Thanks so much for the great information. I wrote the script for Outlook 2002. I tested it on a few machines and it seems to be working fine. I can&#039;t find that method that you mentioned about getting the Office version. I googled, but didn&#039;t find it. Anyway, maybe I&#039;ll eventually figure that out. 

I like the idea about creating group policies for desktop icons. I will definitely look into this further. Thanks for all the help.]]></description>
		<content:encoded><![CDATA[<p>Thanks so much for the great information. I wrote the script for Outlook 2002. I tested it on a few machines and it seems to be working fine. I can&#8217;t find that method that you mentioned about getting the Office version. I googled, but didn&#8217;t find it. Anyway, maybe I&#8217;ll eventually figure that out. </p>
<p>I like the idea about creating group policies for desktop icons. I will definitely look into this further. Thanks for all the help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: greenie</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/automatically-mapping-to-exchange-server-when-user-logs-in-and-mapping-certain-desktop-icons-to-server-applications/#comment-47834</link>
		<dc:creator>greenie</dc:creator>
		<pubDate>Wed, 16 Feb 2005 14:55:22 +0000</pubDate>
		<guid isPermaLink="false">#comment-47834</guid>
		<description><![CDATA[You have two options to eliminate the synchronization issues with a roaming profile.

1. Disable Offline files
2. If you need to keep offine files enabled you have to disable caching on the offline files.

That should eliminate the synch issue within the roaming profiles.]]></description>
		<content:encoded><![CDATA[<p>You have two options to eliminate the synchronization issues with a roaming profile.</p>
<p>1. Disable Offline files<br />
2. If you need to keep offine files enabled you have to disable caching on the offline files.</p>
<p>That should eliminate the synch issue within the roaming profiles.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waynebk</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/automatically-mapping-to-exchange-server-when-user-logs-in-and-mapping-certain-desktop-icons-to-server-applications/#comment-47835</link>
		<dc:creator>waynebk</dc:creator>
		<pubDate>Wed, 16 Feb 2005 14:45:36 +0000</pubDate>
		<guid isPermaLink="false">#comment-47835</guid>
		<description><![CDATA[Thanks for the replies.

greenie: Thanks for the suggestion. The reason I do not use roaming profiles is that we had a problem with the synchronization. Error messages would appear frequently stating that there was a synchronization problem and users would call asking what to do. So it became more of a problem than a help. Any idea how to make sure synchronization works right and error messages do not appear?

ghigbee: Thanks for your information. However, the link you provided doesn&#039;t work. Could you please double-check this? The desktop suggestion sounds like a good idea.]]></description>
		<content:encoded><![CDATA[<p>Thanks for the replies.</p>
<p>greenie: Thanks for the suggestion. The reason I do not use roaming profiles is that we had a problem with the synchronization. Error messages would appear frequently stating that there was a synchronization problem and users would call asking what to do. So it became more of a problem than a help. Any idea how to make sure synchronization works right and error messages do not appear?</p>
<p>ghigbee: Thanks for your information. However, the link you provided doesn&#8217;t work. Could you please double-check this? The desktop suggestion sounds like a good idea.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ghigbee</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/automatically-mapping-to-exchange-server-when-user-logs-in-and-mapping-certain-desktop-icons-to-server-applications/#comment-47836</link>
		<dc:creator>ghigbee</dc:creator>
		<pubDate>Wed, 16 Feb 2005 14:16:46 +0000</pubDate>
		<guid isPermaLink="false">#comment-47836</guid>
		<description><![CDATA[I have an article that covers the basics of writing to the registry using VBSCript. You can start there and set that to run at logon. The article is available at http://frankenrouter.homeip.net/System+Admin+Articles/102.aspx. 
As far as outlook 2003, do a search on google for &#039;determine &quot;outlook version&quot; registry&#039; and it returns one method to do it programmatically useing the GetVersionEx WinAPI function. That still may be possible using vbscript but I am not sure since I haven&#039;t tried it yet. 
I would use a group policy to set the desktop for those users who need a common desktop. You can copy all of the shortcuts to a common location, specify it in the GPO along with turning of shortcut tracking, and it should work.

HTH

Gary]]></description>
		<content:encoded><![CDATA[<p>I have an article that covers the basics of writing to the registry using VBSCript. You can start there and set that to run at logon. The article is available at <a href="http://frankenrouter.homeip.net/System+Admin+Articles/102.aspx" rel="nofollow">http://frankenrouter.homeip.net/System+Admin+Articles/102.aspx</a>.<br />
As far as outlook 2003, do a search on google for &#8216;determine &#8220;outlook version&#8221; registry&#8217; and it returns one method to do it programmatically useing the GetVersionEx WinAPI function. That still may be possible using vbscript but I am not sure since I haven&#8217;t tried it yet.<br />
I would use a group policy to set the desktop for those users who need a common desktop. You can copy all of the shortcuts to a common location, specify it in the GPO along with turning of shortcut tracking, and it should work.</p>
<p>HTH</p>
<p>Gary</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/9 queries in 0.026 seconds using memcached
Object Caching 310/313 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 10:03:44 -->