|
2299 | 2299 | "m365 spo list get" |
2300 | 2300 | ] |
2301 | 2301 | }, |
| 2302 | + { |
| 2303 | + "title": "Deletes sharing links for folder, file and item in SharePoint", |
| 2304 | + "url": "https://pnp.github.io/script-samples/spo-delete-sharinglink-folder-file-item/README.html", |
| 2305 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-sharinglink-folder-file-item/README.md", |
| 2306 | + "description": "Deletes sharing links for folder, file, and item. This can address oversharing issues during the Copilot for M365 rollout.", |
| 2307 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-sharinglink-folder-file-item/assets/preview.png", |
| 2308 | + "type": "powershell", |
| 2309 | + "tabTag": "#tab/pnpps", |
| 2310 | + "authors": [ |
| 2311 | + { |
| 2312 | + "name": "Reshmee Auckloo", |
| 2313 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 2314 | + } |
| 2315 | + ], |
| 2316 | + "tags": [ |
| 2317 | + "modern", |
| 2318 | + "Connect-PnPOnline", |
| 2319 | + "Get-PnPProperty", |
| 2320 | + "Remove-PnPgroup", |
| 2321 | + "Get-PnPList", |
| 2322 | + "Get-PnPListItem" |
| 2323 | + ] |
| 2324 | + }, |
2302 | 2325 | { |
2303 | 2326 | "title": "Delete SharePoint Online sites that have retention policies", |
2304 | 2327 | "url": "https://pnp.github.io/script-samples/spo-delete-site-with-retention-policy/README.html", |
|
4810 | 4833 | "m365 logout" |
4811 | 4834 | ] |
4812 | 4835 | }, |
| 4836 | + { |
| 4837 | + "title": "Remove site access requests", |
| 4838 | + "url": "https://pnp.github.io/script-samples/spo-remove-access-requests/README.html", |
| 4839 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-access-requests/README.md", |
| 4840 | + "description": "As a site owner, delete in bulk all the access requests from a SharePoint site.", |
| 4841 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-remove-access-requests/assets/preview.png", |
| 4842 | + "type": "powershell", |
| 4843 | + "tabTag": "#tab/pnpps", |
| 4844 | + "authors": [ |
| 4845 | + { |
| 4846 | + "name": "Aimery Thomas", |
| 4847 | + "pictureUrl": "https://github.com/a1mery.png" |
| 4848 | + } |
| 4849 | + ], |
| 4850 | + "tags": [ |
| 4851 | + "Connect-PnPOnline", |
| 4852 | + "New-PnPBatch", |
| 4853 | + "Get-PnPList", |
| 4854 | + "Get-PnPListItem", |
| 4855 | + "Remove-PnPListItem", |
| 4856 | + "Invoke-PnPBatch", |
| 4857 | + "Disconnect-PnPOnline" |
| 4858 | + ] |
| 4859 | + }, |
4813 | 4860 | { |
4814 | 4861 | "title": "Delete custom color themes from SharePoint", |
4815 | 4862 | "url": "https://pnp.github.io/script-samples/spo-remove-custom-themes/README.html", |
|
0 commit comments