Skip to content
This repository was archived by the owner on May 18, 2024. It is now read-only.

Commit d75d22e

Browse files
committed
Release 2.12.23
1 parent 429ad20 commit d75d22e

File tree

4 files changed

+2204
-2134
lines changed

4 files changed

+2204
-2134
lines changed

data/samples.json

Lines changed: 70 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3631,6 +3631,31 @@
36313631
"m365 logout"
36323632
]
36333633
},
3634+
{
3635+
"title": "Get (or export) an existing site structure in a SharePoint Online tenant",
3636+
"url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html",
3637+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-existing-site-structure/README.md",
3638+
"description": "Retrieve an existing structure of a SharePoint Online (SPO) tenant",
3639+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-existing-site-structure/assets/preview.png",
3640+
"type": "powershell",
3641+
"tabTag": "#tab/pnpps",
3642+
"authors": [
3643+
{
3644+
"name": "Tobias Maestrini",
3645+
"pictureUrl": "https://avatars.githubusercontent.com/u/69770609?v=4"
3646+
}
3647+
],
3648+
"tags": [
3649+
"Connect-PnPOnline",
3650+
"Get-PnPConnection",
3651+
"Get-PnPTenantInfo",
3652+
"Get-PnPTenantSite",
3653+
"Get-PnPHomeSite",
3654+
"Get-PnPHubSite",
3655+
"Get-PnPHubSiteChild",
3656+
"Get-PnPList"
3657+
]
3658+
},
36343659
{
36353660
"title": "Get all files in a Document Library along with Created By and Modified By",
36363661
"url": "https://pnp.github.io/script-samples/spo-get-files-and-creators-modifiers/README.html",
@@ -3655,6 +3680,26 @@
36553680
"Get-PnPTenantSite"
36563681
]
36573682
},
3683+
{
3684+
"title": "Retrieves all files properties within a specified folder.",
3685+
"url": "https://pnp.github.io/script-samples/spo-get-folder-item/README.html",
3686+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-folder-item/README.md",
3687+
"description": "Retrieves all files properties within a specified folder.",
3688+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-folder-item/assets/preview.png",
3689+
"type": "powershell",
3690+
"tabTag": "#tab/pnpps",
3691+
"authors": [
3692+
{
3693+
"name": "Reshmee Auckloo",
3694+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
3695+
}
3696+
],
3697+
"tags": [
3698+
"Connect-PnPOnline",
3699+
"Get-PnPList",
3700+
"Get-PnPListItem"
3701+
]
3702+
},
36583703
{
36593704
"title": "Pinpoint the items/docs that hasn't been indexed yet",
36603705
"url": "https://pnp.github.io/script-samples/spo-get-items-not-indexed-since-last-update/README.html",
@@ -3822,6 +3867,31 @@
38223867
"m365 tenant serviceannouncement message list"
38233868
]
38243869
},
3870+
{
3871+
"title": "Get sharing links within the tenant",
3872+
"url": "https://pnp.github.io/script-samples/spo-get-sharinglinks/README.html",
3873+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharinglinks/README.md",
3874+
"description": "Understand and sharing links activities within your M365 environment is crucial for maintaining security and compliance.",
3875+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharinglinks/assets/preview.png",
3876+
"type": "powershell",
3877+
"tabTag": "#tab/pnpps",
3878+
"authors": [
3879+
{
3880+
"name": "Reshmee Auckloo",
3881+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
3882+
}
3883+
],
3884+
"tags": [
3885+
"modern",
3886+
"Connect-PnPOnline",
3887+
"Get-PnPListItem",
3888+
"Get-PnPProperty",
3889+
"Get-PnPList",
3890+
"Get-PnPWeb",
3891+
"Get-PnPContext",
3892+
"GetObjectSharingInformation"
3893+
]
3894+
},
38253895
{
38263896
"title": "Get membership report of a site",
38273897
"url": "https://pnp.github.io/script-samples/spo-get-sites-membership-report/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": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
5-
"version": "2.12.22",
5+
"version": "2.12.23",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)