A friend related a conversation he had with a Drupal developer. He asked him what he thought about SharePoint. “I don’t like it one bit,” he replied. When pressed, here are his objections, and how I would have responded: With Drupal, you can start out with a streamlined site and add modules as you need
Last summer, a request came across my desk for a “truly anonymous” SharePoint 2010 survey. The powers that be wanted a mechanism for staff to anonymously deposit a comment destined for “Executive eyes only” (an employee engagement initiative). “Wait a tick”, you say. “SharePoint can do that!” Not really. Yes, you can create a survey
I think SPSecurityTrimmedControl was first available for SharePoint 2007. It is widely used to hide certain Elements based on user permission. In SharePoint 2010 a major improvement was introduced. The new property that made available was the AuthenticationRestriction, which gives you better control for anonymous and authenticated users. The possible values that can be specified are: AllUsers – Access is
SharePoint 2013 apps is one of the coolest feature which everyone wants to have a look into it. After a day or 2 , I managed to configure and install an app into my test site. Before I start looking into developing an app, I would like to record and share my experience in setting
Lets say you are a SharePoint consultant and you are selling the only product – your time. Here I’ll try to show how you can create simple invoicing system. 1. Create Document library. Let’s call it “Invoices”. Add necessary fields (Quantity, Unit Price, Total, Invoice number, Date, Customer, Address .. Don’t forget to allow only
Hi, Today I wanted to talk about Distributed Cache (or also called AppFabrikCache) on SharePoint Server 2013. This new way of caching was originally based on the “Cloud” of Microsoft (Azure) but has been integrated on the On Premise systems of Microsoft. The Distributed Cache can be deployed on 2 different ways Dedicated Mode Collocated
This content has now been archived. If you would like to watch all of our previous conference sessions, on-demand then please visit the : Collab365 Channels.
I recently had an issue with a SharePoint Server 2007 farm where the Search service was completely ignoring an entire document library on one of the sites. It was the only issue that we were aware of at the time and it was very odd. We engaged with Microsoft to try to solve the issue.
Try { $webApplicationURL = $args[0] $featureFolderName = “Web level FeatureName” $webApp = Get-SPWebApplication $webApplicationURL if($webApp -ne $null) { foreach($siteColl in $webApp.Sites) { if($siteColl -ne $null) { foreach($subWeb in $siteColl.AllWebs) { if($subWeb -ne $null) { # Print each Subsite Write-Host $subWeb.Url #Get Feature ID based on the
Suppose one SPList has SPLookUp field which has Relationship with other list Field, when deleting the list it will give error, for this first need get the child list and related Field from the parent list Then delete the related fields from the child list after this delete the child list , now you can
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]