Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 540 Bytes

File metadata and controls

20 lines (16 loc) · 540 Bytes

#Add-SPOWikiPage Adds a wiki page ##Syntax

Add-SPOWikiPage -Content <String> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]
Add-SPOWikiPage -Layout <WikiPageLayout> -ServerRelativePageUrl <String> [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
Content String True
Layout WikiPageLayout True
ServerRelativePageUrl String True
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.