#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. |