You are here: Home

sp 2010 warmup script

Posted by ssa
No Comments »

http://www.paulswider.com/2010/02/tip-for-sharepoint-2010-presentations.html

SP2010 Tip: Content Query Web Part missing in SharePoint 2010

Posted by ssa
No Comments »

If you don’t see content query web part listed in the web parts list, this is because you have not enabled “Search Server Web Parts” feature in site collection features. Enable this feature and content query web part will show in the list of web parts.

content query web part

content query web part

Download 2010 Information Worker Demo VM

Posted by ssa
No Comments »

http://www.microsoft.com/downloads/details.aspx?FamilyID=0c51819b-3d40-435c-a103-a5481fe0a0d2&displaylang=en

Download contains two virtual machines for evaluating and demonstrating Office 2010 and SharePoint 2010.

List of SharePoint Templates – Types

Posted by ssa
1 Comment »

RT leonzandman #spsemea More here: http://bit.ly/6UD7ho

Full URL: http://blogs.technet.com/araviraj/archive/2008/06/18/sharepoint-templates-types.aspx

SharePoint Template IDs for creating lists, etc using Powershell scripts

Posted by ssa
No Comments »

Taken from Steve Smith’s session @ SPSEMEA:
Template IDs

Template IDs

Sandboxed Solutions Via @jthake

Posted by ssa
No Comments »

http://www.sharepointdevwiki.com/display/sp2010/SharePoint+Sandboxed+Solutions

Create content db and web application with PS script

Posted by ssa
1 Comment »

#spsemea #sp2010 @ssmith

$db=new-contentdatabase -name “sps_evolution” -webapplication http:///corp.trainsbydave.com; new-spsite-url http://bit.ly/6eeXcT  -name “e site” -description “description here” -owneralias “domain\user” -contentdatabase $db -template “STS#0″

Taken from Steve Smith’s session @ SPSEMEA

SharePoint 2010 and Powershell

Posted by ssa
No Comments »

Slides/photos taken from Claudio Brotto’s session  @ SPSEMEA:

Developing custom cmdlets:
http://tweetphoto.com/9357859

Administering SP2010 2ith PS:
http://tweetphoto.com/9358120

SharePoint cmdlets:
http://tweetphoto.com/9358201

SharePoint cmdlets gotchas:
http://tweetphoto.com/9358256

Cmdlets for reporting in SharePoint:
http://tweetphoto.com/9358594

SharePoint Saturday EMEA

Posted by ssa
1 Comment »

If you have not registered for this great online event, do it now. Following is the login information for different channels. There are three channels. You can watch 3 presentations side by side at the same time.

http://www.endusersharepoint.com/2010/01/23/login-information-for-sharepoint-saturday-emea/

Live chat has also been setup:

http://www.endusersharepoint.com/EUSPChat/

You can switch channels from the drop down in the chat window. Interact with other attendees in real time.

Installing and configuring SharePoint 2010

Posted by ssa
9 Comments »

Download complete user guide “Installing and Configuring SharePoint 2010″:http://sharepoint2007tips.com/sharepoint2010book.aspx

 

Installing and configuring SharePoint 2010

Installing and configuring SharePoint 2010

The following steps show how to install SharePoint 2010 on VMware workstation 7.0. Host computer used during the preparation of this walk-through was a Vista (32-bit)  machine and guest machine used was VMware workstation 7.0 with Windows Server 2008 Service Pack 2 (64-bit).

Preparing your machine

Is your machine 64-bit compatible? Download following standalone utility from vmware.com that will check if your processor is 64-bit compatible or not:

http://download3.vmware.com/software/wkst/VMware-guest64check-6.0.0-45731.exe

If your machine is 64-bit compatible then second step is to confirm whether Virtualization Technology (VT) is enabled or not. To enable 64-bit support for virtual machines in VMware, you must enable Virtualization Technology (VT). VT provides greater flexibility and maximum system utilization. With VT, your machine will make the most of its underlying hardware. You can enable VT in the BIOS by going to advanced processor features and enabling Intel Virtualization Technology. The VT setting is locked at power on. After enabling VT in BIOS, save changes to the BIOS settings and then turn off power to the system. Your changes take effect when the system is turned on again. Simply rebooting the system without turning it off will not enable VT. This is called as power cycling the system.

Installation

 1. Install VMware
2. Install Windows Server 2008
3. Change computer name
4. Disable IE security
5. Install Active Directory Domain Services
6. Create an account for SQL
7. Install WCF Hotfix

http://go.microsoft.com/fwlink/?linkID=160770

8. Install .NET Framework 3.5 SP 1

http://www.microsoft.com/downloads/details.aspx?FamilyID=AB99342F-5D1A-413D-8319-81DA479AB0D7

9. Install hotfix (KB942288)
10. Install SQL Server 2008

http://www.microsoft.com/SQLserver/2008/en/us/trial-software.aspx

Download following setup package:

en_sql_server_2008_enterprise_x86_x64_ia64_dvd_x14-89207.iso (3,180,582 KB)

11. Install SQL Server 2008 SP 1

http://www.microsoft.com/downloads/details.aspx?familyid=66AB3DBB-BF3E-4F46-9559-CCC6A4F9DC19&displaylang=en

12. Install Cumulative update package 2 for SQL Server 2008 SP1

http://support.microsoft.com/kb/970315

 13. Install ADOMD.NET

http://go.microsoft.com/fwlink/?LinkId=130651&clcid=0×409

14. Install Geneva Framework 2 Beta

http://download.microsoft.com/download/F/3/D/F3D66A7E-C974-4A60-B7A5-382A61EB7BC6/MicrosoftGenevaFramework.amd64.msi

15. Install Microsoft Sync Framework v1.0

http://go.microsoft.com/fwlink/?LinkID=141237&clcid=0×409

16. Install Microsoft Filter Pack v2.0

http://go.microsoft.com/fwlink/?LinkId=166504

17. Install chart controls for .NET Framework 3.5

http://go.microsoft.com/fwlink/?LinkID=141512

18. Install Powershell v2.0 CTP3

http://go.microsoft.com/fwlink/?LinkId=165758

19. Install ADO.NET Data Services v1.5 CTP2

http://go.microsoft.com/fwlink/?LinkId=158354

20. Install Silverlight 3.0

http://go.microsoft.com/fwlink/?LinkId=166506

21. Install Application server and web server roles
22. Install SharePoint 2010

http://sharepoint2010.microsoft.com/try-it/Pages/Trial.aspx

It is not as easy as it seems. Finding correct links to download the pre-requisite software is the first hurdle. Then the ordering in which the software has to be installed is the second hurdle. What hotfixes are required and where to download them from is another issue. If you get stuck in any of the steps above, and need help, I would suggest you download the following user guide that explains each of the above steps in detail and has screenshots to help you complete the steps easily.

http://sharepoint2007tips.com/sharepoint2010book.aspx

The guide consists of 100+ pages and covers everything you need to know about the SharePoint 2010 installation.

 Look at the following questions to figure out if you need this guide or not:

1. How will you know if your machine is 64-bit compatible and ready for SharePoint 2010 installation?
2. If you are running 32 bit OS on your system, how will you install 64 bit SharePoint 2010 software?
3. If you don’t have hyper-V or don’t want to use hyper-V, what are your other options?
4. From where can you download VMware version that is required for SP 2010 installation?
5. How to prepare your machine for SharePoint 2010 installation? How to enable VT in BIOS? What to do if changes in BIOS do not take effect, etc?
6. What software pre-requisites to install and in what order?

http://sharepoint2007tips.com/sharepoint2010book.aspx