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

Commit

Permalink
Release 2.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed Nov 5, 2023
1 parent c4bf5e7 commit 6bc1d98
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 3 deletions.
84 changes: 84 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,30 @@
"Remove-PnPTenantSite"
]
},
{
"title": "Ensuring m365 group owners are m365 group members",
"url": "https://pnp.github.io/script-samples/aad-ensure-ownersaremembers-m365groups/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-ensure-ownersaremembers-m365groups/README.md",
"description": "Ensuring m365 group owners are m365 group members",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-ensure-ownersaremembers-m365groups/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"SharePoint Online",
"Microsoft 365 Groups",
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Get-PnPMicrosoft365GroupOwner",
"Get-PnPMicrosoft365GroupMember",
"Add-PnPMicrosoft365GroupMember"
]
},
{
"title": "Replace a user's membership in selected Microsoft 365 Groups or Teams",
"url": "https://pnp.github.io/script-samples/aad-replace-membership-of-selected-groups/README.html",
Expand Down Expand Up @@ -2042,6 +2066,26 @@
"m365 spo tenant settings set"
]
},
{
"title": "Disable Web Templates Gallery First Run Dialog",
"url": "https://pnp.github.io/script-samples/spo-disable-template-dialog/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-disable-template-dialog/README.md",
"description": "Disable Web Templates Gallery First Run Dialog",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-disable-template-dialog/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPWeb",
"Invoke-PnPQuery"
]
},
{
"title": "Enable modern creation forms for Document sets",
"url": "https://pnp.github.io/script-samples/spo-document-sets-modern-new-form/README.html",
Expand Down Expand Up @@ -2414,6 +2458,27 @@
],
"tags": []
},
{
"title": "Export of the Hierarchy of Hub Sites",
"url": "https://pnp.github.io/script-samples/spo-export-hub-site-hierarchy/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-hub-site-hierarchy/README.md",
"description": "This script exports the SharePoint site hierarchy into a Markdown file to visualize the hub sites and its associated sites.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-hub-site-hierarchy/assets/example.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Tetsuya Kawahara",
"pictureUrl": "https://github.com/tecchan1107.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPTenantSite",
"Get-PnPHubSite",
"Disconnect-PnPOnline"
]
},
{
"title": "Get Hub Sites Information And Export It To CSV",
"url": "https://pnp.github.io/script-samples/spo-export-hub-sites-details-to-csv/README.html",
Expand All @@ -2438,6 +2503,25 @@
"Get-PnPHubSite"
]
},
{
"title": "Export HTML content from SharePoint Online modern pages",
"url": "https://pnp.github.io/script-samples/spo-export-page-html/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-page-html/README.md",
"description": "",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-page-html/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Giacomo Pozzoni",
"pictureUrl": "https://github.com/jackpoz.png"
}
],
"tags": [
"Get-PnPList",
"Get-PnPListItem"
]
},
{
"title": "Extract the employees shown in the People Web part on pages in a selection of Site Collections to CSV",
"url": "https://pnp.github.io/script-samples/spo-export-people-web-part-users/README.html",
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.10.5",
"version": "2.10.6",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down

0 comments on commit 6bc1d98

Please sign in to comment.