|
2420 | 2420 | "Invoke-PnPQuery"
|
2421 | 2421 | ]
|
2422 | 2422 | },
|
| 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 | + }, |
2423 | 2448 | {
|
2424 | 2449 | "title": "Delete orphaned temporary pages from Site Pages",
|
2425 | 2450 | "url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
|
|
4528 | 4553 | "Get-PnPGroup"
|
4529 | 4554 | ]
|
4530 | 4555 | },
|
| 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 | + }, |
4531 | 4578 | {
|
4532 | 4579 | "title": "GET API Permissions for SPFx solutions",
|
4533 | 4580 | "url": "https://pnp.github.io/script-samples/spo-get-spfx-apipermissions/README.html",
|
|
0 commit comments