Let’s begin by taking a look at the “managed metadata navigation” feature. One of the big challenges to navigation inside SharePoint is that it needs to be set up in each site. This causes a problem if any of the links are removed because then I need to go in each site and delete or update the links
As usual, when I embark on a PowerShell project it’s always a learning curve. One might think with all PowerShell’s flexibility, you could just use PowerShell’s” export-csv” command with an array and be on your merry way. It never turns out to be that easy. While working on a PowerShell script for SharePoint 2013 to
1. Error: Unable to properly communicate workflow service. Resolution : Re-installed workflow manager by removing FQDN(servername.domainname) with Service Bus 1.0 cumulative update 1. Do not use FQDN (fully qualified domain name). Ex: SP2013DEV01.Contoso.com à SP2013DEV01\SP2013DEV01 Reference: For Install and Uninstall Workflow Manager http://technet.microsoft.com/en-us/library/jj193448 2. Error : Create designer WF for testing. When you trying to publishing
An enterprise client recently asked us to create a solution for reserving company conference rooms. The client is a technically savvy company with numerous offices throughout the country and 5-6 conference rooms at each location. The challenge was for employees who were constantly traveling from one office to another to be able to find a
A sample powershell script to import a CSV data into a list after deleting the existing items using the client object model. $csv = Import-CSV data.csv $siteUrl = “https://office365 url” $listName = “listName” $userName = “username” $password = Read-Host -Prompt “Enter password” -AsSecureString $ctx = New-Object Microsoft.SharePoint.Client.ClientContext($siteUrl) $credentials = New-Object Microsoft.SharePoint.Client.SharePointOnlineCredentials($userName, $password) $context = New-Object
If you plan to install standalone SharePoint 2013 server on workgroup machine (not part of domain), there is additional prerequisite you need to do, or you will have error in SharePoint configuration wizard with comment “The SDDL string contains an invalid sid or a sid that cannot be translated”. Steps are: Add the account for
Hi All, I have been working with SharePoint for some time now and came across something new. which is always interesting. When I say new, I appreciate that there may be certain cave men out there who are aware of what I am about to say already, so put that club down. If you were
Main selling point Versioning has always been one of the main selling points for SharePoint Document Management. At least, that’s what I always use as an, there are more of course, argument for storing documents in SharePoint instead of file shares. While I was preparing my presentation about Best Practices: Document Management in SharePoint 2013
In this blog post I will be covering 2 very important topics both related to developing cool PowerShell scripts for your SharePoint 2013 farm environments. The first topic that will be covered by this post is the ability to create Graphical User Interfaces with PowerShell. You need to understand that PowerShell is built on top
Document Sets are awesome! During my assignment at an asset manager in the Netherlands, I really started to appreciate the power of Document Sets in SharePoint. I never really was a big fan (not sure why exactly) and never used them. One of my colleagues from the Intranet Team showed me the benefits and now
Page [tcb_pagination_current_page] of [tcb_pagination_total_pages]