Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit 0eeb284

Browse files
committed
Release 2.12.17
1 parent c356a24 commit 0eeb284

File tree

4 files changed

+1016
-935
lines changed

4 files changed

+1016
-935
lines changed

data/samples.json

Lines changed: 84 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1717,6 +1717,24 @@
17171717
"Set-PnPList"
17181718
]
17191719
},
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+
},
17201738
{
17211739
"title": "Clean Up Unwanted Site Columns from Content Types and Lists/Libraries",
17221740
"url": "https://pnp.github.io/script-samples/spo-cleanup-site-column-usage/README.html",
@@ -1793,6 +1811,28 @@
17931811
"PDF"
17941812
]
17951813
},
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+
},
17961836
{
17971837
"title": "Copy library view to another library(ies)",
17981838
"url": "https://pnp.github.io/script-samples/spo-copy-library-view/README.html",
@@ -2748,6 +2788,28 @@
27482788
"<Cmdlets-Used>"
27492789
]
27502790
},
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+
},
27512813
{
27522814
"title": "Export CSV To SharePoint List Data",
27532815
"url": "https://pnp.github.io/script-samples/spo-export-data-to-sharepoint-lists/README.html",
@@ -2840,6 +2902,10 @@
28402902
"type": "powershell",
28412903
"tabTag": "#tab/pnpps",
28422904
"authors": [
2905+
{
2906+
"name": "Ganesh Sanap",
2907+
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
2908+
},
28432909
{
28442910
"name": "Tetsuya Kawahara",
28452911
"pictureUrl": "https://github.com/tecchan1107.png"
@@ -2849,7 +2915,12 @@
28492915
"Connect-PnPOnline",
28502916
"Get-PnPTenantSite",
28512917
"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"
28532924
]
28542925
},
28552926
{
@@ -4393,11 +4464,15 @@
43934464
"title": "Reindex SharePoint sites",
43944465
"url": "https://pnp.github.io/script-samples/spo-reindex-sites/README.html",
43954466
"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.",
43974468
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-sites/assets/preview.png",
43984469
"type": "powershell",
43994470
"tabTag": "#tab/pnpps",
44004471
"authors": [
4472+
{
4473+
"name": "Ganesh Sanap",
4474+
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
4475+
},
44014476
{
44024477
"name": "Mikael Svenson",
44034478
"pictureUrl": "https://github.com/wobba.png"
@@ -4410,7 +4485,13 @@
44104485
"tags": [
44114486
"Connect-PnPOnline",
44124487
"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"
44144495
]
44154496
},
44164497
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pnp-powershell-extension",
33
"displayName": "PnP PowerShell extension",
44
"description": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
5-
"version": "2.12.16",
5+
"version": "2.12.17",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)