Skip to content

Commit 8e5b881

Browse files
Release v3.0.7 (#17)
Co-authored-by: Adam-it <[email protected]>
1 parent d38b141 commit 8e5b881

File tree

7 files changed

+2232
-2165
lines changed

7 files changed

+2232
-2165
lines changed

data/samples.json

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3491,6 +3491,30 @@
34913491
"m365 logout"
34923492
]
34933493
},
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+
},
34943518
{
34953519
"title": "Find Web Part in Pages e.g., Twitter Web Part",
34963520
"url": "https://pnp.github.io/script-samples/spo-find-web-part-in-pages/README.html",
@@ -5536,6 +5560,29 @@
55365560
"Invoke-PnPSPRestMethod"
55375561
]
55385562
},
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+
},
55395586
{
55405587
"title": "How to Hide the 'See All' Button in the Highlighted Content Web Part",
55415588
"url": "https://pnp.github.io/script-samples/spo-update-highlightcontentwebpart-seeall/README.html",
@@ -5579,6 +5626,26 @@
55795626
"Invoke-PnPBatch"
55805627
]
55815628
},
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+
},
55825649
{
55835650
"title": "Update web part properties on modern pages",
55845651
"url": "https://pnp.github.io/script-samples/spo-update-modern-webpart-properties/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.6",
5+
"version": "3.0.7",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)