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

Commit

Permalink
Release 2.12.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam-it committed May 12, 2024
1 parent 429ad20 commit d75d22e
Show file tree
Hide file tree
Showing 4 changed files with 2,204 additions and 2,134 deletions.
70 changes: 70 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -3631,6 +3631,31 @@
"m365 logout"
]
},
{
"title": "Get (or export) an existing site structure in a SharePoint Online tenant",
"url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-existing-site-structure/README.md",
"description": "Retrieve an existing structure of a SharePoint Online (SPO) tenant",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-existing-site-structure/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Tobias Maestrini",
"pictureUrl": "https://avatars.githubusercontent.com/u/69770609?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPConnection",
"Get-PnPTenantInfo",
"Get-PnPTenantSite",
"Get-PnPHomeSite",
"Get-PnPHubSite",
"Get-PnPHubSiteChild",
"Get-PnPList"
]
},
{
"title": "Get all files in a Document Library along with Created By and Modified By",
"url": "https://pnp.github.io/script-samples/spo-get-files-and-creators-modifiers/README.html",
Expand All @@ -3655,6 +3680,26 @@
"Get-PnPTenantSite"
]
},
{
"title": "Retrieves all files properties within a specified folder.",
"url": "https://pnp.github.io/script-samples/spo-get-folder-item/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-folder-item/README.md",
"description": "Retrieves all files properties within a specified folder.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-folder-item/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPList",
"Get-PnPListItem"
]
},
{
"title": "Pinpoint the items/docs that hasn't been indexed yet",
"url": "https://pnp.github.io/script-samples/spo-get-items-not-indexed-since-last-update/README.html",
Expand Down Expand Up @@ -3822,6 +3867,31 @@
"m365 tenant serviceannouncement message list"
]
},
{
"title": "Get sharing links within the tenant",
"url": "https://pnp.github.io/script-samples/spo-get-sharinglinks/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharinglinks/README.md",
"description": "Understand and sharing links activities within your M365 environment is crucial for maintaining security and compliance.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharinglinks/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Get-PnPListItem",
"Get-PnPProperty",
"Get-PnPList",
"Get-PnPWeb",
"Get-PnPContext",
"GetObjectSharingInformation"
]
},
{
"title": "Get membership report of a site",
"url": "https://pnp.github.io/script-samples/spo-get-sites-membership-report/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": "This extension provides functionalities that may be helpful when creating scripts using PnP PowerShell like docs, commands list, sample gallery and many more.",
"version": "2.12.22",
"version": "2.12.23",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit d75d22e

Please sign in to comment.