<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://technetcambodia.net/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"><channel><title>TECHNETCAMBODIA.NET | IT Professional Community Cambodia</title><link>http://technetcambodia.net/blogs/</link><description>IT Pro Online Community in Cambodia</description><dc:language>en-US</dc:language><generator>CommunityServer 2008.5 SP1 (Build: 31106.3070)</generator><item><title>Microsoft Most Valuable Professional 2011</title><link>http://technetcambodia.net/blogs/sampathperera/archive/2011/04/02/microsoft-most-valuable-professional-2011.aspx</link><pubDate>Sat, 02 Apr 2011 03:43:00 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:102</guid><dc:creator>Sampath Perera</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I got the good news yesterday. So here we go for another year. Thank you Microsoft. It was been a wonderful journey so far.&amp;#160; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/MVP_5F00_Horizontal_5F00_FullColor_5F00_2A5530BE.png"&gt;&lt;img style="background-image:none;border-right-width:0px;padding-left:0px;padding-right:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;padding-top:0px;" title="MVP_Horizontal_FullColor" border="0" alt="MVP_Horizontal_FullColor" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/MVP_5F00_Horizontal_5F00_FullColor_5F00_thumb_5F00_638B97B3.png" width="244" height="101" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=102" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/sampathperera/archive/tags/Other/default.aspx">Other</category></item><item><title>How did MS deploy Windows 7 internally?</title><link>http://technetcambodia.net/blogs/maria/archive/2010/09/01/how-did-ms-deploy-windows-7-internally.aspx</link><pubDate>Thu, 02 Sep 2010 06:32:41 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:101</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I’ve been running Windows 7 since Beta stages and as soon as the product was finished most people in Microsoft moved from Vista. Are you interested in understanding how Microsoft deployed Windows 7 to around 100.000 people worldwide? On &lt;a href="http://technet.microsoft.com/en-us/library/bb687780.aspx" target="_blank"&gt;Microsoft IT Showcase&lt;/a&gt; you find many examples of how we internally are using our own technology. There are white papers, videos, web casts etc and one of the recent web casts (now available on demand) are &lt;a href="https://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032452084&amp;amp;CountryCode=US" target="_blank"&gt;Deploying Microsoft Windows 7&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=101" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Map integration with Microsoft CRM</title><link>http://technetcambodia.net/blogs/sampathperera/archive/2010/08/12/map-integration-with-microsoft-crm.aspx</link><pubDate>Thu, 12 Aug 2010 02:27:44 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:100</guid><dc:creator>Sampath Perera</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A common requirement to integrate maps in to Microsoft CRM to see the location of a CRM entity has been a very common requirement. Recently I had to do this for one of my customers so I thought why not share the code with all the CRM enthusiasts out there. &lt;/p&gt;  &lt;p&gt;The procedure is very simple.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Create a application that uses the Google Maps API (I had to use Google because Bing maps was not for Cambodia) &lt;/li&gt;    &lt;li&gt;Pass the parameter values to the map from CRM &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;There are plenty of resources and code samples on the net for this. But the best one I got from my friend Andriy. He is a Microsoft CRM MVP and one guy who is the best of what he do (that is CRM of course). You can download the full code from Andriy’s blog and I have added the compiled code that I used. To go to Andriy’s blog post click this link -&amp;#160; &lt;a title="http://a33ik.blogspot.com/2010/06/intergration-google-maps-v3-into.html" href="http://a33ik.blogspot.com/2010/06/intergration-google-maps-v3-into.html"&gt;http://a33ik.blogspot.com/2010/06/intergration-google-maps-v3-into.html&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;Ok so how do we do it,&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Download the compiled map htm file and copy it in to the ISV folder in the CRM website &lt;/li&gt;    &lt;li&gt;Add an frame in to CRM and name it map or what you like &lt;/li&gt;    &lt;li&gt;Write the coding on the on-load event in the form. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;crmForm.all.tab2Tab.onclick = function()   &lt;br /&gt;{&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&amp;#160; if (crmForm.all.new_project_cityid.DataValue[0].name != null   &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; &amp;amp;&amp;amp;&amp;#160; crmForm.all.new_projectstreet1.DataValue != null )    &lt;br /&gt;{    &lt;br /&gt; var&amp;#160; oldurl = crmForm.all.new_project_cityid.DataValue[0].name + &amp;quot;,&amp;quot;+&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; crmForm.all.new_projectstreet1.DataValue;    &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt; if (oldurl != &amp;quot;&amp;quot;)   &lt;br /&gt; {    &lt;br /&gt; var&amp;#160; url = &amp;quot;/ISV/gmap/mapintegration.html?address=&amp;quot;&amp;#160; +&amp;#160; oldurl;    &lt;br /&gt;&amp;#160; crmForm.all.IFRAME_map.src = url;    &lt;br /&gt; }    &lt;br /&gt;}&lt;/p&gt;  &lt;p&gt;Just to clarify, my tab number is 2. My Iframe name is IFRAME_Map. The challenge I found is that in Cambodia it really didn’t work when I use more than 2 values. So what I went for basically is the city and the street number. Example: Phnom Penh, St 271&lt;/p&gt;  &lt;p&gt;Finally I added a little additional modification since Andriy’s original code use only text box but my customer wanted a lookup. So my city is in a lookup and the street is in a text box. All you have to do for that is use the following code to pass the data value&lt;/p&gt;  &lt;div class="csharpcode"&gt;   &lt;pre class="alt"&gt;&lt;span class="lnum"&gt;   1:  &lt;/span&gt;crmForm.all.new_project_cityid.DataValue[0].name &lt;/pre&gt;
&lt;/div&gt;


&lt;br /&gt;

&lt;p&gt;Great that’s all. You can easily see where your place in the map is now&lt;/p&gt;

&lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_32656D59.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_thumb_5F00_233E68B2.png" width="500" height="314" /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;A very special thanks to CRM Guru &lt;a href="http://www.blogger.com/profile/03225186683208658482" target="_blank"&gt;Andiry Butenko&lt;/a&gt;. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=100" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/sampathperera/archive/tags/Microsoft+CRM/default.aspx">Microsoft CRM</category></item><item><title>Windows 7 and Windows Server 2008 R2 SP1 Beta available for download</title><link>http://technetcambodia.net/blogs/maria/archive/2010/08/04/windows-7-and-windows-server-2008-r2-sp1-beta-available-for-download.aspx</link><pubDate>Thu, 05 Aug 2010 03:23:36 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:99</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Later this year we will release the first Service Pack to Windows 7 and Windows Server 2008 R2. Already now you can try out the first public Beta to see what the Service Pack will bring. Remember that this Beta is not supported by Microsoft so don’t install this on your production machine :-)&lt;/p&gt;  &lt;p&gt;Read more about requirements and download the Beta &lt;a href="http://technet.microsoft.com/en-us/evalcenter/ff183870.aspx?ITPID=insider" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=99" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Microsoft SharePoint 2010 Granular Backup (Backup and Restore List Items)</title><link>http://technetcambodia.net/blogs/sampathperera/archive/2010/08/05/microsoft-sharepoint-2010-list-item-backups-granular-backups.aspx</link><pubDate>Thu, 05 Aug 2010 01:51:11 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:98</guid><dc:creator>Sampath Perera</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;A commonly required feature with SharePoint was the ability to backup and restore list items. Even though this was not possible in SharePoint 2007 MS has added this functionality to SharePoint 2010. For you to do this you need to follow two simple steps. &lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;First one backup the list item (can be done through power shell or central admin) &lt;/li&gt;    &lt;li&gt;Import the list item to the place you want to restore using power shell. &lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;strong&gt;Lets look at how we can do this in detail.&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;1. Go to &lt;strong&gt;SharePoint 2010 central admin&lt;/strong&gt; – Click on &lt;strong&gt;Backup and Restore&lt;/strong&gt; (click on the main link here)&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_570A5245.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_thumb_5F00_26279ADA.png" width="540" height="339" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;2. Under &lt;strong&gt;Granular backup section&lt;/strong&gt; click on &lt;strong&gt;Export Site or List&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;3, In &lt;strong&gt;Site collection&lt;/strong&gt; select the correct site collection – Under the &lt;strong&gt;site&lt;/strong&gt; select the site that contain the list you want to export – and on the &lt;strong&gt;list &lt;/strong&gt;select your list you want to export&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/Itembackuo_5F00_65191B75.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" class="wlDisabledImage" title="Itembackuo" border="0" alt="Itembackuo" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/Itembackuo_5F00_thumb_5F00_71A6C891.png" width="540" height="340" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;4. Click on &lt;strong&gt;Start Export&lt;/strong&gt;. (Make sure your timer job is running and it will complete with success)&lt;/p&gt;  &lt;p&gt;5. Now to import make sure you have the same site collection and site created on the server you want to import. Because our option is to import a list so if the sites are not present you will not be able to import. So make sure you create them first with the same name.&lt;/p&gt;  &lt;p&gt;6. Got to &lt;strong&gt;Start &lt;/strong&gt;– &lt;strong&gt;All programs&lt;/strong&gt; – &lt;strong&gt;SharePoint 2010 products&lt;/strong&gt; and open &lt;strong&gt;SharePoint 2010 management shell&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;7. The cmdlet we are going to use for this is &lt;strong&gt;import-spweb&lt;/strong&gt;. so type the following command on the power shell&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;import-spweb&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;identity:name of your site collection&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;strong&gt;path:path of your backup containing the list&lt;/strong&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_3098492D.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_thumb_5F00_6F89C9C8.png" width="543" height="341" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;8. All will complete successfully and you can view the log file for verification&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=98" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/sampathperera/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>New Hotmail Upgrades</title><link>http://technetcambodia.net/blogs/sampathperera/archive/2010/08/04/new-hotmail-upgrades.aspx</link><pubDate>Wed, 04 Aug 2010 11:41:09 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:97</guid><dc:creator>Sampath Perera</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Microsoft has done it. YES!! The all new hot and sexy hotmail. Sleek clean looks, Office web apps, tight integration with Sky Drive and much much more. You can directly create word documents on the web and save them on the Sky Drive. Open attachments just on the web browser. Man its all there. Well done Microsoft.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_2D6F5B5E.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_thumb_5F00_58674963.png" width="550" height="345" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=97" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/sampathperera/archive/tags/Windows+Live/default.aspx">Windows Live</category></item><item><title>FAST Search for SharePoint 2010</title><link>http://technetcambodia.net/blogs/sampathperera/archive/2010/08/03/fast-search-for-sharepoint-2010.aspx</link><pubDate>Tue, 03 Aug 2010 12:10:02 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:95</guid><dc:creator>Sampath Perera</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I finished setting up FAST Search 2010 for my office few weeks back. But I didn’t have time to share the excitement. Frankly telling FAST Search is a great extension for Microsoft SharePoint 2010 Search.&amp;#160; With FAST you have see previews of documents, relevance search and much more.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/FAST_5F00_1E101999.png"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" class="wlDisabledImage" title="FAST" border="0" alt="FAST" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/FAST_5F00_thumb_5F00_7B6BDB1D.png" width="625" height="392" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=95" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/sampathperera/archive/tags/FAST+Search/default.aspx">FAST Search</category></item><item><title>Clock and Weather web part for SharePoint 2010</title><link>http://technetcambodia.net/blogs/sampathperera/archive/2010/08/03/clock-and-weather-web-part-for-sharepoint-2010.aspx</link><pubDate>Tue, 03 Aug 2010 10:54:00 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:94</guid><dc:creator>Sampath Perera</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;There is a cool web part for SharePoint 2010 which displays a clock and weather of a city of your selection. You can download this at &lt;a title="http://www.virtosoftware.com/free-clock-weather-web-part-sharepoint.aspx" href="http://www.virtosoftware.com/free-clock-weather-web-part-sharepoint.aspx"&gt;http://www.virtosoftware.com/free-clock-weather-web-part-sharepoint.aspx&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_09514E7D.png"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" class="wlDisabledImage" title="image" border="0" alt="image" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/sampathperera/image_5F00_thumb_5F00_04AB1DF6.png" width="566" height="355" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=94" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/sampathperera/archive/tags/SharePoint+2010/default.aspx">SharePoint 2010</category></item><item><title>Office 2010 and SharePoint 2010 Launch event in Cambodia</title><link>http://technetcambodia.net/blogs/maria/archive/2010/05/30/office-2010-and-sharepoint-2010-launch-event-in-cambodia.aspx</link><pubDate>Mon, 31 May 2010 02:46:50 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:92</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;On June 17th there will be a Launch event for Office 2010 and Sharepoint 2010 in he Cambodia-Japan Cooperation Center. More information on &lt;a href="http://khgeeks.org/" target="_blank"&gt;Cambodia IT Pro Forum&lt;/a&gt;. Make sure you don’t miss out on this!&lt;/p&gt;  &lt;p&gt;&lt;a href="http://khgeeks.org/" target="_blank"&gt;&lt;img style="border-bottom:0px;border-left:0px;display:inline;border-top:0px;border-right:0px;" title="en_Invitation_Final" border="0" alt="en_Invitation_Final" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/en_5F00_Invitation_5F00_Final_5F00_19A0C21C.jpg" width="600" height="422" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=92" width="1" height="1"&gt;</description></item><item><title>Online events on Cloud for IT Pros</title><link>http://technetcambodia.net/blogs/maria/archive/2010/05/13/online-events-on-cloud-for-it-pros.aspx</link><pubDate>Fri, 14 May 2010 06:12:54 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:91</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Starting June 4th, our evangelism team in Australia will do a series of online events around IT Pro and Cloud and what it all means. It’s at 1 pm Australia time and if you can’t attend live they will be available for download afterwards.    &lt;br /&gt;&lt;a href="http://www.microsoft.com/cloud/IT-solutions/default.aspx" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="clip_image001" border="0" alt="clip_image001" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/clip_5F00_image001_5F00_1DB5CD23.jpg" width="500" height="135" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="https://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032452886&amp;amp;EventCategory=4&amp;amp;IO=%2fuUKP37yv8aBPHlW3tiU%2bQ%3d%3d&amp;amp;culture=en-AU&amp;amp;CountryCode=AU"&gt;Windows Azure and the IT Pro Discussion&lt;/a&gt;&lt;/b&gt;     &lt;br /&gt;Friday 4 June 2010 1:00 PM Australia (East)     &lt;br /&gt;Speaker – Greg Willis, Architect Evangelist Microsoft Australia&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="https://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032452884&amp;amp;EventCategory=4&amp;amp;IO=%2fuUKP37yv8bW9UDr%2b4r0Cg%3d%3d&amp;amp;culture=en-AU&amp;amp;CountryCode=AU"&gt;Windows Intune - Simplifying how businesses manage and secure PCs using Windows cloud services and Windows 7&lt;/a&gt;&lt;/b&gt;     &lt;br /&gt;Friday 11 June 2010 1:00 PM Australia (East)     &lt;br /&gt;Speaker – John Pritchard, Technology Specialist Microsoft Australia&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="https://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032453001&amp;amp;EventCategory=4&amp;amp;IO=9JT42jaTM4W3wexgkQxjNQ%3d%3d&amp;amp;culture=en-AU&amp;amp;CountryCode=AU"&gt;Microsoft Online services – the underlying technology and roadmap&lt;/a&gt;       &lt;br /&gt;&lt;/b&gt;Friday 18 June 2010 1:00 PM Australia (East)     &lt;br /&gt;Speaker – Lee Hickin, Senior Technology Specialist Microsoft Australia&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;a href="https://msevents.microsoft.com/cui/WebCastEventDetails.aspx?EventID=1032452881&amp;amp;EventCategory=4&amp;amp;IO=%2fuUKP37yv8YBywQ%2fewQWxw%3d%3d&amp;amp;culture=en-AU&amp;amp;CountryCode=AU"&gt;Starting the Private Cloud Journey with the Dynamic Infrastructure Toolkit for System Centre&lt;/a&gt;       &lt;br /&gt;&lt;/b&gt;Friday 25 June 2010 1:00 PM Australia (East)     &lt;br /&gt;Speaker – Gareth James, Senior Consultant Microsoft Australia&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;Find more details about each session &lt;a href="http://blogs.technet.com/itproaustralia/archive/2010/05/14/it-s-microsoft-cloud-services-month-in-june-register-for-a-live-meeting.aspx" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=91" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Events/default.aspx">Events</category><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Cloud/default.aspx">Cloud</category></item><item><title>Office 2010 is ready!</title><link>http://technetcambodia.net/blogs/maria/archive/2010/04/18/office-2010-is-ready.aspx</link><pubDate>Mon, 19 Apr 2010 01:54:25 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:89</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;On Friday we &lt;a href="http://blogs.technet.com/office2010/archive/2010/04/15/office-2010-reaches-rtm.aspx" target="_blank"&gt;announced&lt;/a&gt; that Office 2010 has been Released To Manufacturing (RTM), which means it’s ready and you will be able to get your hands on it soon! You can learn more about Office 2010, Sharepoint 2010 and the other products in this suite at the &lt;a href="http://sharepoint.microsoft.com/businessproductivity/pages/default.aspx#fbid=EibGnuRRvLd" target="_blank"&gt;Office Productivity site&lt;/a&gt;. From May 12th (13th Asia time) you can tune in to the online &lt;a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=EibGnuRRvLd" target="_blank"&gt;Launch Event&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://sharepoint.microsoft.com/businessproductivity/proof/pages/2010-launch-events.aspx#fbid=EibGnuRRvLd" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/image_5F00_2498BBBA.png" width="600" height="135" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=89" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Office+2010/default.aspx">Office 2010</category><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Sharepoint+2010/default.aspx">Sharepoint 2010</category></item><item><title>Get up to date on “the Cloud”</title><link>http://technetcambodia.net/blogs/maria/archive/2010/02/17/get-up-to-date-on-the-cloud.aspx</link><pubDate>Wed, 17 Feb 2010 21:52:55 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:88</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.microsoft.com/windowsazure/videoPlayerPopup.aspx?w=720&amp;amp;h=480&amp;amp;vid=WinAzPlatform_720x480_FINAL_101609.wmv" target="_blank"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;margin-left:0px;border-left-width:0px;margin-right:0px;" title="Cloud Video" border="0" alt="Cloud Video" align="right" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/cta_5F00_video_5F00_1B1FCEF8.png" width="197" height="69" /&gt;&lt;/a&gt;I found a great resource on Cloud Services, explaining all the different choices you have around Private Cloud, Public Cloud, SaaS, Iaas etc. Make sure you’re up to speed on all this by downloading &lt;a href="http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;amp;FamilyID=ad28c2eb-6ea7-463a-abb3-b9a22e62f207" target="_blank"&gt;this brochure&lt;/a&gt;. You can also watch videos, web casts and read what this means for you as an IT Pro on our &lt;a href="http://www.microsoft.com/business/cloudservices/" target="_blank"&gt;Cloud Services&lt;/a&gt; web&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=88" width="1" height="1"&gt;</description></item><item><title>Microsoft IT – how do we run our own infrastructure?</title><link>http://technetcambodia.net/blogs/maria/archive/2010/02/08/microsoft-it-how-do-we-run-our-own-infrastructure.aspx</link><pubDate>Mon, 08 Feb 2010 22:12:30 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:87</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/bb687780.aspx" target="_blank"&gt;&lt;img style="border-right-width:0px;margin:5px 10px 0px 0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" align="left" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/image_5F00_34DE70FD.png" width="154" height="97" /&gt;&lt;/a&gt;Have you heard of &lt;a href="http://technet.microsoft.com/en-us/library/bb687780.aspx" target="_blank"&gt;Microsoft IT Showcase&lt;/a&gt;? This is a set of content (articles, videos and web casts) that shows how we internally plan , deploys and manages our infrastructure. Some of the latest ones that could be of interest are:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee943799.aspx" target="_blank"&gt;&lt;strong&gt;Security Monitoring on the Microsoft Enterprise Network:&lt;/strong&gt;&lt;/a&gt;&amp;#160;&lt;em&gt;The Microsoft Enterprise Network is one of the world&amp;#39;s largest and most prominent networks. Learn how Microsoft monitors the security of its network and responds to malware and suspected intrusions or policy violations.&lt;/em&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/library/ee662219.aspx" target="_blank"&gt;&lt;strong&gt;Virtualization Moves Data Center Functionality to the Branch Office:&lt;/strong&gt;&lt;/a&gt;&lt;em&gt; Do WAN access issues and costs keep you from providing the datacenter services in branch offices that benefit your corporate users? Learn how Microsoft IT uses Windows Server 2008 R2 and virtualization to deliver datacenter functionality to branch offices. Services at the branch office level include file and print management, offline folder redirection, operating systems and application distribution, and patch management. This has significantly improved service availability, lowered management costs, and reduced servers.&lt;/em&gt; &lt;/p&gt;  &lt;p&gt;The Showcase team also have their own topic area on &lt;a href="http://edge.technet.com/People/Showcase/" target="_blank"&gt;TechNet EDGE&lt;/a&gt; , take the chance to watch and comment on videos.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=87" width="1" height="1"&gt;</description></item><item><title>Exchange 2010 helps Malaysian company with email problems</title><link>http://technetcambodia.net/blogs/maria/archive/2010/02/03/exchange-2010-helps-malaysian-company-with-email-problems.aspx</link><pubDate>Wed, 03 Feb 2010 21:05:54 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:83</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://www.pcgroup.com.my/" target="_blank"&gt;&lt;img style="border-right-width:0px;margin:0px 0px 0px 5px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" align="right" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/image_5F00_63DC1B87.png" width="139" height="142" /&gt;&lt;/a&gt; While on the topic of Exchange Server 2010 in my &lt;a href="http://technetcambodia.net/blogs/maria/archive/2010/02/04/exchange-2010-web-cast-series.aspx" target="_blank"&gt;previous post,&lt;/a&gt; I came across a case study from Malaysia that I recommend you to have a look at. The &lt;a href="http://www.pcgroup.com.my/" target="_blank"&gt;Plastic Centre Group&lt;/a&gt; provides packaging solutions for everything from soap and personal care, to cooking oil, household, agriculture and lubricants.&lt;/p&gt;  &lt;p&gt;They have around 90 people working in the sales office and they were previously using an open source application on Linux Server for their email solution. They experienced issues around storage and the lack of spam filter resulted in each person spending on average 30 minutes (!!!) per day cleaning their inboxes from spam.&lt;/p&gt;  &lt;p&gt;The solution was to move to Exchange Server 2010 and Outlook 2007 and from start to finish the implementation took 60 days, that includes both software and hardware changes.&lt;/p&gt;  &lt;p&gt;&lt;em&gt;&lt;font color="#ff0000"&gt;“Two of the main reasons we are switching to Microsoft are the huge support structure that a company like Microsoft can offer, and the ease of use of its solutions”&lt;/font&gt;&lt;/em&gt; comments Sng, adding that he had spent more than a year learning the Linux system when he first joined the Plastic Centre Group.&lt;/p&gt;  &lt;p&gt;Read the full case study &lt;a href="http://www.microsoft.com/casestudies/Case_Study_Detail.aspx?casestudyid=4000006422" target="_blank"&gt;here&lt;/a&gt; to understand their cost savings and increase in both productivity and mobility.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=83" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Exchange+Server+2010/default.aspx">Exchange Server 2010</category></item><item><title>Exchange 2010 web cast series</title><link>http://technetcambodia.net/blogs/maria/archive/2010/02/03/exchange-2010-web-cast-series.aspx</link><pubDate>Wed, 03 Feb 2010 20:27:35 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:82</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/evalcenter/dd185495.aspx" target="_blank"&gt;&lt;img style="border-right-width:0px;margin:0px 10px 0px 0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" align="left" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/image_5F00_30BA7F76.png" width="240" height="155" /&gt;&lt;/a&gt; Last month a series of webcasts covering &lt;a href="http://technet.microsoft.com/en-us/exchange/default.aspx" target="_blank"&gt;Exchange Server 2010&lt;/a&gt; was kicked off. Some of them, like “&lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?culture=en-US&amp;amp;EventID=1032438992&amp;amp;CountryCode=US" target="_blank"&gt;Introducing Exchange Server 2010&lt;/a&gt;” is now available on demand and some is still scheduled to happen throughout February and March. Check out the full list on the &lt;a href="http://msexchangeteam.com/archive/2010/02/01/453922.aspx" target="_blank"&gt;Exchange Web&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;On this site you also find “How Do I?” videos, short demos showing a specific scenario, like 3 parts around &lt;a href="http://technet.microsoft.com/en-us/exchange/ee906645.aspx" target="_blank"&gt;Migrating from Exchange 2007 to Exchange 2010&lt;/a&gt;.&lt;/p&gt;  &lt;p&gt;Download the &lt;a href="http://technet.microsoft.com/en-us/evalcenter/dd185495.aspx" target="_blank"&gt;Eval version of Exchange 2010&lt;/a&gt; now and experience the product yourself.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=82" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Exchange+Server+2010/default.aspx">Exchange Server 2010</category></item><item><title>Still running the Windows 7 RC? Expiration is getting closer…</title><link>http://technetcambodia.net/blogs/maria/archive/2010/02/02/still-running-the-windows-7-rc-expiration-is-getting-closer.aspx</link><pubDate>Tue, 02 Feb 2010 17:05:08 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:81</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;On March 1st, the Release Candidate of Windows 7 will start to shut down every two hours until the expiration date June 1st. If you’re still not ready to move to a released version of Windows 7 you can install the &lt;a href="http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=wtcfeed" target="_blank"&gt;90-day trial&lt;/a&gt;. We recommend a clean install to replace the Release Candidate.&lt;/p&gt;  &lt;p&gt;Check of the &lt;a href="http://windowsteamblog.com/blogs/windows7/archive/2010/02/01/important-reminder-regarding-expiration-of-the-windows-7-rc.aspx" target="_blank"&gt;Windows Blog&lt;/a&gt; for more information on how to move from Windows 7 RC, together with technical resources on deployment.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=81" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Windows+7/default.aspx">Windows 7</category></item><item><title>Security Bulletin for IE6 vulnerability is released</title><link>http://technetcambodia.net/blogs/maria/archive/2010/01/22/security-bulletin-for-ie6-vulnerability-is-released.aspx</link><pubDate>Fri, 22 Jan 2010 16:33:07 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:78</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Referring to my &lt;a href="http://technetcambodia.net/blogs/maria/archive/2010/01/18/running-ie6-upgrade-today-to-prevent-attacks.aspx" target="_blank"&gt;blog post&lt;/a&gt; a few days ago, a Security update for this vulnerability in IE6 is now released. More information about Bulletin MS10-002 &lt;a href="http://blogs.technet.com/msrc/archive/2010/01/21/bulletin-ms10-002-released.aspx" target="_blank"&gt;here&lt;/a&gt; and you can also watch a on-demand web cast &lt;a href="http://msevents.microsoft.com/CUI/WebCastEventDetails.aspx?EventID=1032440628&amp;amp;EventCategory=5&amp;amp;culture=en-US&amp;amp;CountryCode=US" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=78" width="1" height="1"&gt;</description></item><item><title>Running IE6? Upgrade today to prevent attacks!</title><link>http://technetcambodia.net/blogs/maria/archive/2010/01/18/running-ie6-upgrade-today-to-prevent-attacks.aspx</link><pubDate>Mon, 18 Jan 2010 21:39:25 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:76</guid><dc:creator>maria</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;If you’re still running IE6 it’s definitely time to upgrade. Last week some exploits targeting Internet Explorer 6 were made public and we also released a Security Advisor describing this; &lt;a href="http://www.microsoft.com/technet/security/advisory/979352.mspx" target="_blank"&gt;Microsoft Security Advisor 979352&lt;/a&gt;. Later versions of IE are not effected because of the improved security features. Here is an official statement from us:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;b&gt;&lt;i&gt;Microsoft is aware of public exploit code released that impacts customers using Internet Explorer 6. Customers using Internet Explorer 8 are not affected by currently known attacks and exploits due to the improved security protections in IE8. We recommend that all customers immediately upgrade to Internet Explorer 8.&amp;#160; Customers should also consider applying the workarounds and mitigations provided in the Security Advisory.&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;i&gt;Internet Explorer 8 is available at &lt;/i&gt;&lt;/b&gt;&lt;a href="http://www.microsoft.com/ie"&gt;&lt;b&gt;&lt;i&gt;http://www.microsoft.com/ie&lt;/i&gt;&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;i&gt; &lt;/i&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;i&gt;Microsoft teams are continuing to work around the clock on an update and we will take appropriate action to protect customers when the update has met the quality bar for broad distribution. That may include releasing the update out-of-band.&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;i&gt;&lt;/i&gt;&lt;/b&gt;&lt;/p&gt;    &lt;p&gt;&lt;b&gt;&lt;i&gt;More information including the &lt;a href="http://www.microsoft.com/technet/security/advisory/979352.mspx"&gt;Microsoft Security Advisory 979352&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;&lt;b&gt;&lt;i&gt; and enhanced security features available in Internet Explorer 8&lt;/i&gt;&lt;/b&gt; &lt;b&gt;&lt;i&gt;are&lt;/i&gt;&lt;/b&gt; &lt;b&gt;&lt;i&gt;available at: &lt;a href="http://blogs.technet.com/msrc"&gt;Microsoft Security Response Center (MSRC) blog&lt;/a&gt;&lt;/i&gt;&lt;/b&gt;.&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;You also find some information comparing how this affects browsers and platform in &lt;a href="http://blogs.technet.com/srd/archive/2010/01/15/assessing-risk-of-ie-0day-vulnerability.aspx" target="_blank"&gt;this&lt;/a&gt; blog post.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=76" width="1" height="1"&gt;</description><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Security/default.aspx">Security</category><category domain="http://technetcambodia.net/blogs/maria/archive/tags/Internet+Explorer/default.aspx">Internet Explorer</category></item><item><title>Windows 7 Application Compatibility list for IT Pros</title><link>http://technetcambodia.net/blogs/maria/archive/2009/11/23/windows-7-application-compatibility-list-for-it-pros.aspx</link><pubDate>Tue, 24 Nov 2009 00:51:04 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:75</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Do you want to know what applications are compatible with Windows 7, which ones are not and which ones you need updates for? You can now &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=890e522e-e39e-4278-aebc-186f81e29173&amp;amp;displaylang=en#QuickInfoContainer" target="_blank"&gt;download&lt;/a&gt; a list with the products that have met the Windows 7 Logo Program testing. Since this changes constantly, you can always get the latest information on the &lt;a href="http://www.microsoft.com/windows/compatibility/windows-7/en-us/default.aspx" target="_blank"&gt;Windows 7 Compatibility Center&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=75" width="1" height="1"&gt;</description></item><item><title>Exchange Server 2010</title><link>http://technetcambodia.net/blogs/maria/archive/2009/11/09/exchange-server-2010.aspx</link><pubDate>Tue, 10 Nov 2009 05:53:41 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:74</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Yesterday at TechEd Berlin we announced that Exchange Server 2010 has reached RTM status! Learn more about Exchange 2010 at the &lt;a href="http://www.microsoft.com/exchange/2010/en/us/default.aspx" target="_blank"&gt;Exchange website&lt;/a&gt;, here you can also download a &lt;a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=05741f65-2a7b-4070-879f-d74208d6171d&amp;amp;displaylang=en" target="_blank"&gt;Trial version&lt;/a&gt;, watch a &lt;a href="http://www.microsoft.com/events/series/tnexchangeserver.aspx?tab=webcasts" target="_blank"&gt;Web Cast&lt;/a&gt; or do a &lt;a href="http://www.microsoft.com/events/series/tnexchangeserver.aspx?tab=virtuallabs" target="_blank"&gt;Virtual Lab&lt;/a&gt;. Exchange Server is also a part of our &lt;a href="http://vepexp.microsoft.com/thenewefficiency" target="_blank"&gt;New Efficiency Virtual Launch&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;To read what others has to say, check of our &lt;a href="http://www.microsoft.com/exchange/2010/en/us/news-and-reviews.aspx" target="_blank"&gt;News and Reviews&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;img alt="Home" src="http://i.microsoft.com/global/exchange/2010/en/us/PublishingImages/logo-header-e2010.gif" width="400" height="80" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=74" width="1" height="1"&gt;</description></item><item><title>Windows 7, Windows 2008 R2, Exchange Server 2010 Official Launch in Cambodia @ Naga</title><link>http://technetcambodia.net/blogs/sampathperera/archive/2009/11/04/windows-7-windows-2008-r2-exchange-server-2010-official-launch-in-cambodia-naga.aspx</link><pubDate>Wed, 04 Nov 2009 06:22:00 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:73</guid><dc:creator>Sampath Perera</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;&amp;nbsp;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;The new efficiency technology stack will be launched in Cambodia 21&lt;sup&gt;st&lt;/sup&gt; November form 9AM to 6PM at Nagaworld Resorts Phnom Penh. There will be lots of existing things happening including an IT exhibition. &lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;All geeks are welcome&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;For more information or registration visit: &lt;/b&gt;&lt;a href="https://www.clicktoattend.com/invitation.aspx?code=142847"&gt;&lt;b&gt;https://www.clicktoattend.com/invitation.aspx?code=142847&lt;/b&gt;&lt;/a&gt;&lt;b&gt;&lt;/b&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=73" width="1" height="1"&gt;</description></item><item><title>Get Windows 7 now!</title><link>http://technetcambodia.net/blogs/maria/archive/2009/10/22/get-windows-7-now.aspx</link><pubDate>Fri, 23 Oct 2009 04:31:26 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:72</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Now you can finally get your hand on your own copy of &lt;a href="http://www.microsoft.com/windows/windows-7/default.aspx" target="_blank"&gt;Windows 7&lt;/a&gt;. There has been Launch activities going on around the world and soon they will come to you. &lt;/p&gt;  &lt;p&gt;Until then, you can download a &lt;a href="http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=wtcfeed" target="_blank"&gt;90-Day Trial version&lt;/a&gt;, attend the &lt;a href="http://vepexp.microsoft.com/thenewefficiency" target="_blank"&gt;Virtual Launch Events&lt;/a&gt; or check out all the &lt;a href="http://edge.technet.com/Tags/Windows+7/" target="_blank"&gt;Windows 7 content on TechNet EDGE&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=72" width="1" height="1"&gt;</description></item><item><title>The New Efficiency is here!</title><link>http://technetcambodia.net/blogs/maria/archive/2009/09/29/the-new-efficiency-is-here.aspx</link><pubDate>Tue, 29 Sep 2009 23:27:05 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:71</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;&lt;a href="http://vepexp.microsoft.com/thenewefficiency" target="_blank"&gt;&lt;img style="border-right-width:0px;margin:0px 15px 0px 0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="image" border="0" alt="image" align="left" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/image_5F00_03403B26.png" width="182" height="152" /&gt;&lt;/a&gt; A few hours ago we kicked of the Virtual Launch event for “&lt;a href="http://vepexp.microsoft.com/thenewefficiency" target="_blank"&gt;The New Efficiency&lt;/a&gt;” with a keynote session from Steve Ballmer. I was sleeping so didn’t catch it live but of course it was recorded for you to watch whenever it suites you. Except for the keynote, there are tons of other sessions divided in themes such as Discover The Optimized Desktop, Learn More About The Optimized Server, Considers Unified Communications and Explore Business Ready Security. Each theme has several sessions with a recorded presentation, possibility to download slides or transcript and also links to more content.&lt;/p&gt;  &lt;p&gt;There is also a partner section where you can watch presentations, find information and connect with them.&lt;/p&gt;  &lt;p&gt;I really like this format of learning and with all the available content you can keep busy for several days!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=71" width="1" height="1"&gt;</description></item><item><title>Windows 7 90 Day Trial available</title><link>http://technetcambodia.net/blogs/maria/archive/2009/09/02/windows-7-90-day-trial-available.aspx</link><pubDate>Thu, 03 Sep 2009 02:50:07 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:70</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Keen to try out Windows 7 now when it’s ready? Now you can &lt;a href="http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=wtcfeed"&gt;download&lt;/a&gt; a 90 day trial of Windows 7 to play around with so you’re fully prepared and ready by the end of October when it will be available for everyone to buy. For those of you with a TechNet Subscription, I hope you know you can already get the full version without any time limit.&lt;/p&gt;  &lt;p&gt;The full announcement of the Trial availability can be found on the &lt;a href="http://windowsteamblog.com/blogs/springboard/archive/2009/09/01/windows-7-enterprise-90-day-evaluation-now-available.aspx" target="_blank"&gt;Springboard Blog&lt;/a&gt;, together with a lot of resources. Don’t forget to check the &lt;a href="http://social.technet.microsoft.com/Forums/en/category/w7itpro,windowsvistaitpro,windowsxpitpro/" target="_blank"&gt;Windows 7 Forums&lt;/a&gt; for questions and answers.&lt;/p&gt;  &lt;p&gt;&lt;a href="http://technet.microsoft.com/en-us/evalcenter/cc442495.aspx?ITPID=wtcfeed"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="728x90_SpringboardSeriesWindows7Trial" border="0" alt="728x90_SpringboardSeriesWindows7Trial" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/728x90_5F00_SpringboardSeriesWindows7Trial_5F00_6B00420B.jpg" width="617" height="77" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=70" width="1" height="1"&gt;</description></item><item><title>Get up to 25% discount on Certifications</title><link>http://technetcambodia.net/blogs/maria/archive/2009/09/02/get-up-to-25-discount-on-certifications.aspx</link><pubDate>Thu, 03 Sep 2009 02:46:30 GMT</pubDate><guid isPermaLink="false">42a02cf1-7504-43a7-93ea-a7b4b73152c3:69</guid><dc:creator>maria</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Form today until December 31st 2009 you will get up to 25% discount on &lt;a href="http://www.microsoft.com/learning/en/us/certification/cert-overview.aspx"&gt;Microsoft Certifications&lt;/a&gt; exams. This is a perfect opportunity for you if you want to move into a new career in IT or just strengthen your skills and specialize within your current area. Depending on what exam you want to take you get 15%, 20% or 25% discount. You can for example get a 15% discount on &lt;a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-680"&gt;Exam 70-680&lt;/a&gt;: TS: Windows 7 Configuring or 25% discount on &lt;a href="http://www.microsoft.com/learning/en/us/exam.aspx?ID=70-646&amp;amp;locale=en-us"&gt;Exam 70-646&lt;/a&gt;: PRO: Windows Server 2008, Server Administrator. You find all the details around discounts and how to sign up &lt;a href="http://www.microsoft.com/learning/en/us/offers/career.aspx" target="_blank"&gt;here&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.microsoft.com/learning/en/us/offers/career.aspx"&gt;&lt;img style="border-right-width:0px;display:inline;border-top-width:0px;border-bottom-width:0px;border-left-width:0px;" title="MSL-699x130" border="0" alt="MSL-699x130" src="http://technetcambodia.net/cfs-file.ashx/__key/CommunityServer.Blogs.Components.WeblogFiles/maria/MSL699x130_5F00_6BD1C02B.jpg" width="640" height="120" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://technetcambodia.net/aggbug.aspx?PostID=69" width="1" height="1"&gt;</description></item></channel></rss>
