Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 662 Bytes

SetPnPWeb.md

File metadata and controls

24 lines (22 loc) · 662 Bytes

#Set-PnPWeb Sets properties on a web ##Syntax

Set-PnPWeb [-SiteLogoUrl <String>]
           [-AlternateCssUrl <String>]
           [-Title <String>]
           [-Description <String>]
           [-MasterUrl <String>]
           [-CustomMasterUrl <String>]
           [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
AlternateCssUrl String False
CustomMasterUrl String False
Description String False
MasterUrl 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.