Forum Discussion

Robbert van Andel's avatar
Robbert van Andel
Brass Contributor
Dec 07, 2017
Solved

Error adding navigation link to SharePoint site

I have a powershell script that automates the creation of an Office 365 group and configures the associated SharePoint site.  The following code adds a link to the left navigation of the site.  $ct...
  • Robbert van Andel's avatar
    Dec 08, 2017

    I ended up posting this somewhere else thinking it was deleted since I didn't see it after posting.  The answer was simple

     

    Add-PnPNavigationNode -Location "QuickLaunch" -Title "Link" -url $Linkurl

Resources