Today I’m at the SharePoint Best Practices conference. Chris Johnson, MS senior Technical Product Manager presented the keynote speech which covered where SharePoint is today, where it’s going and SharePoint Online 2010 (Office366) expected to launch later this year. Office 365 MS quote “A Service is something you do, not something you ship”, which is a …
Tag Archive: Sharepoint 2010
Permanent link to this article: http://www.tsls.co.uk/index.php/2011/04/11/sharepoint-best-practices-sharepoint-confrence/
Permanent link to this article: http://www.tsls.co.uk/index.php/2011/03/07/ics-launches-new-website-based-on-sharepoint-2010/
Feb
01
SharePoint 2010 Claims to Classic and Classic to Claims
Your running SharePoint 2010 and you want to switch your Authentication Provider between either Claims Based Authentication(CBA) or Classic Authentication, before embarking on changing the authentication provider I would first recommend reading the following technical articles: http://technet.microsoft.com/en-us/library/gg251985.aspx http://technet.microsoft.com/en-us/library/cc262350.aspx#section2 CLASSIC to CLAIMS $webApp = Get-SPWebApplication “http://url” $webApp.UseClaimsAuthentication = $True; $webApp.Update() then run ‘iisreset’ However if you …
Permanent link to this article: http://www.tsls.co.uk/index.php/2011/02/01/sharepoint-2010-claims-to-classic-and-classic-to-claims/