|
2445 | 2445 | "invoke-pnpsprestmethod"
|
2446 | 2446 | ]
|
2447 | 2447 | },
|
| 2448 | + { |
| 2449 | + "title": "Deletes expired and older sharing links for folder, file and item in SharePoint", |
| 2450 | + "url": "https://pnp.github.io/script-samples/spo-delete-expired-sharing-link-folder-file-item/README.html", |
| 2451 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-expired-sharing-link-folder-file-item/README.md", |
| 2452 | + "description": "Deletes expired and older sharing links for folder, file, and item. Currently expired or older sharing links are not automatically deleted", |
| 2453 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-expired-sharing-link-folder-file-item/assets/preview.png", |
| 2454 | + "type": "powershell", |
| 2455 | + "tabTag": "#tab/pnpps", |
| 2456 | + "authors": [ |
| 2457 | + { |
| 2458 | + "name": "Reshmee Auckloo", |
| 2459 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 2460 | + } |
| 2461 | + ], |
| 2462 | + "tags": [ |
| 2463 | + "modern", |
| 2464 | + "Connect-PnPOnline", |
| 2465 | + "Get-PnPProperty", |
| 2466 | + "Remove-PnPgroup", |
| 2467 | + "Get-PnPList", |
| 2468 | + "Get-PnPListItem" |
| 2469 | + ] |
| 2470 | + }, |
2448 | 2471 | {
|
2449 | 2472 | "title": "Delete orphaned temporary pages from Site Pages",
|
2450 | 2473 | "url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
|
|
2677 | 2700 | "Get-PnPWeb"
|
2678 | 2701 | ]
|
2679 | 2702 | },
|
| 2703 | + { |
| 2704 | + "title": "Creating SharePoint Agents (.agent Files) with PowerShell", |
| 2705 | + "url": "https://pnp.github.io/script-samples/spo-dev-agent-config-creation/README.html", |
| 2706 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-dev-agent-config-creation/README.md", |
| 2707 | + "description": "Dyanmic creation of SharePoint Agents (.agent files) using PowerShell. Specify instructions, sample prompts and ground on files, folder, libraries or sites.", |
| 2708 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-dev-agent-config-creation/assets/preview.png", |
| 2709 | + "type": "powershell", |
| 2710 | + "tabTag": "#tab/pnpps", |
| 2711 | + "authors": [ |
| 2712 | + { |
| 2713 | + "name": "Leon Armston", |
| 2714 | + "pictureUrl": "https://avatars.githubusercontent.com/u/12968962?v=4" |
| 2715 | + } |
| 2716 | + ], |
| 2717 | + "tags": [ |
| 2718 | + "Connect-PnPOnline", |
| 2719 | + "Submit-PnPSearchQuery", |
| 2720 | + "ConvertTo-Json" |
| 2721 | + ] |
| 2722 | + }, |
2680 | 2723 | {
|
2681 | 2724 | "title": "Report and Export Solutions from M365 Developer Tenant",
|
2682 | 2725 | "url": "https://pnp.github.io/script-samples/spo-dev-tenant-report-export/README.html",
|
|
0 commit comments