Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -3658,6 +3658,26 @@
"Connect-PnPOnline"
]
},
{
"title": "Generate file count report",
"url": "https://pnp.github.io/script-samples/spo-generate-sp-file-count-report/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-generate-sp-file-count-report/README.md",
"description": "Get a full report of the number of files in your environment",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-generate-sp-file-count-report/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Dan Toft",
"pictureUrl": "https://github.com/tanddant.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPList",
"Get-PnPListItem"
]
},
{
"title": "Report of SharePoint Storage Savings by trimming document versions",
"url": "https://pnp.github.io/script-samples/spo-generate-sp-storage-savings-report/README.html",
Expand Down Expand Up @@ -6340,6 +6360,25 @@
"m365 teams user list"
]
},
{
"title": "List ownerless teams",
"url": "https://pnp.github.io/script-samples/teams-list-ownerless-teams/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-ownerless-teams/README.md",
"description": "Easily identify ownerless teams in your tenant",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-ownerless-teams/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Dan Toft",
"pictureUrl": "https://github.com/tanddant.png"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPMicrosoft365Group"
]
},
{
"title": "List all Microsoft Teams team's Owners and Members",
"url": "https://pnp.github.io/script-samples/teams-list-teams-owners-and-members/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.15",
"version": "3.0.16",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading