Cmdlets for Microsoft SharePoint

Build 25.0.9434

Schema Parameter (Connect-SharePoint Cmdlet)

Specifies the type of schema the provider uses for connecting to Microsoft SharePoint.

Syntax

Connect-SharePoint -Schema string

Possible Values

SOAP, REST

Data Type

cstr

Default Value

"SOAP"

Remarks

The Schema property determines which Microsoft SharePoint API the cmdlet uses to retrieve and manage data. The available options include:

  • SOAP — Uses the Microsoft SharePoint SOAP API. This schema is suitable for legacy environments and supports certain features not available in the REST API.
  • REST — Uses the Microsoft SharePoint REST API. This schema is often recommended for newer environments and supports modern REST-based operations.

This is a required parameter.

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