Monday, October 22, 2012
Sunday, July 29, 2012
Classic Authentication in SharePoint 2013
In SharePoint 2013 (Preview), claims-based authentication is the default and preferred method of user authentication and is required to take advantage of server-to-server authentication and app authentication. If you create a Web Application in Central Administration, by default it’ll be based on claims authentication. The use of classic mode authentication (Windows classic authentication) is discouraged in SharePoint 2013 Preview and you can only create or configure web applications for classic mode authentication with Windows PowerShell cmdlets.
Create a Web Application that uses Classic Authentication in PowerShell
New-SPWebApplication -Name <Name> -ApplicationPool <ApplicationPool> -AuthenticationMethod <WindowsAuthType> -ApplicationPoolAccount <ApplicationPoolAccount> -Port <Port> -URL <URL>
< WindowsAuthType > is either “NTLM” or “Kerberos”. Kerberos is recommended.
Example:
New-SPWebApplication -Name "WhiteKnight Inc" -ApplicationPool "ContosoAppPool" -AuthenticationMethod "Kerberos" -ApplicationPoolAccount (Get-SPManagedAccount "WhiteKnight\SPServiceApp") -Port 80 -URL "https://www.whiteknight.com
Wednesday, February 15, 2012
SharePoint Formulas and Functions
While working with a SharePoint List, I wanted to add couple of Columns with Formulas and I came across the below url from Microsoft.
“Formulas are equations that perform calculations on values in a list. A formula starts with an equal sign (=).”
“Functions are predefined formulas that perform calculations by using specific values, called arguments, in a particular order, or structure. Functions can be used to perform simple or complex calculations. For example, the ROUND function rounds off a number in the Cost column.”
Friday, February 3, 2012
Export and Import a SharePoint List
This was a requirement one of my clients faced few days back. So I thought of writing blog post on it so anybody can refer to it when needed .
Exporting a SharePoint List can be done with the OOB feature given in SharePoint Central Administration.
Central Administration >> Backup and Restore >> Export a site or list
In the above image you can see…
1. You can backup a site
2. You can backup a list
3. It supports of exporting with full security
4. Exporting with the item versioning (Major / Minor / Both / Current)
OK fine exporting can be done through the UI. How about Importing? Time to move on to PowerShell. Prior to that let’s see how to achieve the Exporting through PowerShell.
Export-SPWeb “http://spdev:4422/netassist/” –ItemUrl “Lists/Students” –Path “C":\SharePoint Backup\StudentsList.cmp”
Now the Importing.. (I’ve used a SubSite “network” for the clarity)
PS C:\Users\SPAdmin> Import-SPWeb “http://spdev4422/netassist/network/” -Path "
C:\SharePoint Backup\StudentsList.cmp"
Monday, January 30, 2012
Looking back at SharePoint Sri Lanka User Group
2011 was a successful year for the SharePoint community in Sri Lanka. Few of us with the help of Microsoft, started the SharePoint Sri Lanka User Group. I will never forget the great help and encouragement received from Dinesh Priyankara and Gogula in making this dream come true. Oh! special thanks goes to Wellington Perera. Thanks all who contributed by conducting sessions and to all who attended and making each session a success.
I gave a promise of giving T-Shirts to the first 10 users. Let’s see, what if someone sponsors to give T-shirts to the first 100 users .
Keep on counting… it’s 2012, we have a lot planned for you.
Let’s continue…
Yep, It’s more than 6 months since my last blog post. It wasn’t a break!! and on excuse accepted too!! But I was doing a lot of offline contribution to the SharePoint community in Sri Lanka by hosting sessions, doing trainings and providing consultancy. And not to forget the contribution made towards the success of SharePoint Sri Lanka User Group.
I’m back on my blog… Want to continue sharing my knowledge, my experience from projects with the Online Community. Lets continue…
Wednesday, June 22, 2011
www.iusesharepoint.com
Ah, driving adoption. We know it can be tough to get a team to change its ways. But you don't have to resort to wearing disguises like our SharePoint champion. Use this handy kit to send the message: life is easier with SharePoint 2010.
Want to get your team using SharePoint?
Here are two ways to download and deploy:
Download the Lunch & Learn SharePoint Adoption Kit.
The Lunch & Learn kit contains all the materials you need to promote SharePoint within your organization. The kit includes instructions, templates, videos, quick reference cards and more to help you deploy an internal SharePoint resource site - a place to access SharePoint information and tools, and connect around the best part of the day: lunch. Download this kit to show your team how SharePoint makes life, and lunch, a little better.
Download this handy Adoption Kit.
Build an Adoption Kit that's right for you.
If your organization already has an established learning center, you can download individual pieces to post to and promote the destination that works best for you. These standalone pieces can be used to add interesting and helpful training content to your organization's site and to drive SharePoint learning and adoption. Choose to download one or more of these resources, like webisodes, Show Me How videos, quick reference cards, poster templates, table tents and more.
