<?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>Alpesh Nakar&#039;s Blog &#187; SharePoint</title>
	<atom:link href="http://alpesh.nakars.com/blog/category/sharepoint/feed/" rel="self" type="application/rss+xml" />
	<link>http://alpesh.nakars.com/blog</link>
	<description>SharePoint Consultant&#039;s Notes From The Field</description>
	<lastBuildDate>Tue, 27 Mar 2012 00:00:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Delete SharePoint 2010 Search Service Application</title>
		<link>http://alpesh.nakars.com/blog/delete-sharepoint-2010-search-service-application/</link>
		<comments>http://alpesh.nakars.com/blog/delete-sharepoint-2010-search-service-application/#comments</comments>
		<pubDate>Tue, 27 Mar 2012 00:00:38 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
				<category><![CDATA[2010]]></category>
		<category><![CDATA[HowTo]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Administrator]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/?p=1769</guid>
		<description><![CDATA[<p>This post has been in draft since last 2 years and would probably not see the light of the day if it had not been for me having to delete the SharePoint 2010 Search Service Application couple of times recently using this technique&#8230; I have had this &#8220;consistent&#8221; experience of not being able to delete [...]</p><p><a href="http://alpesh.nakars.com/blog/delete-sharepoint-2010-search-service-application/">Delete SharePoint 2010 Search Service Application</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>
Related posts:<ol>
<li><a href='http://alpesh.nakars.com/blog/sharepoint-change-service-account-passwords/' rel='bookmark' title='SharePoint: Change Service Account Passwords'>SharePoint: Change Service Account Passwords</a></li>
<li><a href='http://alpesh.nakars.com/blog/trial-period-expired-in-search-server-express-2010/' rel='bookmark' title='Trial Period Expired in Search Server Express 2010'>Trial Period Expired in Search Server Express 2010</a></li>
<li><a href='http://alpesh.nakars.com/blog/installation-guide-for-wss-application-templates/' rel='bookmark' title='SharePoint: Installation Guide for Application Templates'>SharePoint: Installation Guide for Application Templates</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This post has been in draft since last 2 years and would probably not see the light of the day if it had not been for me having to delete the SharePoint 2010 Search Service Application couple of times recently using this technique&#8230;</p>
<p>I have had this &#8220;consistent&#8221; experience of not being able to delete the Search Service Applicaiton from Central Administration</p>
<p>Remove-SPServiceApplication -id [] should do the trick&#8230; but if it doesn&#8217;t &#8211; our good old STSADM will nail it. Thanks to a forum post I had seen then&#8230; STSADM works everytime&#8230;</p>
<p>Here is the solution</p>
<p>Get -SPServiceApplication</p>
<p>Grab the Search Service Application id – [for example] 30b15b57-6bec-46b5-990d-541d99bab53b</p>
<p>then use this</p>
<p>Stsadm -o deleteconfigurationobject -id 30b15b57-6bec-46b5-990d-541d99bab53b (Preferred over the next method of PowerShell)</p>
<p>or</p>
<p>Remove-SPServiceApplication -id [id of Search Service Application] -confirm:$false -RemoveData</p>
<p>That’s it!</p>
<p>Related posts:</p><ol>
<li><a href='http://alpesh.nakars.com/blog/sharepoint-change-service-account-passwords/' rel='bookmark' title='SharePoint: Change Service Account Passwords'>SharePoint: Change Service Account Passwords</a></li>
<li><a href='http://alpesh.nakars.com/blog/trial-period-expired-in-search-server-express-2010/' rel='bookmark' title='Trial Period Expired in Search Server Express 2010'>Trial Period Expired in Search Server Express 2010</a></li>
<li><a href='http://alpesh.nakars.com/blog/installation-guide-for-wss-application-templates/' rel='bookmark' title='SharePoint: Installation Guide for Application Templates'>SharePoint: Installation Guide for Application Templates</a></li>
</ol><p><a href="http://alpesh.nakars.com/blog/delete-sharepoint-2010-search-service-application/">Delete SharePoint 2010 Search Service Application</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>]]></content:encoded>
			<wfw:commentRss>http://alpesh.nakars.com/blog/delete-sharepoint-2010-search-service-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Office 365?</title>
		<link>http://alpesh.nakars.com/blog/why-office-365/</link>
		<comments>http://alpesh.nakars.com/blog/why-office-365/#comments</comments>
		<pubDate>Wed, 24 Aug 2011 01:59:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
				<category><![CDATA[Office365]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://alpesh.nakars.com/blog/why-office-365/</guid>
		<description><![CDATA[<p>Why not? To continue on our series on Office 365 and then you can decide if you want to move to Office 365 or not. In the previous post, we introduced the concept of the ‘in the cloud’ offering from Microsoft namely Office 365 and what is the offering under the banner of Office 365. [...]</p><p><a href="http://alpesh.nakars.com/blog/why-office-365/">Why Office 365?</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>
Related posts:<ol>
<li><a href='http://alpesh.nakars.com/blog/what-is-office365/' rel='bookmark' title='What is Office365?'>What is Office365?</a></li>
<li><a href='http://alpesh.nakars.com/blog/technet-virtual-lab-2007-microsoft-office-system/' rel='bookmark' title='TechNet Virtual Lab: 2007 Microsoft Office System'>TechNet Virtual Lab: 2007 Microsoft Office System</a></li>
<li><a href='http://alpesh.nakars.com/blog/sharepoint-download-books-for-office-sharepoint-server/' rel='bookmark' title='SharePoint: Download Books for Office SharePoint Server'>SharePoint: Download Books for Office SharePoint Server</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Why not? To continue on our series on <a href="http://www.alpesh.nakars.com/blog/what-is-office365/" target="_blank">Office 365</a> and then you can decide if you want to move to Office 365 or not.</p>
<p>In the previous post, we introduced the concept of the ‘in the cloud’ offering from Microsoft namely Office 365 and what is the offering under the banner of Office 365.</p>
<p>The next question that may pop is “Why Office 365?”</p>
<p><span id="more-2061"></span>
<p>In my opinion, there is no competition for Office 365. Simply nothing. If you start looking at some of the freebies or alternatives, it is not justified at all – since no one offers what Office 365 offers – namely </p>
<ul>
<li>Office Web Apps&#160; – Office Suite of Applications in the cloud </li>
<li>Exchange Online -&#160; Email and Calendar – in the cloud with Microsoft Exchange 2010 </li>
<li>SharePoint Online &#8211; In the cloud using SharePoint! PLUS create your web site with SharePoint Online and you can have a presence in minutes! </li>
<li>Lync&#160; &#8211; Connect, message and meet virtually using Lync Online </li>
<li>Office 2010 Professional Plus – licensed per user, pay by the month [plan dependent] </li>
</ul>
<p>Can there be any comparison? I won’t even get ‘fruits’ in this equation if you know what I mean… </p>
<p>The benefits to move to the cloud with Office 365 are far too many to list here, but if we look at a high level overview, take either Exchange or SharePoint on premise &#8211; design, deployment, maintenance and upgrade overheads your head and wallet will go for a spin!</p>
<p>I’ll take SharePoint as a micro case study…. without going into the detailed planning, design, deployment ….&#160; </p>
<p>I&#8217;ll skip the planning, design stages of the project &#8211; because you need to do that even if you are moving to the cloud, else it will be more messier then on-premise deployment. </p>
<p>So getting down to the deployment, after planning and design stage &#8211; it&#8217;s very easy to get started with SharePoint Online as compared to SharePoint On-Premise! It&#8217;s as easy as signing up for the service, provision the site collection(s) / sites (as per the design), add users (pay as you go for the users accessing the services) and off you go&#8230; all these in couple of hours, subject to a very well documented plan and design is in place.</p>
<p>Compute the time and costs involved in the case of </p>
<ul>
<li>Procuring and commissioning the hardware </li>
<li>Deployment </li>
<li>Maintenance </li>
</ul>
<p>Compare this with getting started with the online solution</p>
<ul>
<li>Sign up </li>
<li>Add Users ( I am not taking the federated route here, to keep it simple) </li>
<li>Assign Licenses for Services </li>
<li>Provision site collections / sites </li>
</ul>
<p>You literally don&#8217;t have to worry about scalability, reliability and the infrastructure overheads! It&#8217;s all Microsoft&#8217;s headache now! If it breaches SLA, you get credit for the same!</p>
<p>Sure, online solution does not offer everything just yet and you could go in for a hybrid solution or wait &#8230; </p>
<p>Check out some of the external resources that will clear out the ‘cloud’ of doubt as to “Why Office 365?”</p>
<p><a href="http://www.computerworld.com/s/article/9216887/Why_We_Chose_Exchange_Online_Not_Google_Apps">http://www.computerworld.com/s/article/9216887/Why_We_Chose_Exchange_Online_Not_Google_Apps</a>     <br /><a href="http://blogs.msdn.com/b/socal-sam/archive/2011/05/12/google-docs-openoffice-versus-office-365.aspx">http://blogs.msdn.com/b/socal-sam/archive/2011/05/12/google-docs-openoffice-versus-office-365.aspx</a>     <br /><a href="http://www.lookscloudy.com/2011/05/good-luck-google-docs">http://www.lookscloudy.com/2011/05/good-luck-google-docs</a>     <br /><a href="http://www.itproportal.com/2011/06/07/office-365-sky-view/">http://www.itproportal.com/2011/06/07/office-365-sky-view/</a></p>
<p>Most geeks I know, have already signed for the small business plan offered in <a href="http://justsharepoint.com/office365" target="_blank">Office 365</a> – costs $6.00 per month and the value for money well spent is in </p>
<ul>
<li>Office Web Apps – Office Suite of Applications in the cloud </li>
<li>Exchange Online &#8211; Email and Calendar – in the cloud with Microsoft Exchange 2010 </li>
<li>SharePoint Online &#8211; In the cloud using SharePoint! PLUS create your web site with SharePoint Online and you can have a presence in minutes! </li>
<li>Lync &#8211; Connect, message and meet virtually using Lync Online </li>
<p> <!--EndFragment--></ul>
<p>Sure, you don’t get enterprise features of SharePoint Online, but for $6.00 this is a steal!</p>
<p>I have migrated from BPOS to Office 365 and forthcoming blog posts in a series will help you move to Office 365 from BPOS, because at the time of writing this post, Microsoft don’t have any tools or mechanisms in place to help you move! Stay tuned because I already have scheduled the posts to go live over a span of couple of weeks.</p>
<p>Related posts:</p><ol>
<li><a href='http://alpesh.nakars.com/blog/what-is-office365/' rel='bookmark' title='What is Office365?'>What is Office365?</a></li>
<li><a href='http://alpesh.nakars.com/blog/technet-virtual-lab-2007-microsoft-office-system/' rel='bookmark' title='TechNet Virtual Lab: 2007 Microsoft Office System'>TechNet Virtual Lab: 2007 Microsoft Office System</a></li>
<li><a href='http://alpesh.nakars.com/blog/sharepoint-download-books-for-office-sharepoint-server/' rel='bookmark' title='SharePoint: Download Books for Office SharePoint Server'>SharePoint: Download Books for Office SharePoint Server</a></li>
</ol><p><a href="http://alpesh.nakars.com/blog/why-office-365/">Why Office 365?</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>]]></content:encoded>
			<wfw:commentRss>http://alpesh.nakars.com/blog/why-office-365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft Tech.Ed India 2011 Session Videos Available</title>
		<link>http://alpesh.nakars.com/blog/microsoft-tech-ed-india-2011-session-videos-available/</link>
		<comments>http://alpesh.nakars.com/blog/microsoft-tech-ed-india-2011-session-videos-available/#comments</comments>
		<pubDate>Fri, 29 Jul 2011 18:00:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Community]]></category>

		<guid isPermaLink="false">http://alpesh.nakars.com/blog/microsoft-tech-ed-india-2011-session-videos-available/</guid>
		<description><![CDATA[<p>This year in March, 2011 I presented two sessions at Microsoft Tech.Ed India 2011 Edition in Bangalore and it was a great to connect with the Indian Tech Community! You can read more about my experience at Microsoft Tech.Ed India 2011 here and I had shared my conference slides here. The videos are now available [...]</p><p><a href="http://alpesh.nakars.com/blog/microsoft-tech-ed-india-2011-session-videos-available/">Microsoft Tech.Ed India 2011 Session Videos Available</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>
Related posts:<ol>
<li><a href='http://alpesh.nakars.com/blog/i-am-speaking-at-microsoft-tech-ed-india-2011/' rel='bookmark' title='I am speaking at Microsoft Tech.Ed India 2011'>I am speaking at Microsoft Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/my-view-of-tech-ed-india-2011/' rel='bookmark' title='My View of Tech.Ed India 2011'>My View of Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/session-slides-from-past-conferences/' rel='bookmark' title='Session Slides From Past Conferences'>Session Slides From Past Conferences</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This year in March, 2011 I presented two sessions at Microsoft Tech.Ed India 2011 Edition in Bangalore and it was a great to connect with the Indian Tech Community! You can read more about my experience at Microsoft Tech.Ed India 2011 here and I had shared my conference slides here.</p>
<p><span id="more-2058"></span><strong>The videos are now available to download and view</strong>.
<p>Here is the link to download and view all the <a href="http://www.microsoft.com/india/teched2011/tech-sessions.aspx" target="_blank">session videos and presentations</a>.</p>
<p>And here is the link to download and view two sessions that I presented. <strong>[Update: Videos are now available]</strong></p>
<p>Session # 1 </p>
<p>SharePoint Designer 2010: Top 10 things to know   <br />Download Video    <br /><a href="http://download.microsoft.com/download/5/D/3/5D36BBA7-BBAB-41D2-8627-459B4560BBBD/VTS_01_1.VOB">Part1</a> | <a href="http://download.microsoft.com/download/5/D/3/5D36BBA7-BBAB-41D2-8627-459B4560BBBD/VTS_01_2.VOB">Part2</a> | <a href="http://download.microsoft.com/download/5/D/3/5D36BBA7-BBAB-41D2-8627-459B4560BBBD/VTS_01_3.VOB">Part3</a></p>
<p><a href="http://download.microsoft.com/download/C/D/B/CDBB2CBF-9D56-496F-BBC5-A5BD391312FA/TechEd_India_2011_SPD_2010_Top_10.pptx">Download Presentation</a></p>
<p>Session # 2</p>
<p>Backup and Restore for SharePoint 2010: Protecting Mission Critical SharePoint Data with new tools and technologies</p>
<p>Download Video   <br /><a href="http://download.microsoft.com/download/E/8/B/E8B4DA05-13BC-4142-87B7-A3DDB4F62A4F/VTS_01_1.VOB">Part1</a> | <a href="http://download.microsoft.com/download/E/8/B/E8%204DA05-13BC-4142-87B7-A3DDB4F62A4F/VTS_01_2.VOB">Part2</a> | <a href="http://download.microsoft.com/download/E/8/B/E8B4DA05-13BC-4142-87B7-A3DDB4F62A4F/VTS_01_3.VOB">Part3</a></p>
<p><a href="http://download.microsoft.com/download/C/D/B/CDBB2CBF-9D56-496F-BBC5-A5BD391312FA/TechEdIndia_2011_Backup_and_Restore_SharePoint_2010.pptx">Download Presentation</a></p>
<p>Related posts:</p><ol>
<li><a href='http://alpesh.nakars.com/blog/i-am-speaking-at-microsoft-tech-ed-india-2011/' rel='bookmark' title='I am speaking at Microsoft Tech.Ed India 2011'>I am speaking at Microsoft Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/my-view-of-tech-ed-india-2011/' rel='bookmark' title='My View of Tech.Ed India 2011'>My View of Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/session-slides-from-past-conferences/' rel='bookmark' title='Session Slides From Past Conferences'>Session Slides From Past Conferences</a></li>
</ol><p><a href="http://alpesh.nakars.com/blog/microsoft-tech-ed-india-2011-session-videos-available/">Microsoft Tech.Ed India 2011 Session Videos Available</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>]]></content:encoded>
			<wfw:commentRss>http://alpesh.nakars.com/blog/microsoft-tech-ed-india-2011-session-videos-available/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Applying WIM To VHD</title>
		<link>http://alpesh.nakars.com/blog/applying-wim-to-vhd/</link>
		<comments>http://alpesh.nakars.com/blog/applying-wim-to-vhd/#comments</comments>
		<pubDate>Thu, 07 Jul 2011 10:35:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
				<category><![CDATA[HowTo]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Administrator]]></category>
		<category><![CDATA[SharePoint Installation]]></category>
		<category><![CDATA[SharePoint Resources]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/applying-wim-to-vhd/</guid>
		<description><![CDATA[<p>This is a continuation of the series Re Imaging SharePoint VMs on the fly. Now that you have captured your bootable virtual hard drive that was prepared for SharePoint Installation, you can apply that to another active partition or a virtual hard drive and then install whichever flavour of SharePoint you please! As seen in [...]</p><p><a href="http://alpesh.nakars.com/blog/applying-wim-to-vhd/">Applying WIM To VHD</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>
Related posts:<ol>
<li><a href='http://alpesh.nakars.com/blog/capturing-vhd-to-wim/' rel='bookmark' title='Capturing VHD To WIM'>Capturing VHD To WIM</a></li>
<li><a href='http://alpesh.nakars.com/blog/create-a-bootable-vhd/' rel='bookmark' title='Create a bootable VHD'>Create a bootable VHD</a></li>
<li><a href='http://alpesh.nakars.com/blog/attach-vhd-and-boot-os-in-hyper-v/' rel='bookmark' title='Attach VHD and boot OS in Hyper-V'>Attach VHD and boot OS in Hyper-V</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a continuation of the series <a href="http://www.alpesh.nakars.com/blog/reimaging-sharepoint-vms-on-the-fly/" target="_blank">Re Imaging SharePoint VMs</a> on the fly.</p>
<p>Now that you have captured your bootable <a href="http://www.alpesh.nakars.com/blog/preparing-virtual-machine-for-sharepoint-installation/" target="_blank">virtual hard drive that was prepared for SharePoint Installation</a>, you can apply that to another active partition or a virtual hard drive and then install whichever flavour of SharePoint you please!</p>
<p>As seen in the earlier post, <a href="http://www.alpesh.nakars.com/blog/capturing-vhd-to-wim/" target="_blank">capturing a virtual hard drive to create a Windows Image File</a> is time consuming (compared to taking a snapshot in VMWare or Hyper-V) and memory intensive as well, however the advantage is that you can leverage on bare metal power – like having dual boot or multi-boot environment on your laptop.</p>
<p><span id="more-1932"></span></p>
<p>So let’s apply the Windows Image File to the virtual hard disk or you could this another partition as well.</p>
<p><a href="http://img.nakars.com/anblog/clip_image0012.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border: 0px;" title="clip_image001" src="http://img.nakars.com/anblog/clip_image001_thumb2.png" alt="clip_image001" width="670" height="201" border="0" /></a></p>
<p>This completes the series &amp; I hope it has been of value to you.</p>
<p>Related posts:</p><ol>
<li><a href='http://alpesh.nakars.com/blog/capturing-vhd-to-wim/' rel='bookmark' title='Capturing VHD To WIM'>Capturing VHD To WIM</a></li>
<li><a href='http://alpesh.nakars.com/blog/create-a-bootable-vhd/' rel='bookmark' title='Create a bootable VHD'>Create a bootable VHD</a></li>
<li><a href='http://alpesh.nakars.com/blog/attach-vhd-and-boot-os-in-hyper-v/' rel='bookmark' title='Attach VHD and boot OS in Hyper-V'>Attach VHD and boot OS in Hyper-V</a></li>
</ol><p><a href="http://alpesh.nakars.com/blog/applying-wim-to-vhd/">Applying WIM To VHD</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>]]></content:encoded>
			<wfw:commentRss>http://alpesh.nakars.com/blog/applying-wim-to-vhd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Capturing VHD To WIM</title>
		<link>http://alpesh.nakars.com/blog/capturing-vhd-to-wim/</link>
		<comments>http://alpesh.nakars.com/blog/capturing-vhd-to-wim/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 06:00:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
				<category><![CDATA[Resources]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint 2010]]></category>
		<category><![CDATA[SharePoint Administrator]]></category>
		<category><![CDATA[SharePoint Resources]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/capturing-vhd-to-wim/</guid>
		<description><![CDATA[<p>This is a continuation of the series Re Imaging SharePoint VMs on the fly. Once you have finished with the task of preparing the virtual machine, it’s time to create a Windows Image File (WIM) for re-use at a later stage. Navigate to the folder where you have imagex.exe Run this command D:\Virtualisation\imagex.exe /capture m: [...]</p><p><a href="http://alpesh.nakars.com/blog/capturing-vhd-to-wim/">Capturing VHD To WIM</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>
Related posts:<ol>
<li><a href='http://alpesh.nakars.com/blog/create-an-operating-system-vhd-from-dvd/' rel='bookmark' title='Create an Operating System VHD from DVD'>Create an Operating System VHD from DVD</a></li>
<li><a href='http://alpesh.nakars.com/blog/reimaging-sharepoint-vms-on-the-fly/' rel='bookmark' title='Reimaging SharePoint VMs on the fly!'>Reimaging SharePoint VMs on the fly!</a></li>
<li><a href='http://alpesh.nakars.com/blog/create-a-bootable-vhd/' rel='bookmark' title='Create a bootable VHD'>Create a bootable VHD</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>This is a continuation of the series <a href="http://www.alpesh.nakars.com/blog/reimaging-sharepoint-vms-on-the-fly/" target="_blank">Re Imaging SharePoint VMs</a> on the fly.</p>
<p>Once you have finished with the task of <a href="http://www.alpesh.nakars.com/blog/preparing-virtual-machine-for-sharepoint-installation/" target="_blank">preparing the virtual machine</a>, it’s time to create a Windows Image File (WIM) for re-use at a later stage.</p>
<p>Navigate to the folder where you have imagex.exe</p>
<p>Run this command</p>
<p><span id="more-1929"></span></p>
<p>D:\Virtualisation\imagex.exe /capture m: d:\justsharepoint.wim &#8220;NKR&#8221;</p>
<p>Figure here under explains the command</p>
<p><a href="http://img.nakars.com/anblog/image.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://img.nakars.com/anblog/image_thumb.png" border="0" alt="image" width="511" height="64" /></a></p>
<p><strong>/capture m:</strong> = the virtual hard drive where we have installed and configured Windows Server 2008R2, Active Directory,SQL Server 2008 R2 etc. as per the <a href="http://www.alpesh.nakars.com/blog/preparing-virtual-machine-for-sharepoint-installation/" target="_blank">previous post</a>.</p>
<p>Capturing an image is a memory intensive process!</p>
<p><a href="http://img.nakars.com/anblog/image1.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="image" src="http://img.nakars.com/anblog/image_thumb1.png" border="0" alt="image" width="512" height="43" /></a></p>
<p>Of course nothing like taking a snapshot, it is slow to capture but then you get bare metal power!</p>
<p>This image took 22 minutes and 24 seconds.</p>
<p><a href="http://img.nakars.com/anblog/clip_image001.png"><img style="background-image: none; padding-left: 0px; padding-right: 0px; display: inline; padding-top: 0px; border-width: 0px;" title="clip_image001" src="http://img.nakars.com/anblog/clip_image001_thumb.png" border="0" alt="clip_image001" width="517" height="140" /></a></p>
<p>That’s it!</p>
<p>Next post in the series will show you how this can be applied to another partition on the drive or another virtual hard drive.</p>
<p>Related posts:</p><ol>
<li><a href='http://alpesh.nakars.com/blog/create-an-operating-system-vhd-from-dvd/' rel='bookmark' title='Create an Operating System VHD from DVD'>Create an Operating System VHD from DVD</a></li>
<li><a href='http://alpesh.nakars.com/blog/reimaging-sharepoint-vms-on-the-fly/' rel='bookmark' title='Reimaging SharePoint VMs on the fly!'>Reimaging SharePoint VMs on the fly!</a></li>
<li><a href='http://alpesh.nakars.com/blog/create-a-bootable-vhd/' rel='bookmark' title='Create a bootable VHD'>Create a bootable VHD</a></li>
</ol><p><a href="http://alpesh.nakars.com/blog/capturing-vhd-to-wim/">Capturing VHD To WIM</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>]]></content:encoded>
			<wfw:commentRss>http://alpesh.nakars.com/blog/capturing-vhd-to-wim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Session Slides From Past Conferences</title>
		<link>http://alpesh.nakars.com/blog/session-slides-from-past-conferences/</link>
		<comments>http://alpesh.nakars.com/blog/session-slides-from-past-conferences/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 10:00:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
				<category><![CDATA[Community]]></category>
		<category><![CDATA[SharePoint]]></category>
		<category><![CDATA[SharePoint Community]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/?p=1941</guid>
		<description><![CDATA[<p>Yes, I have been very slack in not uploading my slides from last 3 presentations and I have heaps of excuses&#8230; but I will keep the good news in the forthcoming post. These are my session slides from Microsoft Tech.Ed India 2011 sessions and Australian SharePoint Conference 2011. Thank you for a great feedback received [...]</p><p><a href="http://alpesh.nakars.com/blog/session-slides-from-past-conferences/">Session Slides From Past Conferences</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>
Related posts:<ol>
<li><a href='http://alpesh.nakars.com/blog/i-am-speaking-at-microsoft-tech-ed-india-2011/' rel='bookmark' title='I am speaking at Microsoft Tech.Ed India 2011'>I am speaking at Microsoft Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/my-view-of-tech-ed-india-2011/' rel='bookmark' title='My View of Tech.Ed India 2011'>My View of Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/sharepoint-saturday-india/' rel='bookmark' title='Online SharePoint Saturday India&#8211;June 25 2011'>Online SharePoint Saturday India&#8211;June 25 2011</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Yes, I have been very slack in not uploading my slides from last 3 presentations and I have heaps of excuses&#8230; but I will keep the good news in the forthcoming post.</p>
<p>These are my session slides from Microsoft Tech.Ed India 2011 sessions and Australian SharePoint Conference 2011.<span id="more-1941"></span></p>
<p>Thank you for a great feedback received at Microsoft Tech.Ed India. I am particularly pleased with 7.45 / 9.0 for the Backup and Restore session, given the stress I was under with my laptop not working <img src='http://alpesh.nakars.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  just an hour before my session&#8230; read all <a title="My View of Tech.Ed India 2011" href="http://alpesh.nakars.com/blog/my-view-of-tech-ed-india-2011/">about it here</a>.</p>
<p><object id="__sse8349841" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=techedindia2011-backupandrestoresharepoint2010-110506003956-phpapp02&amp;stripped_title=teched-india-2011-backup-and-restore-sharepoint-2010&amp;userName=alpeshnakar" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=techedindia2011-backupandrestoresharepoint2010-110506003956-phpapp02&amp;stripped_title=teched-india-2011-backup-and-restore-sharepoint-2010&amp;userName=alpeshnakar" name="__sse8349841" allowscriptaccess="always" allowfullscreen="true"></embed></object><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><object id="__sse8349841" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=techedindia2011-spd2010top10-110506005105-phpapp01&amp;stripped_title=teched-india-2011-backup-and-restore-sharepoint-2010&amp;userName=alpeshnakar" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=techedindia2011-spd2010top10-110506005105-phpapp01&amp;userName=alpeshnakar" name="__sse8349841" allowscriptaccess="always" allowfullscreen="true"></embed></object><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><object id="__sse8349841" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=backuprestoreauspc2011-110619004327-phpapp02&amp;stripped_title=au-spc-2011-backup-restore-sharepoint-2010&amp;userName=alpeshnakar" /><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><embed type="application/x-shockwave-flash" width="425" height="355" src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=backuprestoreauspc2011-110619004327-phpapp02&amp;stripped_title=au-spc-2011-backup-restore-sharepoint-2010&amp;userName=alpeshnakar" allowfullscreen="true" allowscriptaccess="always" name="__sse8349841"></embed></object><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<div id="__ss_7856006" style="width: 425px;"><strong style="margin: 12px 0px 4px; display: block;"> </strong></div>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script> <script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script> <script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script> <script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script> <script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script> <script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p>&nbsp;</p>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p>&nbsp;</p>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><br />
<script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script><script src="http://b.scorecardresearch.com/beacon.js?c1=7&amp;c2=7400849&amp;c3=1&amp;c4=&amp;c5=&amp;c6="></script></p>
<p>Related posts:</p><ol>
<li><a href='http://alpesh.nakars.com/blog/i-am-speaking-at-microsoft-tech-ed-india-2011/' rel='bookmark' title='I am speaking at Microsoft Tech.Ed India 2011'>I am speaking at Microsoft Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/my-view-of-tech-ed-india-2011/' rel='bookmark' title='My View of Tech.Ed India 2011'>My View of Tech.Ed India 2011</a></li>
<li><a href='http://alpesh.nakars.com/blog/sharepoint-saturday-india/' rel='bookmark' title='Online SharePoint Saturday India&#8211;June 25 2011'>Online SharePoint Saturday India&#8211;June 25 2011</a></li>
</ol><p><a href="http://alpesh.nakars.com/blog/session-slides-from-past-conferences/">Session Slides From Past Conferences</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>]]></content:encoded>
			<wfw:commentRss>http://alpesh.nakars.com/blog/session-slides-from-past-conferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Office365?</title>
		<link>http://alpesh.nakars.com/blog/what-is-office365/</link>
		<comments>http://alpesh.nakars.com/blog/what-is-office365/#comments</comments>
		<pubDate>Sat, 18 Jun 2011 01:59:00 +0000</pubDate>
		<dc:creator>Alpesh</dc:creator>
				<category><![CDATA[Office365]]></category>
		<category><![CDATA[SharePoint]]></category>

		<guid isPermaLink="false">http://www.alpesh.nakars.com/blog/what-is-office365/</guid>
		<description><![CDATA[<p>Office 365 is the online version of the popular Microsoft suite of products that we all use everyday – Office Suite, Exchange, SharePoint and OCS (now Lync). It’s all bundled together and made available online for the organizations to get started with at will.</p><p><a href="http://alpesh.nakars.com/blog/what-is-office365/">What is Office365?</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>
Related posts:<ol>
<li><a href='http://alpesh.nakars.com/blog/life-before-office365/' rel='bookmark' title='Life Before Office365'>Life Before Office365</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Family and friends have been asking me – what does “In the Cloud” mean? To add fuel to the fire, Apple announced iOS5 and the iCloud. First off, these cloud based offerings are not new. Before we get any further, let’s quickly understand this “cloud”.</p>
<h3>What is ‘in the cloud’?</h3>
<p>In the cloud means your data is stored off-site on a managed infrastructure. In other words, you are out-sourcing your infrastructure team, literally! What out-sourcing?!! Yes, what is wrong with that – it’s just the same with your banks, telcos, insurance companies and any other large conglomerates.</p>
<p>It’s all offshore – not literally, maybe.</p>
<p>In short, not on your infrastructure, not managed by you and no overheads so to speak. Just pay the subscription fees by the month or whatever is on offer and you are ready to go!  It’s all hosted for you!<span id="more-1921"></span></p>
<h3>What is Office 365?</h3>
<p>Office 365 is the online version of the popular Microsoft suite of products that we all use everyday – Office Suite, Exchange, SharePoint and OCS (now Lync). It’s all bundled together and made available online for the organizations to get started with at will.</p>
<p><a href="http://justsharepoint.com/office365" target="_blank">Office 365</a> to suit everyone – small business to enterprises:</p>
<ol>
<li>Microsoft Exchange Online – Email &amp; Calendar [25GB mailbox per user]</li>
<li>SharePoint Online –
<ol>
<li>Office Web Apps
<ol>
<li>Microsoft Word,</li>
<li>Microsoft Excel,</li>
<li>Microsoft PowerPoint, and</li>
<li>Microsoft OneNote</li>
</ol>
</li>
<li>SharePoint Sites for collaboration within the organization</li>
<li>Public facing website on SharePoint</li>
</ol>
</li>
<li>Lync Online – Instant Messaging, Video Calls, Online Meetings</li>
<li><strong>Office Professional Plus</strong> – Subscription based Microsoft Office Suite of Applications on your desktop that integrates with the Online offerings – Exchange, SharePoint, Office Web Apps, Lync (<strong>Select Plans Only</strong>)</li>
</ol>
<p> </p>
<p>Why Office 365 and not the competition? Stay tuned for the next one</p>
<p>Related posts:</p><ol>
<li><a href='http://alpesh.nakars.com/blog/life-before-office365/' rel='bookmark' title='Life Before Office365'>Life Before Office365</a></li>
</ol><p><a href="http://alpesh.nakars.com/blog/what-is-office365/">What is Office365?</a> was published on <a href="http://alpesh.nakars.com/blog">Alpesh Nakar&#039;s Blog</a> </br>
<p>

<a href="http://www.anrdoezrs.net/7t75y1A719PVTSYYVQPRQVTZVSX" target="_blank" onmouseover="window.status='http://www.ZAGG.com';return true;" onmouseout="window.status=' ';return true;">Scratch Proof your iPhone. Buy the invisibleSHIELD. Lifetime Guarantee.</a><img src="http://www.awltovhc.com/3566xjnbhf0643996102164A638" width="1" height="1" border="0"/>	
</p></p>]]></content:encoded>
			<wfw:commentRss>http://alpesh.nakars.com/blog/what-is-office365/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

