spo folder get¶
Gets information about the specified folder
Usage¶
m365 spo folder get [options]
Options¶
-u, --webUrl <webUrl>
- The URL of the site where the folder is located
-f, --folderUrl <folderUrl>
- Site-relative URL of the folder
-h, --help
- output usage information
--query [query]
- JMESPath query string. See http://jmespath.org/ for more information and examples
-o, --output [output]
- Output type.
json,text
. Defaulttext
--verbose
- Runs command with verbose logging
--debug
- Runs command with debug logging
Remarks¶
If no folder exists at the specified URL, you will get a Please check the folder URL. Folder might not exist on the specified URL
error.
Examples¶
Get folder properties for folder with site-relative url '/Shared Documents' located in site https://contoso.sharepoint.com/sites/project-x
m365 spo folder get --webUrl https://contoso.sharepoint.com/sites/project-x --folderUrl '/Shared Documents'