This is my third blog post in the Automating SharePoint Online using PowerShell + CSOM Series. In the last article we saw how to authenticate against SharePoint Online site and how to access Web and List using PowerShell + CSOM. Here is the blog post.
Automating SharePoint Online Tasks (O365) using PowerShell + CSOM – Part 1
Automating SharePoint Online Tasks (O365) using PowerShell + CSOM – Part 2
Just reiterate, we are going to create site columns and content types and then adding site columns to content type and then finally adding content type to list.
So in this blog post I am going to show you how to write a code to create a Content Types using PowerShell and CSOM.
Continue reading “Automating SharePoint Online Tasks (O365) using PowerShell + CSOM – Part 3”