|
2488 | 2488 | "Get-PnPListItem"
|
2489 | 2489 | ]
|
2490 | 2490 | },
|
| 2491 | + { |
| 2492 | + "title": "Delete entire Hub site structure", |
| 2493 | + "url": "https://pnp.github.io/script-samples/spo-delete-hub-and-sites/README.html", |
| 2494 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-hub-and-sites/README.md", |
| 2495 | + "description": "This script deletes all site in a Hub and finally the Hub site itself", |
| 2496 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-hub-and-sites/assets/preview.png", |
| 2497 | + "type": "powershell", |
| 2498 | + "tabTag": "#tab/pnpps", |
| 2499 | + "authors": [ |
| 2500 | + { |
| 2501 | + "name": "Kasper Larsen", |
| 2502 | + "pictureUrl": "https://github.com/kasperbolarsen.png" |
| 2503 | + } |
| 2504 | + ], |
| 2505 | + "tags": [ |
| 2506 | + "Remove-PnPTenantSite", |
| 2507 | + "Get-pnpHubSiteChild", |
| 2508 | + "Unregister-PnPHubSite" |
| 2509 | + ] |
| 2510 | + }, |
2491 | 2511 | {
|
2492 | 2512 | "title": "Delete orphaned temporary pages from Site Pages",
|
2493 | 2513 | "url": "https://pnp.github.io/script-samples/spo-delete-orphaned-temporary-sitepages/README.html",
|
|
2879 | 2899 | "type": "powershell",
|
2880 | 2900 | "tabTag": "#tab/pnpps",
|
2881 | 2901 | "authors": [
|
| 2902 | + { |
| 2903 | + "name": "Marc D Anderson", |
| 2904 | + "pictureUrl": "https://github.com/sympmarc.png" |
| 2905 | + }, |
2882 | 2906 | {
|
2883 | 2907 | "name": "Dan Toft",
|
2884 | 2908 | "pictureUrl": "https://github.com/Tanddant.png"
|
|
5207 | 5231 | "Invoke-PnPSPRestMethod"
|
5208 | 5232 | ]
|
5209 | 5233 | },
|
| 5234 | + { |
| 5235 | + "title": "List all SPFx field customizer", |
| 5236 | + "url": "https://pnp.github.io/script-samples/spo-list-spfx-field-customizer/README.html", |
| 5237 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-spfx-field-customizer/README.md", |
| 5238 | + "description": "List all SPFx field customizers", |
| 5239 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-spfx-field-customizer/assets/preview.png", |
| 5240 | + "type": "powershell", |
| 5241 | + "tabTag": "#tab/pnpps", |
| 5242 | + "authors": [ |
| 5243 | + { |
| 5244 | + "name": "Dan Toft", |
| 5245 | + "pictureUrl": "https://github.com/tanddant.png" |
| 5246 | + } |
| 5247 | + ], |
| 5248 | + "tags": [ |
| 5249 | + "Connect-PnPOnline", |
| 5250 | + "Get-PnPList", |
| 5251 | + "Get-PnPField" |
| 5252 | + ] |
| 5253 | + }, |
5210 | 5254 | {
|
5211 | 5255 | "title": "Update content type of files in folder with system update",
|
5212 | 5256 | "url": "https://pnp.github.io/script-samples/spo-list-update-contenttype-systemupdate/README.html",
|
|
0 commit comments