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.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Jan 15, 2024
1 parent e05b7a1 commit 52f17d0
Show file tree
Hide file tree
Showing 4 changed files with 2,805 additions and 2,751 deletions.
54 changes: 54 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,26 @@
"Invoke-PnPGraphMethod,Invoke-PnPSearchQuery,Invoke-RestMethod"
]
},
{
"title": "Get Site Collection invalid user accounts",
"url": "https://pnp.github.io/script-samples/get-spo-invalid-user-accounts/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/get-spo-invalid-user-accounts/README.md",
"description": "Find the user accounts which no longer is valid, export report to CSV",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/get-spo-invalid-user-accounts/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Invoke-PnPGraphMethod",
"Get-PnPUser",
"Submit-PnPSearchQuery"
]
},
{
"title": "Authenticate with and call the Microsoft Graph",
"url": "https://pnp.github.io/script-samples/graph-call-graph/README.html",
Expand Down Expand Up @@ -1969,6 +1989,36 @@
"Invoke-PnPSPRestMethod"
]
},
{
"title": "Deploying SPFx Packages from Tenant App Catalog to Hub Site and Associated Sites",
"url": "https://pnp.github.io/script-samples/spo-deploy-install-update-spfx-hubsiteassociatedsites-tenantappaatalog/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-deploy-install-update-spfx-hubsiteassociatedsites-tenantappaatalog/README.md",
"description": "Deploying SPFx Packages from Tenant App Catalog to Hub Site and Associated Sites",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-deploy-install-update-spfx-hubsiteassociatedsites-tenantappcatalog/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Disconnect-PnPOnline",
"Get-PnPTenantSite",
"Add-PnPApp",
"Get-PnPApp",
"Install-PnPApp",
"Update-PnPApp",
"Get-PnPHubSite",
"Get-PnPSite",
"Get-PnPTenant",
"Get-PnPWeb",
"Invoke-PnPSPRestMethod"
]
},
{
"title": "Extract the configuration of a PnP Modern Search results web part and apply it on another site collection",
"url": "https://pnp.github.io/script-samples/spo-deploy-pnpmodernsearch-webpart/README.html",
Expand Down Expand Up @@ -4223,6 +4273,10 @@
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Valeras Narbutas",
"pictureUrl": "https://avatars.githubusercontent.com/ValerasNarbutas"
},
{
"name": "Lotsamocha01",
"pictureUrl": "https://github.com/Lotsamocha01.png"
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.6",
"version": "2.12.7",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 52f17d0

Please sign in to comment.