|
3658 | 3658 | "Connect-PnPOnline" |
3659 | 3659 | ] |
3660 | 3660 | }, |
| 3661 | + { |
| 3662 | + "title": "Generate file count report", |
| 3663 | + "url": "https://pnp.github.io/script-samples/spo-generate-sp-file-count-report/README.html", |
| 3664 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-generate-sp-file-count-report/README.md", |
| 3665 | + "description": "Get a full report of the number of files in your environment", |
| 3666 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-generate-sp-file-count-report/assets/preview.png", |
| 3667 | + "type": "powershell", |
| 3668 | + "tabTag": "#tab/pnpps", |
| 3669 | + "authors": [ |
| 3670 | + { |
| 3671 | + "name": "Dan Toft", |
| 3672 | + "pictureUrl": "https://github.com/tanddant.png" |
| 3673 | + } |
| 3674 | + ], |
| 3675 | + "tags": [ |
| 3676 | + "Connect-PnPOnline", |
| 3677 | + "Get-PnPList", |
| 3678 | + "Get-PnPListItem" |
| 3679 | + ] |
| 3680 | + }, |
3661 | 3681 | { |
3662 | 3682 | "title": "Report of SharePoint Storage Savings by trimming document versions", |
3663 | 3683 | "url": "https://pnp.github.io/script-samples/spo-generate-sp-storage-savings-report/README.html", |
|
6340 | 6360 | "m365 teams user list" |
6341 | 6361 | ] |
6342 | 6362 | }, |
| 6363 | + { |
| 6364 | + "title": "List ownerless teams", |
| 6365 | + "url": "https://pnp.github.io/script-samples/teams-list-ownerless-teams/README.html", |
| 6366 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-ownerless-teams/README.md", |
| 6367 | + "description": "Easily identify ownerless teams in your tenant", |
| 6368 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-ownerless-teams/assets/preview.png", |
| 6369 | + "type": "powershell", |
| 6370 | + "tabTag": "#tab/pnpps", |
| 6371 | + "authors": [ |
| 6372 | + { |
| 6373 | + "name": "Dan Toft", |
| 6374 | + "pictureUrl": "https://github.com/tanddant.png" |
| 6375 | + } |
| 6376 | + ], |
| 6377 | + "tags": [ |
| 6378 | + "Connect-PnPOnline", |
| 6379 | + "Get-PnPMicrosoft365Group" |
| 6380 | + ] |
| 6381 | + }, |
6343 | 6382 | { |
6344 | 6383 | "title": "List all Microsoft Teams team's Owners and Members", |
6345 | 6384 | "url": "https://pnp.github.io/script-samples/teams-list-teams-owners-and-members/README.html", |
|
0 commit comments