Skip to content

Instantly share code, notes, and snippets.

@OlafD
Created January 10, 2019 08:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OlafD/eab76c22456104dbfdc2edf78dbccfe3 to your computer and use it in GitHub Desktop.
Save OlafD/eab76c22456104dbfdc2edf78dbccfe3 to your computer and use it in GitHub Desktop.
With the PowerShell PnP extensions make jQuery available in the complete site collection in SharePoint Online.
$jsLink = Add-PnPJavaScriptLink -Name "jQuery" -Url "https://code.jquery.com/jquery.min.js" -Sequence 10 -Scope Site
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment