Cmdlets for Microsoft SharePoint

Build 24.0.9175

AddList

Creates a list on a SharePoint site.

Input

Name Type Required Description
Name String True The name of the list on the SharePoint server.
Template String True The name of the template to use for the list creation.

The allowed values are GenericList, DocumentLibrary, Survey, Links, Announcements, Contacts, Events, Tasks, DiscussionBoard, PictureLibrary, DataSources, WebTemplateCatalog, UserInformation, WebPartCatalog, ListTemplateCatalog, XMLForm, MasterPageCatalog, NoCodeWorkflows, WorkflowProcess, WebPageLibrary, CustomGrid, DataConnectionLibrary, WorkflowHistory, GanttTasks, Meetings, Agenda, MeetingUser, Decision, MeetingObjective, TextBox, ThingsToBring, HomePageLibrary, Posts, Comments, Categories, IssueTracking, AdminTasks.

The default value is GenericList.

Description String False The description of the list to add.
Columns String False The definition of the columns to add, support json/xml/tempTable

Result Set Columns

Name Type Description
Success Boolean Indicates whether the operation was successful or not.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175