The type of schema to use.
Syntax
Connect-SharePoint -Schema string
Possible Values
SOAP, REST
Data Type
cstr
Default Value
"SOAP"
Remarks
The schemas available are REST (to use SharePoint REST API) and SOAP (to use Sharepoint SOAP API).
This is a required parameter.