Skip to main content

spo folder move

Moves a folder to another location

Usage

m365 spo folder move [options]

Options

-u, --webUrl <webUrl>

The URL of the site where the folder is located

-s, --sourceUrl <sourceUrl>

The server- or site-relative URL of the folder to move

-t, --targetUrl <targetUrl>

Server-relative URL where to move the folder

--allowSchemaMismatch

Ignores any missing fields in the target destination and moves the folder anyway

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is full.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

When you move a folder using the spo folder move command, all of the document versions are moved.

Examples

Move folder to a document library in another site collection

m365 spo folder move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceUrl /Shared%20Documents/MyFolder --targetUrl /sites/test2/Shared%20Documents/

Move folder to a document library in the same site collection

m365 spo folder move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceUrl /Shared%20Documents/MyFolder --targetUrl /sites/test1/HRDocuments/

Move folder to a document library in another site collection. Allow for schema mismatch

m365 spo file move --webUrl https://contoso.sharepoint.com/sites/test1 --sourceUrl /Shared%20Documents/sp1.pdf --targetUrl /sites/test2/Shared%20Documents/ --allowSchemaMismatch

More information

CTRL + M