Skip to content

Commit

Permalink
Release v3.0.22 (#44)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Dec 14, 2024
1 parent 8a619bc commit b256256
Show file tree
Hide file tree
Showing 7 changed files with 1,888 additions and 1,807 deletions.
81 changes: 81 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,26 @@
"m365 entra m365group user add"
]
},
{
"title": "Identifying Duplicate Microsoft 365 Group Names",
"url": "https://pnp.github.io/script-samples/aad-get-duplicate-m365group/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-duplicate-m365group/README.md",
"description": "Identifying duplicate M365 Group to ensure each group has a unique name can help to reduce confusion for end users.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-duplicate-m365group/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",
"get-PnPMicrosoft365Group"
]
},
{
"title": "Get Tenant ID",
"url": "https://pnp.github.io/script-samples/aad-get-tenantid/README.html",
Expand Down Expand Up @@ -2049,6 +2069,29 @@
"Remove-PnPNavigationNode"
]
},
{
"title": "Copying a document library between different tenants with resume functionality",
"url": "https://pnp.github.io/script-samples/spo-copy-library-across-tenants/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-library-across-tenants/README.md",
"description": "This sample shows how to copy a document library including files and folder structure from one tenant to another one. It includes a resume functionality which comes handy for large libraries. Additionally you can specify custom properties which shall also copied to the target.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-library-across-tenants/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Timo Vomstein",
"pictureUrl": "https://avatars.githubusercontent.com/u/8087836?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPList",
"Get-PnPListItem",
"Resolve-PnPFolder",
"Get-PnPFile",
"Add-PnPFile"
]
},
{
"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 @@ -2736,6 +2779,24 @@
"Invoke-PnPQuery"
]
},
{
"title": "Download all documents from all document libraries in a site, including version history",
"url": "https://pnp.github.io/script-samples/spo-download-all-doclibs/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-download-all-doclibs/README.md",
"description": "This PowerShell function will download all documents from all document libraries in a site, including version history. The documents will be saved in a folder structure that matches the library structure.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-download-all-doclibs/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Todd Klindt",
"pictureUrl": "https://github.com/ToddKlindt.png"
}
],
"tags": [
"<Cmdlets-Used>"
]
},
{
"title": "Download all files from array of documents urls and archive them",
"url": "https://pnp.github.io/script-samples/spo-download-files-and-archive/README.html",
Expand Down Expand Up @@ -6454,6 +6515,26 @@
"m365 logout"
]
},
{
"title": "Retrieving SharePoint Site URL for Teams Channels",
"url": "https://pnp.github.io/script-samples/teams-get-channel-spo-urls/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-get-channel-spo-urls/README.md",
"description": "This script can help to identify the SharePoint Urls associated to private and shared channels. For example, eDiscovery when running against 'Specific Locations' or just for reporting purposes",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-get-channel-spo-urls/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPTeamsTeam",
"Get-PnPTenantSite"
]
},
{
"title": "Get Teams Templates",
"url": "https://pnp.github.io/script-samples/teams-get-templates/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": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.21",
"version": "3.0.22",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit b256256

Please sign in to comment.