Introduction

In this article, you will learn how to create a discussion list with plain text body, programmatically, using CSOM with PowerShell, on SharePoint 2013 / SharePoint Online.

Note: I was facing issues in changing the field type from rich text to plain text for a created discussion board. So, I am sharing my learning here for the developers to easily overcome this issue.

Steps Involved

The following prerequisites need to be executed before going for any operations, using CSOM PowerShell on SharePoint sites.

Create List with Plain Text Property

Summary

Thus, you have learned how to create a discussions board list on a SharePoint site and learned how to change the body field property from rich text to plain text, using CSOM with PowerShell on SharePoint 2013 / SharePoint Online sites.