|
2027 | 2027 | "Get-FileHash"
|
2028 | 2028 | ]
|
2029 | 2029 | },
|
| 2030 | + { |
| 2031 | + "title": "Enabling and Configuring Document ID in SharePoint", |
| 2032 | + "url": "https://pnp.github.io/script-samples/spo-configure-documentid-feature/README.html", |
| 2033 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-configure-documentid-feature/README.md", |
| 2034 | + "description": "The script enables and configures Document ID within a SharePoint site", |
| 2035 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-configure-documentid-feature/assets/preview.png", |
| 2036 | + "type": "powershell", |
| 2037 | + "tabTag": "#tab/pnpps", |
| 2038 | + "authors": [ |
| 2039 | + { |
| 2040 | + "name": "Reshmee Auckloo", |
| 2041 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 2042 | + } |
| 2043 | + ], |
| 2044 | + "tags": [ |
| 2045 | + "Get-PnPTenantSite", |
| 2046 | + "Set-PnPSiteDocumentIdPrefix", |
| 2047 | + "Enable-PnPFeature", |
| 2048 | + "Get-PnPList", |
| 2049 | + "Invoke-PnPQuery" |
| 2050 | + ] |
| 2051 | + }, |
2030 | 2052 | {
|
2031 | 2053 | "title": "Copy the folder structure of a directory to a SharePoint list",
|
2032 | 2054 | "url": "https://pnp.github.io/script-samples/spo-copy-directory-structure-to-sharepoint-list/README.html",
|
|
3828 | 3850 | "Invoke-PnPSearchQuery"
|
3829 | 3851 | ]
|
3830 | 3852 | },
|
| 3853 | + { |
| 3854 | + "title": "Identifying SharePoint Site Creation Sources", |
| 3855 | + "url": "https://pnp.github.io/script-samples/spo-find-site-creationsource/README.html", |
| 3856 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-site-creationsource/README.md", |
| 3857 | + "description": "Understanding how a SharePoint site was created is crucial for governance, compliance, and troubleshooting. In Microsoft 365, SharePoint sites can be created through various methods, such as Microsoft Teams, Viva Engage, the SharePoint Admin Center, and more. However, identifying the exact creation source can sometimes be challenging.", |
| 3858 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-site-creationsource/assets/preview.png", |
| 3859 | + "type": "powershell", |
| 3860 | + "tabTag": "#tab/pnpps", |
| 3861 | + "authors": [ |
| 3862 | + { |
| 3863 | + "name": "Reshmee Auckloo", |
| 3864 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3865 | + } |
| 3866 | + ], |
| 3867 | + "tags": [ |
| 3868 | + "modern", |
| 3869 | + "Connect-PnPOnline", |
| 3870 | + "Get-PnPListItem" |
| 3871 | + ] |
| 3872 | + }, |
3831 | 3873 | {
|
3832 | 3874 | "title": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs",
|
3833 | 3875 | "url": "https://pnp.github.io/script-samples/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.html",
|
|
5272 | 5314 | "m365 spo feature enable"
|
5273 | 5315 | ]
|
5274 | 5316 | },
|
| 5317 | + { |
| 5318 | + "title": "Pins Fields to the Filter Pane in SharePoint Libraries", |
| 5319 | + "url": "https://pnp.github.io/script-samples/spo-pin-field-filterpane/README.html", |
| 5320 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-pin-field-filterpane/README.md", |
| 5321 | + "description": "Pinning Fields to the Filter Pane in SharePoint Libraries.", |
| 5322 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-pin-field-filterpane/assets/preview.png", |
| 5323 | + "type": "powershell", |
| 5324 | + "tabTag": "#tab/pnpps", |
| 5325 | + "authors": [ |
| 5326 | + { |
| 5327 | + "name": "Reshmee Auckloo", |
| 5328 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 5329 | + } |
| 5330 | + ], |
| 5331 | + "tags": [ |
| 5332 | + "modern", |
| 5333 | + "Connect-PnPOnline", |
| 5334 | + "Get-PnPField", |
| 5335 | + "Set-PnPField" |
| 5336 | + ] |
| 5337 | + }, |
5275 | 5338 | {
|
5276 | 5339 | "title": "Provision Home Page to a SharePoint site",
|
5277 | 5340 | "url": "https://pnp.github.io/script-samples/spo-provision-homepage/README.html",
|
|
0 commit comments