Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 661 Bytes

GetPnPWikiPageContent.md

File metadata and controls

24 lines (20 loc) · 661 Bytes

#Get-PnPWikiPageContent Gets the contents/source of a wiki page ##Syntax

Get-PnPWikiPageContent -ServerRelativePageUrl <String>
                       [-Web <WebPipeBind>]

##Returns

System.String

##Parameters

Parameter Type Required Description
ServerRelativePageUrl String True The server relative URL for the wiki page
Web WebPipeBind False The web to apply the command to. Omit this parameter to use the current web.
##Examples

###Example 1

PS:> Get-PnPWikiPageContent -PageUrl '/sites/demo1/pages/wikipage.aspx'

Gets the content of the page '/sites/demo1/pages/wikipage.aspx'