Created
January 10, 2019 08:54
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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