|
67 | 67 | "m365 entra m365group user add" |
68 | 68 | ] |
69 | 69 | }, |
| 70 | + { |
| 71 | + "title": "Grant Managed Identity permissions to audit and cleanup SPFx App Principal permissions", |
| 72 | + "url": "https://pnp.github.io/script-samples/aad-grant-serviceprincipal-api-permissions/README.html", |
| 73 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-grant-serviceprincipal-api-permissions/README.md", |
| 74 | + "description": "This script can be used to grant System-Managed Identity used by automation (Azure Runbook, Azure Functions) API permissions and access to SPO sites", |
| 75 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-grant-serviceprincipal-api-permissions/assets/preview.png", |
| 76 | + "type": "powershell", |
| 77 | + "tabTag": "#tab/pnpps", |
| 78 | + "authors": [ |
| 79 | + { |
| 80 | + "name": "Kinga Kazala", |
| 81 | + "pictureUrl": "https://github.com/kkazala.png" |
| 82 | + } |
| 83 | + ], |
| 84 | + "tags": [ |
| 85 | + "<Cmdlets-Used>" |
| 86 | + ] |
| 87 | + }, |
70 | 88 | { |
71 | 89 | "title": "Replace a user's membership in selected Microsoft 365 Groups or Teams", |
72 | 90 | "url": "https://pnp.github.io/script-samples/aad-replace-membership-of-selected-groups/README.html", |
|
2342 | 2360 | "Remove-PnPTenantSite" |
2343 | 2361 | ] |
2344 | 2362 | }, |
| 2363 | + { |
| 2364 | + "title": "Remove unused API Permissions assigned to SPFx App Principal", |
| 2365 | + "url": "https://pnp.github.io/script-samples/spo-delete-unused-spfx-apipermissions/README.html", |
| 2366 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-unused-spfx-apipermissions/README.md", |
| 2367 | + "description": "This script removes unused API permissions assigned to the 'SharePoint Online Client Extensibility Web Application Principal'.", |
| 2368 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-unused-spfx-apipermissions/assets/preview.png", |
| 2369 | + "type": "powershell", |
| 2370 | + "tabTag": "#tab/pnpps", |
| 2371 | + "authors": [ |
| 2372 | + { |
| 2373 | + "name": "Kinga Kazala", |
| 2374 | + "pictureUrl": "https://github.com/kkazala.png" |
| 2375 | + } |
| 2376 | + ], |
| 2377 | + "tags": [ |
| 2378 | + "<Cmdlets-Used>" |
| 2379 | + ] |
| 2380 | + }, |
2345 | 2381 | { |
2346 | 2382 | "title": "Deploys and Installs SharePoint Framework (SPFx) solutions to Hub Site and Associated Sites", |
2347 | 2383 | "url": "https://pnp.github.io/script-samples/spo-deploy-install-update-spfx-hubsite-associatedsites/README.html", |
|
2824 | 2860 | "Get-SPOSite" |
2825 | 2861 | ] |
2826 | 2862 | }, |
| 2863 | + { |
| 2864 | + "title": "Ensure all required Content Types are available before Get-PnPSiteTemplate ", |
| 2865 | + "url": "https://pnp.github.io/script-samples/spo-ensure-cts-before-template/README.html", |
| 2866 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-ensure-cts-before-template/README.md", |
| 2867 | + "description": "This is a Content type pre-burner before extracting a PnP Template", |
| 2868 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-ensure-cts-before-template/assets/preview.png", |
| 2869 | + "type": "powershell", |
| 2870 | + "tabTag": "#tab/pnpps", |
| 2871 | + "authors": [ |
| 2872 | + { |
| 2873 | + "name": "Kasper Larsen", |
| 2874 | + "pictureUrl": "https://github.com/kasperbolarsen.png" |
| 2875 | + } |
| 2876 | + ], |
| 2877 | + "tags": [ |
| 2878 | + "Get-PnPContentType", |
| 2879 | + "Add-PnPContentTypesFromContentTypeHub", |
| 2880 | + "Get-PnPSiteTemplate" |
| 2881 | + ] |
| 2882 | + }, |
2827 | 2883 | { |
2828 | 2884 | "title": "Backup all custom formatting on a site", |
2829 | 2885 | "url": "https://pnp.github.io/script-samples/spo-export-all-customformatting/README.html", |
|
3491 | 3547 | "m365 logout" |
3492 | 3548 | ] |
3493 | 3549 | }, |
| 3550 | + { |
| 3551 | + "title": "Find every page that contains a Modern Script Editor web part", |
| 3552 | + "url": "https://pnp.github.io/script-samples/spo-find-script-editor-webpart-using-search/README.html", |
| 3553 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-script-editor-webpart-using-search/README.md", |
| 3554 | + "description": "Locate use of Modern Script Editor", |
| 3555 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-script-editor-webpart-using-search/assets/preview.png", |
| 3556 | + "type": "powershell", |
| 3557 | + "tabTag": "#tab/pnpps", |
| 3558 | + "authors": [ |
| 3559 | + { |
| 3560 | + "name": "Kasper Larsen", |
| 3561 | + "pictureUrl": "https://github.com/kasperbolarsen.png" |
| 3562 | + } |
| 3563 | + ], |
| 3564 | + "tags": [ |
| 3565 | + "Invoke-PnPSearchQuery" |
| 3566 | + ] |
| 3567 | + }, |
3494 | 3568 | { |
3495 | 3569 | "title": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs", |
3496 | 3570 | "url": "https://pnp.github.io/script-samples/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.html", |
|
4075 | 4149 | "Get-PnPFolderSharingLink" |
4076 | 4150 | ] |
4077 | 4151 | }, |
| 4152 | + { |
| 4153 | + "title": "Get SharePoint site sharing Settings", |
| 4154 | + "url": "https://pnp.github.io/script-samples/spo-get-site-sharing-settings/README.html", |
| 4155 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-site-sharing-settings/README.md", |
| 4156 | + "description": "Get SharePoint site sharing settings including some SharePoint Advanced Management(SAM) settings", |
| 4157 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-site-sharing-settings/assets/preview.png", |
| 4158 | + "type": "powershell", |
| 4159 | + "tabTag": "#tab/pnpps", |
| 4160 | + "authors": [ |
| 4161 | + { |
| 4162 | + "name": "Reshmee Auckloo", |
| 4163 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 4164 | + } |
| 4165 | + ], |
| 4166 | + "tags": [ |
| 4167 | + "modern", |
| 4168 | + "Connect-PnPOnline", |
| 4169 | + "Invoke-PnPSPRestMethod", |
| 4170 | + "Get-PnPConnection", |
| 4171 | + "Get-PnPTenantSite" |
| 4172 | + ] |
| 4173 | + }, |
4078 | 4174 | { |
4079 | 4175 | "title": "Retrieves site id from Microsoft Graph", |
4080 | 4176 | "url": "https://pnp.github.io/script-samples/spo-get-siteid-from-microsoftgraph/README.html", |
|
0 commit comments