Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 641 Bytes

AddSPOPublishingPage.md

File metadata and controls

18 lines (15 loc) · 641 Bytes

#Add-SPOPublishingPage Topic automatically generated on: 2015-10-13

Adds a publishing page ##Syntax

Add-SPOPublishingPage [-Title <String>] -PageName <String> -PageTemplateName <String> [-Publish [<SwitchParameter>]] [-Web <WebPipeBind>]

##Parameters

Parameter Type Required Description
PageName String True
PageTemplateName String True
Publish SwitchParameter False Publishes the page. Also Approves it if moderation is enabled on the Pages library.
Title String False
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.