Skip to content

Commit 7441641

Browse files
Release v3.0.25 (#47)
Co-authored-by: Adam-it <[email protected]>
1 parent ae21971 commit 7441641

File tree

8 files changed

+3075
-3014
lines changed

8 files changed

+3075
-3014
lines changed

data/pnpPsModel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3600,6 +3600,11 @@
36003600
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPVivaConnectionsDashboardACE.md",
36013601
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPVivaConnectionsDashboardACE.html"
36023602
},
3603+
{
3604+
"name": "Set-PnPVivaEngageCommunity",
3605+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPVivaEngageCommunity.md",
3606+
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPVivaEngageCommunity.html"
3607+
},
36033608
{
36043609
"name": "Set-PnPWeb",
36053610
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPWeb.md",

data/samples.json

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2420,6 +2420,31 @@
24202420
"Invoke-PnPQuery"
24212421
]
24222422
},
2423+
{
2424+
"title": "Deletes company-wide and anonymous sharing links",
2425+
"url": "https://pnp.github.io/script-samples/spo-delete-companywide-anonymous-sharinglink/README.html",
2426+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-companywide-anonymous-sharinglink/README.md",
2427+
"description": "Deletes company-wide and anonymous sharing links for folder, file, and item. This can address oversharing issues during the M365 Copilot rollout.",
2428+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-companywide-anonymous-sharinglink/assets/preview.png",
2429+
"type": "powershell",
2430+
"tabTag": "#tab/pnpps",
2431+
"authors": [
2432+
{
2433+
"name": "Reshmee Auckloo",
2434+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
2435+
}
2436+
],
2437+
"tags": [
2438+
"modern",
2439+
"Connect-PnPOnline",
2440+
"Get-PnPFileSharingLink",
2441+
"Get-PnPFolderSharingLink",
2442+
"Get-PnPList",
2443+
"Remove-PnPFileSharingLink",
2444+
"Remove-PnPFolderSharingLink",
2445+
"invoke-pnpsprestmethod"
2446+
]
2447+
},
24232448
{
24242449
"title": "Delete orphaned temporary pages from Site Pages",
24252450
"url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
@@ -4528,6 +4553,28 @@
45284553
"Get-PnPGroup"
45294554
]
45304555
},
4556+
{
4557+
"title": "Retrieve & Store SharePoint Site Pages Viewers",
4558+
"url": "https://pnp.github.io/script-samples/spo-get-sp-site-page-viewers-details/README.html",
4559+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sp-site-page-viewers-details/README.md",
4560+
"description": "This script retrieves and stores SharePoint site pages viewers' details.",
4561+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sp-site-page-viewers-details/assets/example.png",
4562+
"type": "powershell",
4563+
"tabTag": "#tab/pnpps",
4564+
"authors": [
4565+
{
4566+
"name": "Sandeep P S",
4567+
"pictureUrl": "https://github.com/Sandeep-FED.png"
4568+
}
4569+
],
4570+
"tags": [
4571+
"SharePoint Online",
4572+
"Exchange Online",
4573+
"Search-UnifiedAuditLog",
4574+
"Connect-PnPOnline",
4575+
"Add-PnPListItem"
4576+
]
4577+
},
45314578
{
45324579
"title": "GET API Permissions for SPFx solutions",
45334580
"url": "https://pnp.github.io/script-samples/spo-get-spfx-apipermissions/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.24",
5+
"version": "3.0.25",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)