|
2256 | 2256 | "m365 spo list get" |
2257 | 2257 | ] |
2258 | 2258 | }, |
| 2259 | + { |
| 2260 | + "title": "Delete SharePoint Online sites that have retention policies", |
| 2261 | + "url": "https://pnp.github.io/script-samples/spo-delete-site-with-retention-policy/README.html", |
| 2262 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-site-with-retention-policy/README.md", |
| 2263 | + "description": "This sample script deletes specified SharePoint Online sites that have a retention policy applied by excluding them from the retention policy, deleting the site and then cleaning up the retention policy exclusions.", |
| 2264 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-site-with-retention-policy/assets/preview.png", |
| 2265 | + "type": "powershell", |
| 2266 | + "tabTag": "#tab/pnpps", |
| 2267 | + "authors": [ |
| 2268 | + { |
| 2269 | + "name": "Giacomo Pozzoni", |
| 2270 | + "pictureUrl": "https://github.com/jackpoz.png" |
| 2271 | + } |
| 2272 | + ], |
| 2273 | + "tags": [ |
| 2274 | + "<Cmdlets-Used>", |
| 2275 | + "Connect-PnPOnline", |
| 2276 | + "Remove-PnPTenantSite" |
| 2277 | + ] |
| 2278 | + }, |
2259 | 2279 | { |
2260 | 2280 | "title": "Deploys and Installs SharePoint Framework (SPFx) solutions to Hub Site and Associated Sites", |
2261 | 2281 | "url": "https://pnp.github.io/script-samples/spo-deploy-install-update-spfx-hubsite-associatedsites/README.html", |
|
4974 | 4994 | "Disconnect-PnPOnline" |
4975 | 4995 | ] |
4976 | 4996 | }, |
| 4997 | + { |
| 4998 | + "title": "Repair IdMismatch for user cross all Sites", |
| 4999 | + "url": "https://pnp.github.io/script-samples/spo-repair-user-idmismatch/README.html", |
| 5000 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-repair-user-idmismatch/README.md", |
| 5001 | + "description": "This script will fix the IdMismatch of a user across all sites.", |
| 5002 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-repair-user-idmismatch/assets/ScriptPreview.png", |
| 5003 | + "type": "powershell", |
| 5004 | + "tabTag": "#tab/pnpps", |
| 5005 | + "authors": [ |
| 5006 | + { |
| 5007 | + "name": "Alvaro Avila Ruiz", |
| 5008 | + "pictureUrl": "https://github.com/barbarur.png" |
| 5009 | + } |
| 5010 | + ], |
| 5011 | + "tags": [ |
| 5012 | + "Connect-PnPOnline", |
| 5013 | + "Get-PnPTenantSite", |
| 5014 | + "Get-PnPUserProfileProperty", |
| 5015 | + "Set-PnPTenantSite", |
| 5016 | + "Get-PnPUser", |
| 5017 | + "Remove-PnPSiteCollectionAdmin", |
| 5018 | + "Remove-PnPUser" |
| 5019 | + ] |
| 5020 | + }, |
4977 | 5021 | { |
4978 | 5022 | "title": "Replace specific users in the People web part", |
4979 | 5023 | "url": "https://pnp.github.io/script-samples/spo-replace-people-in-people-web-part/README.html", |
|
0 commit comments