Skip to content

Commit 476cfff

Browse files
Release v3.0.50 (#94)
Co-authored-by: Adam-it <[email protected]>
1 parent 9a4aeee commit 476cfff

File tree

7 files changed

+3389
-3307
lines changed

7 files changed

+3389
-3307
lines changed

data/samples.json

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,27 @@
17621762
"Add-PnPView"
17631763
]
17641764
},
1765+
{
1766+
"title": "Apply site theme",
1767+
"url": "https://pnp.github.io/script-samples/spo-apply-site-theme/README.html",
1768+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-site-theme/README.md",
1769+
"description": "Apply a theme to a specific SharePoint site without adding a tenant theme that would be available for all sites.",
1770+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-site-theme/assets/preview.png",
1771+
"type": "powershell",
1772+
"tabTag": "#tab/pnpps",
1773+
"authors": [
1774+
{
1775+
"name": "Aimery Thomas",
1776+
"pictureUrl": "https://github.com/a1mery.png"
1777+
}
1778+
],
1779+
"tags": [
1780+
"Connect-PnPOnline",
1781+
"Get-PnPAccessToken",
1782+
"Invoke-RestMethod",
1783+
"Disconnect-PnPOnline"
1784+
]
1785+
},
17651786
{
17661787
"title": "Associate Multiple Site Collections to Hub Site",
17671788
"url": "https://pnp.github.io/script-samples/spo-associate-multiple-sites-to-hub/README.html",
@@ -1989,6 +2010,24 @@
19892010
"m365 logout"
19902011
]
19912012
},
2013+
{
2014+
"title": "SharePoint Clean Comments",
2015+
"url": "https://pnp.github.io/script-samples/spo-clean-comments/README.html",
2016+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-clean-comments/README.md",
2017+
"description": "Removes or disables all comments in a site collection including by user",
2018+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-clean-comments/assets/preview.png",
2019+
"type": "powershell",
2020+
"tabTag": "#tab/pnpps",
2021+
"authors": [
2022+
{
2023+
"name": "Andrew Burns",
2024+
"pictureUrl": "https://github.com/GeorgiaGit.png"
2025+
}
2026+
],
2027+
"tags": [
2028+
"<Cmdlets-Used>"
2029+
]
2030+
},
19922031
{
19932032
"title": "Clean Up Unwanted Site Columns from Content Types and Lists/Libraries",
19942033
"url": "https://pnp.github.io/script-samples/spo-cleanup-site-column-usage/README.html",
@@ -6337,6 +6376,28 @@
63376376
"Get-PnPListItem"
63386377
]
63396378
},
6379+
{
6380+
"title": "Revoke permissions for a given Entra ID registration",
6381+
"url": "https://pnp.github.io/script-samples/spo-revoke-app-site-permission/README.html",
6382+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-revoke-app-site-permission/README.md",
6383+
"description": "Demonstrates how to audit and revoke Entra ID app permissions across SharePoint site.",
6384+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-revoke-app-site-permission/assets/example.png",
6385+
"type": "powershell",
6386+
"tabTag": "#tab/pnpps",
6387+
"authors": [
6388+
{
6389+
"name": "Reshmee Auckloo",
6390+
"pictureUrl": "https://github.com/reshmee011.png"
6391+
}
6392+
],
6393+
"tags": [
6394+
"Connect-PnPOnline",
6395+
"Get-PnPAzureADApp",
6396+
"Get-PnPAzureADAppSitePermission",
6397+
"Get-PnPTenantSite",
6398+
"Revoke-PnPAzureADAppSitePermission"
6399+
]
6400+
},
63406401
{
63416402
"title": "Run jobs in parallel using ForEach-Object -Parallel to iterate SharePoint site collections",
63426403
"url": "https://pnp.github.io/script-samples/spo-run-jobs-in-parallel/README.html",
@@ -6977,6 +7038,27 @@
69777038
"m365 spo userprofile set"
69787039
]
69797040
},
7041+
{
7042+
"title": "Maintain and Replace SharePoint List Webhook Subscriptions",
7043+
"url": "https://pnp.github.io/script-samples/spo-webhook-subscription-maintenance/README.html",
7044+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-webhook-subscription-maintenance/README.md",
7045+
"description": "This script checks SharePoint sites and specific list, removes old webhook URLs, and adds or replaces them with updated Power Automate webhook subscriptions.",
7046+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-webhook-subscription-maintenance/assets/preview.png",
7047+
"type": "powershell",
7048+
"tabTag": "#tab/pnpps",
7049+
"authors": [
7050+
{
7051+
"name": "Valeras Narbutas",
7052+
"pictureUrl": "https://github.com/ValerasNarbutas.png"
7053+
}
7054+
],
7055+
"tags": [
7056+
"Connect-PnPOnline",
7057+
"Get-PnPWebhookSubscription",
7058+
"Remove-PnPWebhookSubscription",
7059+
"New-PnPWebhookSubscription"
7060+
]
7061+
},
69807062
{
69817063
"title": "Add a SharePoint Document Library as a Tab in Microsoft Teams",
69827064
"url": "https://pnp.github.io/script-samples/teams-add-sharepointlibrary-as-tab/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.49",
5+
"version": "3.0.50",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)