Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 701 Bytes

SetSPOMasterPage.md

File metadata and controls

25 lines (18 loc) · 701 Bytes

#Set-SPOMasterPage Topic automatically generated on: 2015-10-13

Sets the default master page of the current web. ##Syntax

Set-SPOMasterPage [-MasterPageServerRelativeUrl <String>] [-CustomMasterPageServerRelativeUrl <String>] [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
CustomMasterPageServerRelativeUrl String False
MasterPageServerRelativeUrl String False
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

    PS:> Set-SPOMasterPage -MasterPageServerRelativeUrl /sites/projects/_catalogs/masterpage/oslo.master