Skip to content

Instantly share code, notes, and snippets.

@gautamdsheth
Created October 15, 2018 08:59
Show Gist options
  • Select an option

  • Save gautamdsheth/b7ebf1c2cabdbabfc7fe7336903416c0 to your computer and use it in GitHub Desktop.

Select an option

Save gautamdsheth/b7ebf1c2cabdbabfc7fe7336903416c0 to your computer and use it in GitHub Desktop.
Add OOTB Modern or SPFx webpart on Wiki Page
onnect-PnPOnline "https://tenant.sharepoint.com/sites/Test"
$webpartXML = [IO.File]::ReadAllText("C:\Users\Admin\Desktop\peopleModernWebpart.dwp")
Add-PnPWebPartToWikiPage -ServerRelativePageUrl "/sites/Test/Pages/TestPage.aspx" -Xml $webpartXML -Row 1 -Column 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment