|
91 | 91 | "m365 entra m365group user add"
|
92 | 92 | ]
|
93 | 93 | },
|
| 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 | + }, |
94 | 114 | {
|
95 | 115 | "title": "Get Tenant ID",
|
96 | 116 | "url": "https://pnp.github.io/script-samples/aad-get-tenantid/README.html",
|
|
2049 | 2069 | "Remove-PnPNavigationNode"
|
2050 | 2070 | ]
|
2051 | 2071 | },
|
| 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 | + }, |
2052 | 2095 | {
|
2053 | 2096 | "title": "Copy library view to another library(ies)",
|
2054 | 2097 | "url": "https://pnp.github.io/script-samples/spo-copy-library-view/README.html",
|
|
2736 | 2779 | "Invoke-PnPQuery"
|
2737 | 2780 | ]
|
2738 | 2781 | },
|
| 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 | + }, |
2739 | 2800 | {
|
2740 | 2801 | "title": "Download all files from array of documents urls and archive them",
|
2741 | 2802 | "url": "https://pnp.github.io/script-samples/spo-download-files-and-archive/README.html",
|
|
6454 | 6515 | "m365 logout"
|
6455 | 6516 | ]
|
6456 | 6517 | },
|
| 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 | + }, |
6457 | 6538 | {
|
6458 | 6539 | "title": "Get Teams Templates",
|
6459 | 6540 | "url": "https://pnp.github.io/script-samples/teams-get-templates/README.html",
|
|
0 commit comments