Can we migrate SharePoint 2010 web portal to Office 365? - sharepoint-2010

Hi I have a SharePoint Farm Solution developed in SharePoint 2010, We have a requirement to migrate it from SharePoint 2010 to office 365.
Is it possible to migrate it without any difficulty or it is not recommended to migrate SharePoint 2010 to Office 365.

You can not directly use the farm solution in office 365, as Farm solutions are not supported in office 365/SharePoint Online. Please see this reference link: https://community.office365.com/en-us/f/156/t/232435
You will have to transform the farm solution in app model and then you will get the same functionality in office 365.
Click Here to see more about the transformation of Farm solutions to App Model.
Note: It's not mandatory that you use Apps only for this. You can use other approaches as well i.e. JSOM, OOTB etc.. It depends on the functionality of your farm solution.

Related

Migration of SharePoint to Confluence

Does anybody know an easy way to migrate a SharePoint 2010 data to Confluence 6.3?
You might explore Enterprise Bridge which fully automates migration of content from SharePoint 2010 to Confluence 6.3.

can i publish outlook add-ins which target 2010, 2013 versions of outlook on the online office store

I am planning to develop a outlook add-in which will work with the desktop version of outlook 2010 and 2013.
Can i publish it on the online office store (https://store.office.com/) or is it that the store only allows submission of office 365 apps???
I tried looking at the store's documentation but it does not mention anything on the topic.
I have tried contacting Microsoft support but they seem to have no clue.
You can't publish COM add-ins to the Office store.
COM add-ins (like any other Windows desktop applications) can be published to the Windows store.
Office Store only accepts JS based addins. COM addins for the desktop versions of Outlook cannot be distributed though the store.

How to install Excel Services on Sharepoint 2010 Enterprise Client Access License?

I have a farm installation of Sharepoint 2010 Server with Enterprise Client Access License. I want to publish an excel workbook to a document library on my site, but I am unable to do so. When I go to Central Admin -> Manage Service Applications, I do not see a service application for Excel Services and its not available under the New menu there either. Kindly let me know how to install Excel Services on my Server.
Make sure you have SharePoint 2010 Server and not SharePoint 2010 Foundation.

Microsoft Learning Gateway - MLG Deployment on Sharepoint 2010

I have installed MOSS 2010 on Windows Server 2008 R2, and also MLG installed on Sharepoint server 2010. but when i try to create School Portal Site it generates error.
I want to know is MLG - Microsoft Learning Gateway support / configure on Sharepoint 2010 ?.
Thank in advance
I hope I understand your question correctly Saifal - you were not able to create a site based on a template from the Microsoft Learning Gateway kit?
AFAIK is the Learning Gateway not yet available for Sharepoint 2010, so I don't know how you were even able to install it.
The Learning Gateway codeplex site is only for Sharepoint 2007, the Microsoft UK site only lists availability for Sharepoint 2007.

Deploy custom code to Sharepoint 2010 remotely?

I'm relatively new at creating custom content for Sharepoint 2010 and have been having some difficulty understanding how to get non-design related components (ie. web parts, custom classes, ...) into a Sharepoint site. I have created a new visual web part on the company's development server and deployed it successfully from Visual Studio 2010 and also packaged the solution into a WSP file.
What is the best way to go about getting that web part onto the production server? There is currently no Visual Studio install on the production server but from searching around I get the feeling that it might be possible to do this remotely using Powershell or STSADM. Has anyone faced a similar situation?
Use PowerShell. Stsadm is considered to be obsolete and is included in SharePoint 2010 only for backwards compatibility with SharePoint 2007. So, since you are new to SharePoint, pretend Stsadm doesn't even exist.
My PowerShell scripts keep evolving, but they are based on samples from Ted Pattison:
Chapter 2: SharePoint Foundation Development (scroll down to Using Windows PowerShell Scripts to Automate Tasks in Visual Studio)
PowerShell Boot Camp for SharePoint Professionals