|
3741 | 3741 | "m365 logout"
|
3742 | 3742 | ]
|
3743 | 3743 | },
|
| 3744 | + { |
| 3745 | + "title": "Retrieve SPFx Details from Tenant and Site Collection App Catalogs", |
| 3746 | + "url": "https://pnp.github.io/script-samples/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/README.html", |
| 3747 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/README.md", |
| 3748 | + "description": "Retrieve detailed information about SPFx solutions installed in SharePoint environment, such as API permissions from both the tenant-level and site collection app catalogs.", |
| 3749 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-details-spfx-packages-tenant-sitecollection-appcatalog/assets/preview.png", |
| 3750 | + "type": "powershell", |
| 3751 | + "tabTag": "#tab/pnpps", |
| 3752 | + "authors": [ |
| 3753 | + { |
| 3754 | + "name": "Reshmee Auckloo", |
| 3755 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3756 | + } |
| 3757 | + ], |
| 3758 | + "tags": [ |
| 3759 | + "modern", |
| 3760 | + "Connect-PnPOnline", |
| 3761 | + "Get-PnPTenantSite", |
| 3762 | + "Get-PnPTenantAppCatalogUrl", |
| 3763 | + "Get-PnPSiteCollectionAppCatalog", |
| 3764 | + "Invoke-PnPSPRestMethod", |
| 3765 | + "Get-PnPWeb", |
| 3766 | + "Get-PnPApp" |
| 3767 | + ] |
| 3768 | + }, |
3744 | 3769 | {
|
3745 | 3770 | "title": "Get (or export) an existing site structure in a SharePoint Online tenant",
|
3746 | 3771 | "url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html",
|
|
4112 | 4137 | "Get-PnPGroup"
|
4113 | 4138 | ]
|
4114 | 4139 | },
|
| 4140 | + { |
| 4141 | + "title": "GET API Permissions for SPFx solutions", |
| 4142 | + "url": "https://pnp.github.io/script-samples/spo-get-spfx-apipermissions/README.html", |
| 4143 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-spfx-apipermissions/README.md", |
| 4144 | + "description": "To enhance your tenant's security posture, it's crucial to regularly review the API permissions requested by SPFx solutions", |
| 4145 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-spfx-apipermissions/assets/preview.png", |
| 4146 | + "type": "powershell", |
| 4147 | + "tabTag": "#tab/pnpps", |
| 4148 | + "authors": [ |
| 4149 | + { |
| 4150 | + "name": "Kinga Kazala", |
| 4151 | + "pictureUrl": "https://github.com/kkazala.png" |
| 4152 | + } |
| 4153 | + ], |
| 4154 | + "tags": [ |
| 4155 | + "<Cmdlets-Used>" |
| 4156 | + ] |
| 4157 | + }, |
4115 | 4158 | {
|
4116 | 4159 | "title": "Get storage breakdown by file size, file version size and recycle bin",
|
4117 | 4160 | "url": "https://pnp.github.io/script-samples/spo-get-storage-site-versionsrecyclebin/README.html",
|
|
0 commit comments