Niklas Goude -Expert in Residence You can use Windows PowerShell to add Text fields to a List in SharePoint 2010. Simply use the Add() method available on a Field Collection. The example below demonstrates how you can add a Text field to the Tasks List, set a Description and set the field as required. Note that the Add() method will allow you to specify the Field’s Name, the Type of Field, and a Boolean value that determines if the field should...