#Set-SPOWeb Sets properties on a web ##Syntax
Set-SPOWeb [-SiteLogoUrl <String>] [-AlternateCssUrl <String>] [-Title <String>] [-Web <WebPipeBind>]##Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| AlternateCssUrl | String | False | |
| SiteLogoUrl | String | False | |
| Title | String | False | |
| Web | WebPipeBind | False | The web to apply the command to. Omit this parameter to use the current web. |