StorageBaseURL Parameter (Connect-CSV Cmdlet)
Specifies the URL of a cloud storage service provider.
Syntax
Connect-CSV -StorageBaseURL string
Data Type
cstr
Default Value
""
Remarks
This connection property is used to specify:
- The URL of a custom S3 service.
- The URL required for the SharePoint SOAP/REST cloud storage service provider.
If the domain for this option ends in -my (for example, https://bigcorp-my.sharepoint.com) then you may need to use the onedrive:// scheme instead of the sp:// or sprest:// scheme.
When connecting to files in a non–root-level SharePoint Online site (for example, under /sites/<your site>/), set this property to the full site path. For example: StorageBaseURL=https://<your domain>.sharepoint.com/sites/<your site>/
Using the full SharePoint site URL ensures the connector can locate files stored in subsites or other non-root-level site structures.