|
1717 | 1717 | "Set-PnPList"
|
1718 | 1718 | ]
|
1719 | 1719 | },
|
| 1720 | + { |
| 1721 | + "title": "Scan for potential inaccessible site collection homepages", |
| 1722 | + "url": "https://pnp.github.io/script-samples/spo-check-unaccessable-homepages/README.html", |
| 1723 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-check-unaccessable-homepages/README.md", |
| 1724 | + "description": "looks for site collections where the default page has custom permissions and outputs to a CSV file", |
| 1725 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-check-unaccessable-homepages/assets/preview.png", |
| 1726 | + "type": "powershell", |
| 1727 | + "tabTag": "#tab/pnpps", |
| 1728 | + "authors": [ |
| 1729 | + { |
| 1730 | + "name": "Kasper Larsen", |
| 1731 | + "pictureUrl": "https://github.com/kasperbolarsen.png" |
| 1732 | + } |
| 1733 | + ], |
| 1734 | + "tags": [ |
| 1735 | + "Get-PnPHomePage,Get-PnPListItem,Get-PnPListItemPermission" |
| 1736 | + ] |
| 1737 | + }, |
1720 | 1738 | {
|
1721 | 1739 | "title": "Clean Up Unwanted Site Columns from Content Types and Lists/Libraries",
|
1722 | 1740 | "url": "https://pnp.github.io/script-samples/spo-cleanup-site-column-usage/README.html",
|
|
1793 | 1811 | "PDF"
|
1794 | 1812 | ]
|
1795 | 1813 | },
|
| 1814 | + { |
| 1815 | + "title": "Copy a hub navigation from a source site to any desired target hub site", |
| 1816 | + "url": "https://pnp.github.io/script-samples/spo-copy-hubsite-navigation/README.html", |
| 1817 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-hubsite-navigation/README.md", |
| 1818 | + "description": "This script copies a hub navigation from any hub site (source) to another hub site (target)", |
| 1819 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-hubsite-navigation/assets/preview.png", |
| 1820 | + "type": "powershell", |
| 1821 | + "tabTag": "#tab/pnpps", |
| 1822 | + "authors": [ |
| 1823 | + { |
| 1824 | + "name": "Tobias Maestrini", |
| 1825 | + "pictureUrl": "https://avatars.githubusercontent.com/u/69770609?v=4" |
| 1826 | + } |
| 1827 | + ], |
| 1828 | + "tags": [ |
| 1829 | + "Connect-PnPOnline", |
| 1830 | + "Get-PnPConnection", |
| 1831 | + "Add-PnPNavigationNode", |
| 1832 | + "Get-PnPNavigationNode", |
| 1833 | + "Remove-PnPNavigationNode" |
| 1834 | + ] |
| 1835 | + }, |
1796 | 1836 | {
|
1797 | 1837 | "title": "Copy library view to another library(ies)",
|
1798 | 1838 | "url": "https://pnp.github.io/script-samples/spo-copy-library-view/README.html",
|
|
2748 | 2788 | "<Cmdlets-Used>"
|
2749 | 2789 | ]
|
2750 | 2790 | },
|
| 2791 | + { |
| 2792 | + "title": "Export Content Type Details To CSV", |
| 2793 | + "url": "https://pnp.github.io/script-samples/spo-export-content-type-details-to-csv/README.html", |
| 2794 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-content-type-details-to-csv/README.md", |
| 2795 | + "description": "This script exports all content types available on sites to CSV.", |
| 2796 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-content-type-details-to-csv/assets/preview.png", |
| 2797 | + "type": "powershell", |
| 2798 | + "tabTag": "#tab/pnpps", |
| 2799 | + "authors": [ |
| 2800 | + { |
| 2801 | + "name": "Chandani Prajapati", |
| 2802 | + "pictureUrl": "https://avatars.githubusercontent.com/u/52065929?v=4" |
| 2803 | + } |
| 2804 | + ], |
| 2805 | + "tags": [ |
| 2806 | + "SharePoint Online", |
| 2807 | + "Connect-PnPOnline", |
| 2808 | + "Get-PnPContentType", |
| 2809 | + "Get-PnPProperty", |
| 2810 | + "Export-Csv" |
| 2811 | + ] |
| 2812 | + }, |
2751 | 2813 | {
|
2752 | 2814 | "title": "Export CSV To SharePoint List Data",
|
2753 | 2815 | "url": "https://pnp.github.io/script-samples/spo-export-data-to-sharepoint-lists/README.html",
|
|
2840 | 2902 | "type": "powershell",
|
2841 | 2903 | "tabTag": "#tab/pnpps",
|
2842 | 2904 | "authors": [
|
| 2905 | + { |
| 2906 | + "name": "Ganesh Sanap", |
| 2907 | + "pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4" |
| 2908 | + }, |
2843 | 2909 | {
|
2844 | 2910 | "name": "Tetsuya Kawahara",
|
2845 | 2911 | "pictureUrl": "https://github.com/tecchan1107.png"
|
|
2849 | 2915 | "Connect-PnPOnline",
|
2850 | 2916 | "Get-PnPTenantSite",
|
2851 | 2917 | "Get-PnPHubSite",
|
2852 |
| - "Disconnect-PnPOnline" |
| 2918 | + "Disconnect-PnPOnline", |
| 2919 | + "m365 login", |
| 2920 | + "m365 status", |
| 2921 | + "m365 spo site list", |
| 2922 | + "m365 spo hubsite list", |
| 2923 | + "m365 logout" |
2853 | 2924 | ]
|
2854 | 2925 | },
|
2855 | 2926 | {
|
|
4393 | 4464 | "title": "Reindex SharePoint sites",
|
4394 | 4465 | "url": "https://pnp.github.io/script-samples/spo-reindex-sites/README.html",
|
4395 | 4466 | "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-sites/README.md",
|
4396 |
| - "description": "Keeping your SharePoint environment up-to-date is crucial, especially after making schema changes - this script streamlines the process of reindexing sites, libraries, or lists. ", |
| 4467 | + "description": "Keeping your SharePoint environment up-to-date is crucial, especially after making schema changes - this script streamlines the process of reindexing sites, libraries, or lists.", |
4397 | 4468 | "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-sites/assets/preview.png",
|
4398 | 4469 | "type": "powershell",
|
4399 | 4470 | "tabTag": "#tab/pnpps",
|
4400 | 4471 | "authors": [
|
| 4472 | + { |
| 4473 | + "name": "Ganesh Sanap", |
| 4474 | + "pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4" |
| 4475 | + }, |
4401 | 4476 | {
|
4402 | 4477 | "name": "Mikael Svenson",
|
4403 | 4478 | "pictureUrl": "https://github.com/wobba.png"
|
|
4410 | 4485 | "tags": [
|
4411 | 4486 | "Connect-PnPOnline",
|
4412 | 4487 | "Get-PnPTenantSite",
|
4413 |
| - "Request-PnPReIndexWeb" |
| 4488 | + "Request-PnPReIndexWeb", |
| 4489 | + "Disconnect-PnPOnline", |
| 4490 | + "m365 status", |
| 4491 | + "m365 login", |
| 4492 | + "m365 spo site list", |
| 4493 | + "m365 spo web reindex", |
| 4494 | + "m365 logout" |
4414 | 4495 | ]
|
4415 | 4496 | },
|
4416 | 4497 | {
|
|
0 commit comments