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

Commit

Permalink
Release 2.12.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Mar 10, 2024
1 parent c356a24 commit 0eeb284
Show file tree
Hide file tree
Showing 4 changed files with 1,016 additions and 935 deletions.
87 changes: 84 additions & 3 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -1717,6 +1717,24 @@
"Set-PnPList"
]
},
{
"title": "Scan for potential inaccessible site collection homepages",
"url": "https://pnp.github.io/script-samples/spo-check-unaccessable-homepages/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-check-unaccessable-homepages/README.md",
"description": "looks for site collections where the default page has custom permissions and outputs to a CSV file",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-check-unaccessable-homepages/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Get-PnPHomePage,Get-PnPListItem,Get-PnPListItemPermission"
]
},
{
"title": "Clean Up Unwanted Site Columns from Content Types and Lists/Libraries",
"url": "https://pnp.github.io/script-samples/spo-cleanup-site-column-usage/README.html",
Expand Down Expand Up @@ -1793,6 +1811,28 @@
"PDF"
]
},
{
"title": "Copy a hub navigation from a source site to any desired target hub site",
"url": "https://pnp.github.io/script-samples/spo-copy-hubsite-navigation/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-hubsite-navigation/README.md",
"description": "This script copies a hub navigation from any hub site (source) to another hub site (target)",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-hubsite-navigation/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Tobias Maestrini",
"pictureUrl": "https://avatars.githubusercontent.com/u/69770609?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPConnection",
"Add-PnPNavigationNode",
"Get-PnPNavigationNode",
"Remove-PnPNavigationNode"
]
},
{
"title": "Copy library view to another library(ies)",
"url": "https://pnp.github.io/script-samples/spo-copy-library-view/README.html",
Expand Down Expand Up @@ -2748,6 +2788,28 @@
"<Cmdlets-Used>"
]
},
{
"title": "Export Content Type Details To CSV",
"url": "https://pnp.github.io/script-samples/spo-export-content-type-details-to-csv/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-content-type-details-to-csv/README.md",
"description": "This script exports all content types available on sites to CSV.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-content-type-details-to-csv/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Chandani Prajapati",
"pictureUrl": "https://avatars.githubusercontent.com/u/52065929?v=4"
}
],
"tags": [
"SharePoint Online",
"Connect-PnPOnline",
"Get-PnPContentType",
"Get-PnPProperty",
"Export-Csv"
]
},
{
"title": "Export CSV To SharePoint List Data",
"url": "https://pnp.github.io/script-samples/spo-export-data-to-sharepoint-lists/README.html",
Expand Down Expand Up @@ -2840,6 +2902,10 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Tetsuya Kawahara",
"pictureUrl": "https://github.com/tecchan1107.png"
Expand All @@ -2849,7 +2915,12 @@
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Get-PnPHubSite",
"Disconnect-PnPOnline"
"Disconnect-PnPOnline",
"m365 login",
"m365 status",
"m365 spo site list",
"m365 spo hubsite list",
"m365 logout"
]
},
{
Expand Down Expand Up @@ -4393,11 +4464,15 @@
"title": "Reindex SharePoint sites",
"url": "https://pnp.github.io/script-samples/spo-reindex-sites/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-sites/README.md",
"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. ",
"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.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-sites/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Mikael Svenson",
"pictureUrl": "https://github.com/wobba.png"
Expand All @@ -4410,7 +4485,13 @@
"tags": [
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Request-PnPReIndexWeb"
"Request-PnPReIndexWeb",
"Disconnect-PnPOnline",
"m365 status",
"m365 login",
"m365 spo site list",
"m365 spo web reindex",
"m365 logout"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "pnp-powershell-extension",
"displayName": "PnP PowerShell extension",
"description": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
"version": "2.12.16",
"version": "2.12.17",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 0eeb284

Please sign in to comment.