Skip to content

Commit ddc61b8

Browse files
Release v3.0.16 (#32)
Co-authored-by: Adam-it <[email protected]>
1 parent 8f3737c commit ddc61b8

File tree

7 files changed

+1636
-1597
lines changed

7 files changed

+1636
-1597
lines changed

data/samples.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3658,6 +3658,26 @@
36583658
"Connect-PnPOnline"
36593659
]
36603660
},
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+
},
36613681
{
36623682
"title": "Report of SharePoint Storage Savings by trimming document versions",
36633683
"url": "https://pnp.github.io/script-samples/spo-generate-sp-storage-savings-report/README.html",
@@ -6340,6 +6360,25 @@
63406360
"m365 teams user list"
63416361
]
63426362
},
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+
},
63436382
{
63446383
"title": "List all Microsoft Teams team's Owners and Members",
63456384
"url": "https://pnp.github.io/script-samples/teams-list-teams-owners-and-members/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.15",
5+
"version": "3.0.16",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)