Skip to content

Commit 0584ebc

Browse files
Release v3.0.37 (#71)
Co-authored-by: Adam-it <[email protected]>
1 parent be78359 commit 0584ebc

File tree

7 files changed

+3003
-2962
lines changed

7 files changed

+3003
-2962
lines changed

data/samples.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2902,6 +2902,10 @@
29022902
"type": "powershell",
29032903
"tabTag": "#tab/pnpps",
29042904
"authors": [
2905+
{
2906+
"name": "Dan Toft",
2907+
"pictureUrl": "https://github.com/Tanddant.png"
2908+
},
29052909
{
29062910
"name": "Reshmee Auckloo",
29072911
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
@@ -3390,6 +3394,24 @@
33903394
"New-PnPList"
33913395
]
33923396
},
3397+
{
3398+
"title": "Export duplicate files from SharePoint Online",
3399+
"url": "https://pnp.github.io/script-samples/spo-export-duplicate-files/README.html",
3400+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-duplicate-files/README.md",
3401+
"description": "Export duplicate files from SharePoint Online document libraries.",
3402+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-duplicate-files/assets/preview.png",
3403+
"type": "powershell",
3404+
"tabTag": "#tab/pnpps",
3405+
"authors": [
3406+
{
3407+
"name": "Dan Toft",
3408+
"pictureUrl": "https://github.com/Tanddant.png"
3409+
}
3410+
],
3411+
"tags": [
3412+
"<Cmdlets-Used>"
3413+
]
3414+
},
33933415
{
33943416
"title": "Export access shared links from SharePoint Library",
33953417
"url": "https://pnp.github.io/script-samples/spo-export-file-shared-links/README.html",
@@ -6439,6 +6461,25 @@
64396461
"Get-PnPHubSiteChild"
64406462
]
64416463
},
6464+
{
6465+
"title": "Update Content type from Hub on sites",
6466+
"url": "https://pnp.github.io/script-samples/spo-update-contentype-from-hub/README.html",
6467+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-contentype-from-hub/README.md",
6468+
"description": "This script will update a specific Content type from the Hub on the sites where it is used",
6469+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-contentype-from-hub/assets/preview.png",
6470+
"type": "powershell",
6471+
"tabTag": "#tab/pnpps",
6472+
"authors": [
6473+
{
6474+
"name": "Kasper Larsen",
6475+
"pictureUrl": "https://github.com/kasperbolarsen.png"
6476+
}
6477+
],
6478+
"tags": [
6479+
"Get-PnPContentType",
6480+
"Add-PnPContentTypesFromContentTypeHub"
6481+
]
6482+
},
64426483
{
64436484
"title": "Add document templates to the New dropdown in a document library",
64446485
"url": "https://pnp.github.io/script-samples/spo-update-document-library-templates/README.html",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pnp-powershell-extension",
33
"displayName": "PnP PowerShell extension",
44
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.36",
5+
"version": "3.0.37",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)