|
2902 | 2902 | "type": "powershell", |
2903 | 2903 | "tabTag": "#tab/pnpps", |
2904 | 2904 | "authors": [ |
| 2905 | + { |
| 2906 | + "name": "Dan Toft", |
| 2907 | + "pictureUrl": "https://github.com/Tanddant.png" |
| 2908 | + }, |
2905 | 2909 | { |
2906 | 2910 | "name": "Reshmee Auckloo", |
2907 | 2911 | "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
|
3390 | 3394 | "New-PnPList" |
3391 | 3395 | ] |
3392 | 3396 | }, |
| 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 | + }, |
3393 | 3415 | { |
3394 | 3416 | "title": "Export access shared links from SharePoint Library", |
3395 | 3417 | "url": "https://pnp.github.io/script-samples/spo-export-file-shared-links/README.html", |
|
6439 | 6461 | "Get-PnPHubSiteChild" |
6440 | 6462 | ] |
6441 | 6463 | }, |
| 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 | + }, |
6442 | 6483 | { |
6443 | 6484 | "title": "Add document templates to the New dropdown in a document library", |
6444 | 6485 | "url": "https://pnp.github.io/script-samples/spo-update-document-library-templates/README.html", |
|
0 commit comments