|
1691 | 1691 | "m365 spo list view set" |
1692 | 1692 | ] |
1693 | 1693 | }, |
| 1694 | + { |
| 1695 | + "title": "Apply Out-of-the-Box SharePoint Site Designs to Existing Sites", |
| 1696 | + "url": "https://pnp.github.io/script-samples/spo-apply-OOB-sitedesign/README.html", |
| 1697 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-OOB-sitedesign/README.md", |
| 1698 | + "description": "Apply Out-of-the-Box SharePoint Site Designs to Existing Sites", |
| 1699 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-OOB-sitedesign/assets/preview.png", |
| 1700 | + "type": "powershell", |
| 1701 | + "tabTag": "#tab/pnpps", |
| 1702 | + "authors": [ |
| 1703 | + { |
| 1704 | + "name": "Reshmee Auckloo", |
| 1705 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 1706 | + } |
| 1707 | + ], |
| 1708 | + "tags": [ |
| 1709 | + "modern", |
| 1710 | + "Connect-PnPOnline", |
| 1711 | + "Invoke-PnPSPRestMethod" |
| 1712 | + ] |
| 1713 | + }, |
1694 | 1714 | { |
1695 | 1715 | "title": "Using a PnP Site Template including files and list items", |
1696 | 1716 | "url": "https://pnp.github.io/script-samples/spo-apply-pnptemplate-with-files-and-listitems/README.html", |
|
5037 | 5057 | "Disconnect-PnPOnline" |
5038 | 5058 | ] |
5039 | 5059 | }, |
| 5060 | + { |
| 5061 | + "title": "SharePoint List Content Type Migration with Data Preservation", |
| 5062 | + "url": "https://pnp.github.io/script-samples/spo-list-contenttype-migration/README.html", |
| 5063 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-contenttype-migration/README.md", |
| 5064 | + "description": "Migrate SharePoint list to new content type while preserving all existing data", |
| 5065 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-list-contenttype-migration/assets/preview.png", |
| 5066 | + "type": "powershell", |
| 5067 | + "tabTag": "#tab/pnpps", |
| 5068 | + "authors": [ |
| 5069 | + { |
| 5070 | + "name": "Jeppe Spanggaard", |
| 5071 | + "pictureUrl": "https://github.com/jeppesc11.png" |
| 5072 | + } |
| 5073 | + ], |
| 5074 | + "tags": [ |
| 5075 | + "Connect-PnPOnline", |
| 5076 | + "Set-PnPList", |
| 5077 | + "Get-PnPListItem", |
| 5078 | + "Remove-PnPField", |
| 5079 | + "Invoke-PnPSiteTemplate", |
| 5080 | + "Get-PnPContentType", |
| 5081 | + "Add-PnPContentTypeToList", |
| 5082 | + "Set-PnPListItem", |
| 5083 | + "Disconnect-PnPOnline" |
| 5084 | + ] |
| 5085 | + }, |
5040 | 5086 | { |
5041 | 5087 | "title": "Disable Quick property editing (Grid view) from SharePoint list", |
5042 | 5088 | "url": "https://pnp.github.io/script-samples/spo-list-disable-quick-property-editing/README.html", |
|
5501 | 5547 | "Set-PnPField" |
5502 | 5548 | ] |
5503 | 5549 | }, |
| 5550 | + { |
| 5551 | + "title": "Exporting and Migrating SharePoint Libraries with Folders", |
| 5552 | + "url": "https://pnp.github.io/script-samples/spo-provision-folders-libraries/README.html", |
| 5553 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-provision-folders-libraries/README.md", |
| 5554 | + "description": "Exporting and Migrating SharePoint Libraries with Folders.", |
| 5555 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-provision-folders-libraries/assets/preview.png", |
| 5556 | + "type": "powershell", |
| 5557 | + "tabTag": "#tab/pnpps", |
| 5558 | + "authors": [ |
| 5559 | + { |
| 5560 | + "name": "Reshmee Auckloo", |
| 5561 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 5562 | + } |
| 5563 | + ], |
| 5564 | + "tags": [ |
| 5565 | + "modern", |
| 5566 | + "Connect-PnPOnline", |
| 5567 | + "Get-PnPList", |
| 5568 | + "Add-PnPListFoldersToSiteTemplate" |
| 5569 | + ] |
| 5570 | + }, |
5504 | 5571 | { |
5505 | 5572 | "title": "Provision Home Page to a SharePoint site", |
5506 | 5573 | "url": "https://pnp.github.io/script-samples/spo-provision-homepage/README.html", |
|
0 commit comments