Skip to content

Commit b256256

Browse files
Release v3.0.22 (#44)
Co-authored-by: Adam-it <[email protected]>
1 parent 8a619bc commit b256256

File tree

7 files changed

+1888
-1807
lines changed

7 files changed

+1888
-1807
lines changed

data/samples.json

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,26 @@
9191
"m365 entra m365group user add"
9292
]
9393
},
94+
{
95+
"title": "Identifying Duplicate Microsoft 365 Group Names",
96+
"url": "https://pnp.github.io/script-samples/aad-get-duplicate-m365group/README.html",
97+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-duplicate-m365group/README.md",
98+
"description": "Identifying duplicate M365 Group to ensure each group has a unique name can help to reduce confusion for end users.",
99+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-duplicate-m365group/assets/preview.png",
100+
"type": "powershell",
101+
"tabTag": "#tab/pnpps",
102+
"authors": [
103+
{
104+
"name": "Reshmee Auckloo",
105+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
106+
}
107+
],
108+
"tags": [
109+
"modern",
110+
"Connect-PnPOnline",
111+
"get-PnPMicrosoft365Group"
112+
]
113+
},
94114
{
95115
"title": "Get Tenant ID",
96116
"url": "https://pnp.github.io/script-samples/aad-get-tenantid/README.html",
@@ -2049,6 +2069,29 @@
20492069
"Remove-PnPNavigationNode"
20502070
]
20512071
},
2072+
{
2073+
"title": "Copying a document library between different tenants with resume functionality",
2074+
"url": "https://pnp.github.io/script-samples/spo-copy-library-across-tenants/README.html",
2075+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-library-across-tenants/README.md",
2076+
"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.",
2077+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-copy-library-across-tenants/assets/preview.png",
2078+
"type": "powershell",
2079+
"tabTag": "#tab/pnpps",
2080+
"authors": [
2081+
{
2082+
"name": "Timo Vomstein",
2083+
"pictureUrl": "https://avatars.githubusercontent.com/u/8087836?v=4"
2084+
}
2085+
],
2086+
"tags": [
2087+
"Connect-PnPOnline",
2088+
"Get-PnPList",
2089+
"Get-PnPListItem",
2090+
"Resolve-PnPFolder",
2091+
"Get-PnPFile",
2092+
"Add-PnPFile"
2093+
]
2094+
},
20522095
{
20532096
"title": "Copy library view to another library(ies)",
20542097
"url": "https://pnp.github.io/script-samples/spo-copy-library-view/README.html",
@@ -2736,6 +2779,24 @@
27362779
"Invoke-PnPQuery"
27372780
]
27382781
},
2782+
{
2783+
"title": "Download all documents from all document libraries in a site, including version history",
2784+
"url": "https://pnp.github.io/script-samples/spo-download-all-doclibs/README.html",
2785+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-download-all-doclibs/README.md",
2786+
"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.",
2787+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-download-all-doclibs/assets/preview.png",
2788+
"type": "powershell",
2789+
"tabTag": "#tab/pnpps",
2790+
"authors": [
2791+
{
2792+
"name": "Todd Klindt",
2793+
"pictureUrl": "https://github.com/ToddKlindt.png"
2794+
}
2795+
],
2796+
"tags": [
2797+
"<Cmdlets-Used>"
2798+
]
2799+
},
27392800
{
27402801
"title": "Download all files from array of documents urls and archive them",
27412802
"url": "https://pnp.github.io/script-samples/spo-download-files-and-archive/README.html",
@@ -6454,6 +6515,26 @@
64546515
"m365 logout"
64556516
]
64566517
},
6518+
{
6519+
"title": "Retrieving SharePoint Site URL for Teams Channels",
6520+
"url": "https://pnp.github.io/script-samples/teams-get-channel-spo-urls/README.html",
6521+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-get-channel-spo-urls/README.md",
6522+
"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",
6523+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-get-channel-spo-urls/assets/preview.png",
6524+
"type": "powershell",
6525+
"tabTag": "#tab/pnpps",
6526+
"authors": [
6527+
{
6528+
"name": "Reshmee Auckloo",
6529+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
6530+
}
6531+
],
6532+
"tags": [
6533+
"Connect-PnPOnline",
6534+
"Get-PnPTeamsTeam",
6535+
"Get-PnPTenantSite"
6536+
]
6537+
},
64576538
{
64586539
"title": "Get Teams Templates",
64596540
"url": "https://pnp.github.io/script-samples/teams-get-templates/README.html",

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": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.21",
5+
"version": "3.0.22",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)