|
3491 | 3491 | "m365 logout"
|
3492 | 3492 | ]
|
3493 | 3493 | },
|
| 3494 | + { |
| 3495 | + "title": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs", |
| 3496 | + "url": "https://pnp.github.io/script-samples/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.html", |
| 3497 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.md", |
| 3498 | + "description": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs which will help maintain oversight of SPFx package installation, ensuring they are up-to-date and compliant.", |
| 3499 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/assets/preview.png", |
| 3500 | + "type": "powershell", |
| 3501 | + "tabTag": "#tab/pnpps", |
| 3502 | + "authors": [ |
| 3503 | + { |
| 3504 | + "name": "Reshmee Auckloo", |
| 3505 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3506 | + } |
| 3507 | + ], |
| 3508 | + "tags": [ |
| 3509 | + "modern", |
| 3510 | + "Connect-PnPOnline", |
| 3511 | + "Get-PnPTenantSite", |
| 3512 | + "Get-PnPSiteCollectionAppCatalog", |
| 3513 | + "Invoke-PnPSPRestMethod", |
| 3514 | + "Get-PnPWeb", |
| 3515 | + "Get-PnPApp" |
| 3516 | + ] |
| 3517 | + }, |
3494 | 3518 | {
|
3495 | 3519 | "title": "Find Web Part in Pages e.g., Twitter Web Part",
|
3496 | 3520 | "url": "https://pnp.github.io/script-samples/spo-find-web-part-in-pages/README.html",
|
|
5536 | 5560 | "Invoke-PnPSPRestMethod"
|
5537 | 5561 | ]
|
5538 | 5562 | },
|
| 5563 | + { |
| 5564 | + "title": "Update SharePoint Site Logo and Thumbnail", |
| 5565 | + "url": "https://pnp.github.io/script-samples/spo-update-branding-sitelogo-thumbnail/README.html", |
| 5566 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-branding-sitelogo-thumbnail/README.md", |
| 5567 | + "description": "Update SharePoint Site Logo and Thumbnail.", |
| 5568 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-branding-sitelogo-thumbnail/assets/preview.png", |
| 5569 | + "type": "powershell", |
| 5570 | + "tabTag": "#tab/pnpps", |
| 5571 | + "authors": [ |
| 5572 | + { |
| 5573 | + "name": "Reshmee Auckloo", |
| 5574 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 5575 | + } |
| 5576 | + ], |
| 5577 | + "tags": [ |
| 5578 | + "modern", |
| 5579 | + "Connect-PnPOnline", |
| 5580 | + "Add-PnPFile", |
| 5581 | + "Get-PnPFile", |
| 5582 | + "Set-PnPWebHeader", |
| 5583 | + "Get-PnPHubSiteChild" |
| 5584 | + ] |
| 5585 | + }, |
5539 | 5586 | {
|
5540 | 5587 | "title": "How to Hide the 'See All' Button in the Highlighted Content Web Part",
|
5541 | 5588 | "url": "https://pnp.github.io/script-samples/spo-update-highlightcontentwebpart-seeall/README.html",
|
|
5579 | 5626 | "Invoke-PnPBatch"
|
5580 | 5627 | ]
|
5581 | 5628 | },
|
| 5629 | + { |
| 5630 | + "title": "Update a SharePoint list item without changing the Modified By and Modified fields", |
| 5631 | + "url": "https://pnp.github.io/script-samples/spo-update-list-item-as-system/README.html", |
| 5632 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-list-item-as-system/README.md", |
| 5633 | + "description": "Demonstrates how to update a SharePoint list item without changing the Modified By and Modified fields using PnP PowerShell.", |
| 5634 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-update-list-item-as-system/assets/preview.png", |
| 5635 | + "type": "powershell", |
| 5636 | + "tabTag": "#tab/pnpps", |
| 5637 | + "authors": [ |
| 5638 | + { |
| 5639 | + "name": "Guido Zambarda", |
| 5640 | + "pictureUrl": "https://github.com/GuidoZam.png" |
| 5641 | + } |
| 5642 | + ], |
| 5643 | + "tags": [ |
| 5644 | + "Connect-PnPOnline", |
| 5645 | + "Disconnect-PnPOnline", |
| 5646 | + "Set-PnPListItem" |
| 5647 | + ] |
| 5648 | + }, |
5582 | 5649 | {
|
5583 | 5650 | "title": "Update web part properties on modern pages",
|
5584 | 5651 | "url": "https://pnp.github.io/script-samples/spo-update-modern-webpart-properties/README.html",
|
|
0 commit comments