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

Read More
Conference Rooms Reservation Solution for SharePoint. Integrating SharePoint with Exchange.

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

Read More
How to import data from a CSV file into a SharePoint using the Client Object model

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

Read More
“The SDDL string contains an invalid sid or a sid that cannot be translated” error in SharePoint 2013