Are you tired of writing many lines of code to perform CRUD (Create, Read. Update, Delete) operations? Let’s take a simple case of trying to read a SharePoint List and add items to it. Normally, you would have to write two functions using CSOM/JSOM/SSOM, such as: ReadList() AddListItem() With the ...

Read More

With the sword of PowerShell, soo many things can be done in SharePoint. This sessions covers the basics of PowerShell and shows some cool one or few line scripts to get many common business requirements. In this session you will learn: PowerShell Basics One Line Scripts in PowerShell PowerShell Scripts ...

Read More