Skip to content

Commit

Permalink
Update spo site set doc
Browse files Browse the repository at this point in the history
  • Loading branch information
reshmee011 committed Oct 5, 2023
1 parent dc3884c commit 9933dc7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions docs/docs/cmd/spo/site/site-set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ m365 spo site set [options]
`--siteLogoUrl [siteLogoUrl]`
: Set the logo for the site collection. This can be an absolute or relative URL to a file on the current site collection.

`--siteThumbnailUrl [siteThumbnailUrl]`
: Set the thumbnail for the site collection. This can be an absolute or relative URL to a file on the current site collection.

`--resourceQuota [resourceQuota]`
: The quota for this site collection in Sandboxed Solutions units

Expand Down Expand Up @@ -184,6 +187,18 @@ Unset the logo on the site
m365 spo site set --url https://contoso.sharepoint.com/sites/sales --siteLogoUrl ""
```

Set the thumbnail on the site

```sh
m365 spo site set --url https://contoso.sharepoint.com/sites/sales --siteThumbnailUrl "/sites/sales/SiteAssets/parker-ms-1200.png"
```

Unset the thumbnail on the site

```sh
m365 spo site set --url https://contoso.sharepoint.com/sites/sales --siteThumbnailUrl ""
```

Lock the site preventing users from accessing it. Wait for the configuration to complete

```sh
Expand Down

0 comments on commit 9933dc7

Please sign in to comment.