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

Commit 19af056

Browse files
committed
Release 2.12.20
1 parent 72297df commit 19af056

File tree

4 files changed

+2804
-2726
lines changed

4 files changed

+2804
-2726
lines changed

data/samples.json

Lines changed: 86 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2274,11 +2274,11 @@
22742274
"Get-PnPApp",
22752275
"Install-PnPApp",
22762276
"Update-PnPApp",
2277-
"Get-PnPHubSite",
2278-
"Get-PnPSite",
2279-
"Get-PnPTenant",
2277+
"Get-PnPHubSiteChild",
22802278
"Get-PnPWeb",
2281-
"Invoke-PnPSPRestMethod"
2279+
"Invoke-PnPSPRestMethod",
2280+
"Get-PnPTenantServicePrincipalPermissionRequests",
2281+
"Approve-PnPTenantServicePrincipalPermissionRequest"
22822282
]
22832283
},
22842284
{
@@ -3569,6 +3569,10 @@
35693569
"type": "powershell",
35703570
"tabTag": "#tab/pnpps",
35713571
"authors": [
3572+
{
3573+
"name": "Ganesh Sanap",
3574+
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
3575+
},
35723576
{
35733577
"name": "Reshmee Auckloo",
35743578
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
@@ -3578,7 +3582,12 @@
35783582
"Connect-PnPOnline",
35793583
"Get-PnPList",
35803584
"Get-PnPField",
3581-
"Disconnect-PnPOnline"
3585+
"Disconnect-PnPOnline",
3586+
"m365 login",
3587+
"m365 status",
3588+
"m365 spo list list",
3589+
"m365 spo field list",
3590+
"m365 logout"
35823591
]
35833592
},
35843593
{
@@ -5096,6 +5105,28 @@
50965105
"Disconnect-PnPOnline"
50975106
]
50985107
},
5108+
{
5109+
"title": "M365 Consultant's Script Kit",
5110+
"url": "https://pnp.github.io/script-samples/spo-time-based-file-reports/README.html",
5111+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-time-based-file-reports/README.md",
5112+
"description": "These scripts are part of the Microsoft 365 Consultant's Script kit - OneDrive, SharePoint and Custom Site Scans",
5113+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-time-based-file-reports/assets/preview.png",
5114+
"type": "powershell",
5115+
"tabTag": "#tab/pnpps",
5116+
"authors": [
5117+
{
5118+
"name": "Nick Brattoli",
5119+
"pictureUrl": "https://github.com/nbrattoli.png"
5120+
}
5121+
],
5122+
"tags": [
5123+
"<Cmdlets-Used>",
5124+
"Add-PnPFile",
5125+
"Connect-PnPOnline",
5126+
"Get-PnPList",
5127+
"Get-PnPListItem"
5128+
]
5129+
},
50995130
{
51005131
"title": "Translate columns in a SharePoint list",
51015132
"url": "https://pnp.github.io/script-samples/spo-translate-list/README.html",
@@ -5122,6 +5153,56 @@
51225153
"Remove-PnPListItem"
51235154
]
51245155
},
5156+
{
5157+
"title": "Trim file versions and archive Site Collection using Microsoft365 Archive",
5158+
"url": "https://pnp.github.io/script-samples/spo-trim-and-m365-archive-sitecollection/README.html",
5159+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-trim-and-m365-archive-sitecollection/README.md",
5160+
"description": "Trim the file versions and archive the site using Microsoft 365 Archive",
5161+
"image": "spo-trim-and-m365-archive-sitecollection/assets/preview.png",
5162+
"type": "powershell",
5163+
"tabTag": "#tab/pnpps",
5164+
"authors": [
5165+
{
5166+
"name": "Kasper Larsen",
5167+
"pictureUrl": "https://github.com/kasperbolarsen.png"
5168+
}
5169+
],
5170+
"tags": [
5171+
"Set-PnPSiteArchiveState",
5172+
"Remove-PnPFileVersion",
5173+
"Get-PnPFileVersion",
5174+
"Governance",
5175+
"SharePoint Premium"
5176+
]
5177+
},
5178+
{
5179+
"title": "Retracting SPFx Solutions from Hub Site and associated sites",
5180+
"url": "https://pnp.github.io/script-samples/spo-uninstall-spfx-hubsiteassociatedsites-tenantappcatalog/README.html",
5181+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-uninstall-spfx-hubsiteassociatedsites-tenantappcatalog/README.md",
5182+
"description": "Retracting SPFx Solutions from Hub Site and associated sites ",
5183+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-uninstall-spfx-hubsiteassociatedsites-tenantappcatalog/assets/preview.png",
5184+
"type": "powershell",
5185+
"tabTag": "#tab/pnpps",
5186+
"authors": [
5187+
{
5188+
"name": "Reshmee Auckloo",
5189+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
5190+
}
5191+
],
5192+
"tags": [
5193+
"modern",
5194+
"Connect-PnPOnline",
5195+
"Disconnect-PnPOnline",
5196+
"Get-PnPHubSiteChild",
5197+
"Invoke-PnPSPRestMethod",
5198+
"Get-PnPApp",
5199+
"Uninstall-PnPApp",
5200+
"Remove-PnPApp",
5201+
"Get-PnPWeb",
5202+
"Get-PnPTenantSite",
5203+
"Invoke-PnPSPRestMethod"
5204+
]
5205+
},
51255206
{
51265207
"title": "How to Hide the 'See All' Button in the Highlighted Content Web Part",
51275208
"url": "https://pnp.github.io/script-samples/spo-update-highlightcontentwebpart-seeall/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.19",
5+
"version": "2.12.20",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)