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
Before using an SPList we need to check whether that specific list name exists in the web or site. To do this use this method in C#: public static bool ListExists(SPWeb web, string listName) { return web.Lists.Cast<SPList>().Any(list => string.Equals(list.Title, listName)); }
Suppose the Share Point ListField DateTime Field needs to update programmatilcally as default value as Today . Below is the code for the updating Today as the Default Value. using (SPSite site = new SPSite(“http://Sitename/”)) { using (SPWeb web = spsiteObj.OpenWeb()) { SPList list = web.Lists[“list”]; Guid id=list.ID; SPField dateTime = list.Fields[“dateTimeField”];
We recently went from Wss 3.0 to SPS 2013 Enterprise. One of the welcome features by the users was the ability to “multi-author” documents. In our Proposal Development area, they would chop up a document and pass out sections to writers. They would then return them to a single person who would reconstruct the document
We have an anonymous SharePoint 2010 Publishing site with a custom master page. We are getting an error each time the clients content editors edit the page “There was an error processing the request”. After some investigation with Fidler we found this down to an ajax/JSON call made on the page from the managed metadata
After installing SharePoint, you start noticing some health warnings in Central Administration which tell you that you shouldn’t use built-in accounts for application pools or service identities. For SharePoint 2013, 2 of the services which you will find running typically under a built-in account are: SharePoint Tracing Service (SPTraceV4) Distributed Cache Service (AppFabricCachingService) It’s actually pretty easy to
Your SharePoint lists are all set up and they are full of interesting data – but until that data is presented in an aggregated fashion, it will be pretty difficult to make it useful. Your users need to be able to compare, contrast, create ad hoc reports and assess the information. Your high level folks
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]
