SharePoint 2016/2013: How To Install SharePoint Client Components SDK

In this article, we will look for another necessary component that we will be required when preparing client machines for CSOM based PowerShell Development.

Microsoft has packaged all the SharePoint Client Side Programming DLLs using “SharePoint <Version> (2013/2016) Client Components” package which is required to start with CSOM based PowerShell Development.

Download  “SharePoint <Version> (2013/2016)  Client Components SDK” from the Microsoft Download website.

https://howtodowithsharepoint.files.wordpress.com/2016/08/2.png?w=800

Choose the version of MSI file depending on the type of Operating System you are using. In my case, we are using 64-bit OS so download the 64-bit version of the MSI file.

https://howtodowithsharepoint.files.wordpress.com/2016/08/3.png?w=800

Once the MSI file has been downloaded, we can start the installation by right-clicking and choose Install option from the menu.

https://howtodowithsharepoint.files.wordpress.com/2016/08/4.png?w=800

Select Next on the next step of the installation wizard.

https://howtodowithsharepoint.files.wordpress.com/2016/08/5.png?w=800

Then click Install.

https://howtodowithsharepoint.files.wordpress.com/2016/08/6.png?w=800

Wait till the installer is getting completed.

https://howtodowithsharepoint.files.wordpress.com/2016/08/7.png?w=800

Once the installation has been completed, there will be new folder structure has been created just like as in SharePoint Server.

You will find all the **SharePoint Client Side Dlls **at the location your machine in ISAPI Folder on your machine as shown below:

https://howtodowithsharepoint.files.wordpress.com/2016/08/8.png?w=800

You can refer these files in your PowerShell scripts that are based on CSOM.

Hope you find it helpful.

Back to Top