Skip to content

Commit aab773a

Browse files
Release v3.0.45 (#88)
Co-authored-by: Adam-it <[email protected]>
1 parent 5ae19d4 commit aab773a

File tree

7 files changed

+3322
-3295
lines changed

7 files changed

+3322
-3295
lines changed

data/samples.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2485,6 +2485,33 @@
24852485
"invoke-pnpsprestmethod"
24862486
]
24872487
},
2488+
{
2489+
"title": "Delete Empty Folders in SharePoint Document Library with PnP PowerShell",
2490+
"url": "https://pnp.github.io/script-samples/spo-delete-empty-folders/README.html",
2491+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-empty-folders/README.md",
2492+
"description": "This script identifies and deletes empty folders in a SharePoint document library using PnP PowerShell",
2493+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-empty-folders/assets/preview.png",
2494+
"type": "powershell",
2495+
"tabTag": "#tab/pnpps",
2496+
"authors": [
2497+
{
2498+
"name": "Nanddeep Nachan",
2499+
"pictureUrl": "https://github.com/nanddeepn.png"
2500+
},
2501+
{
2502+
"name": "Smita Nachan",
2503+
"pictureUrl": "https://github.com/SmitaNachan.png"
2504+
}
2505+
],
2506+
"tags": [
2507+
"Connect-PnPOnline",
2508+
"Get-PnPFolderItem",
2509+
"Get-PnPFolderStorageMetric",
2510+
"Remove-PnPFolder",
2511+
"Get-PnPList",
2512+
"Get-PnPWeb"
2513+
]
2514+
},
24882515
{
24892516
"title": "Deletes expired and older sharing links for folder, file and item in SharePoint",
24902517
"url": "https://pnp.github.io/script-samples/spo-delete-expired-sharing-link-folder-file-item/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.44",
5+
"version": "3.0.45",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)