Skip to content

Commit

Permalink
Release v3.0.25 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Jan 4, 2025
1 parent ae21971 commit 7441641
Show file tree
Hide file tree
Showing 8 changed files with 3,075 additions and 3,014 deletions.
5 changes: 5 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -3600,6 +3600,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPVivaConnectionsDashboardACE.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPVivaConnectionsDashboardACE.html"
},
{
"name": "Set-PnPVivaEngageCommunity",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPVivaEngageCommunity.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPVivaEngageCommunity.html"
},
{
"name": "Set-PnPWeb",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPWeb.md",
Expand Down
47 changes: 47 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -2420,6 +2420,31 @@
"Invoke-PnPQuery"
]
},
{
"title": "Deletes company-wide and anonymous sharing links",
"url": "https://pnp.github.io/script-samples/spo-delete-companywide-anonymous-sharinglink/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-companywide-anonymous-sharinglink/README.md",
"description": "Deletes company-wide and anonymous sharing links for folder, file, and item. This can address oversharing issues during the M365 Copilot rollout.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-companywide-anonymous-sharinglink/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Get-PnPFileSharingLink",
"Get-PnPFolderSharingLink",
"Get-PnPList",
"Remove-PnPFileSharingLink",
"Remove-PnPFolderSharingLink",
"invoke-pnpsprestmethod"
]
},
{
"title": "Delete orphaned temporary pages from Site Pages",
"url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
Expand Down Expand Up @@ -4528,6 +4553,28 @@
"Get-PnPGroup"
]
},
{
"title": "Retrieve & Store SharePoint Site Pages Viewers",
"url": "https://pnp.github.io/script-samples/spo-get-sp-site-page-viewers-details/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sp-site-page-viewers-details/README.md",
"description": "This script retrieves and stores SharePoint site pages viewers' details.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sp-site-page-viewers-details/assets/example.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Sandeep P S",
"pictureUrl": "https://github.com/Sandeep-FED.png"
}
],
"tags": [
"SharePoint Online",
"Exchange Online",
"Search-UnifiedAuditLog",
"Connect-PnPOnline",
"Add-PnPListItem"
]
},
{
"title": "GET API Permissions for SPFx solutions",
"url": "https://pnp.github.io/script-samples/spo-get-spfx-apipermissions/README.html",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.24",
"version": "3.0.25",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 7441641

Please sign in to comment.