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

Commit aac4927

Browse files
committed
Release 2.12.18
1 parent 0eeb284 commit aac4927

File tree

3 files changed

+56
-11
lines changed

3 files changed

+56
-11
lines changed

data/samples.json

Lines changed: 54 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,15 @@
44
"title": "Delete all Microsoft 365 groups and SharePoint sites",
55
"url": "https://pnp.github.io/script-samples/aad-delete-m365-groups-and-sharepoint-sites/README.html",
66
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-delete-m365-groups-and-sharepoint-sites/README.md",
7-
"description": "Example how you can delete all Microsoft 365 Groups and SharePoint Online sites in your development environment",
7+
"description": "Sample shows how you can delete Microsoft 365 Groups and associated SharePoint Online sites in your development environment",
88
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-delete-m365-groups-and-sharepoint-sites/assets/preview.png",
99
"type": "powershell",
1010
"tabTag": "#tab/pnpps",
1111
"authors": [
12+
{
13+
"name": "Ganesh Sanap",
14+
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
15+
},
1216
{
1317
"name": "Reshmee Auckloo",
1418
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
@@ -18,12 +22,17 @@
1822
"SharePoint Online",
1923
"Microsoft 365 Groups",
2024
"Connect-PnPOnline",
21-
"Get-PnPTenant",
2225
"Get-PnPTenantSite",
2326
"Remove-PnPDeletedMicrosoft365Group",
2427
"Remove-PnPMicrosoft365Group",
2528
"Remove-PnPTenantDeletedSite",
26-
"Remove-PnPTenantSite"
29+
"Remove-PnPTenantSite",
30+
"Disconnect-PnPOnline",
31+
"m365 login",
32+
"m365 status",
33+
"m365 entra m365group list",
34+
"m365 entra m365group remove",
35+
"m365 logout"
2736
]
2837
},
2938
{
@@ -88,6 +97,10 @@
8897
"type": "powershell",
8998
"tabTag": "#tab/pnpps",
9099
"authors": [
100+
{
101+
"name": "Ganesh Sanap",
102+
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
103+
},
91104
{
92105
"name": "Reshmee Auckloo",
93106
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
@@ -103,7 +116,14 @@
103116
"Get-PnPMicrosoft365Group",
104117
"Get-PnPMicrosoft365GroupOwner",
105118
"Remove-PnPMicrosoft365Group",
106-
"Remove-PnPMicrosoft365GroupOwner"
119+
"Remove-PnPMicrosoft365GroupOwner",
120+
"m365 login",
121+
"m365 status",
122+
"m365 entra m365group list",
123+
"m365 entra m365group user list",
124+
"m365 entra m365group user add",
125+
"m365 entra m365group user remove",
126+
"m365 logout"
107127
]
108128
},
109129
{
@@ -1721,18 +1741,34 @@
17211741
"title": "Scan for potential inaccessible site collection homepages",
17221742
"url": "https://pnp.github.io/script-samples/spo-check-unaccessable-homepages/README.html",
17231743
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-check-unaccessable-homepages/README.md",
1724-
"description": "looks for site collections where the default page has custom permissions and outputs to a CSV file",
1744+
"description": "Looks for site collections where the home page has custom permissions and outputs to a CSV file.",
17251745
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-check-unaccessable-homepages/assets/preview.png",
17261746
"type": "powershell",
17271747
"tabTag": "#tab/pnpps",
17281748
"authors": [
1749+
{
1750+
"name": "Ganesh Sanap",
1751+
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
1752+
},
17291753
{
17301754
"name": "Kasper Larsen",
17311755
"pictureUrl": "https://github.com/kasperbolarsen.png"
17321756
}
17331757
],
17341758
"tags": [
1735-
"Get-PnPHomePage,Get-PnPListItem,Get-PnPListItemPermission"
1759+
"Connect-PnPOnline",
1760+
"Get-PnPTenantSite",
1761+
"Get-PnPList",
1762+
"Get-PnPHomePage",
1763+
"Get-PnPListItem",
1764+
"Get-PnPListItemPermission",
1765+
"Disconnect-PnPOnline",
1766+
"m365 login",
1767+
"m365 status",
1768+
"m365 spo site list",
1769+
"m365 spo web get",
1770+
"m365 spo listitem list",
1771+
"m365 logout"
17361772
]
17371773
},
17381774
{
@@ -2792,11 +2828,15 @@
27922828
"title": "Export Content Type Details To CSV",
27932829
"url": "https://pnp.github.io/script-samples/spo-export-content-type-details-to-csv/README.html",
27942830
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-content-type-details-to-csv/README.md",
2795-
"description": "This script exports all content types available on sites to CSV.",
2831+
"description": "This script exports all content types available on a SharePoint site to CSV.",
27962832
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-content-type-details-to-csv/assets/preview.png",
27972833
"type": "powershell",
27982834
"tabTag": "#tab/pnpps",
27992835
"authors": [
2836+
{
2837+
"name": "Ganesh Sanap",
2838+
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
2839+
},
28002840
{
28012841
"name": "Chandani Prajapati",
28022842
"pictureUrl": "https://avatars.githubusercontent.com/u/52065929?v=4"
@@ -2807,7 +2847,12 @@
28072847
"Connect-PnPOnline",
28082848
"Get-PnPContentType",
28092849
"Get-PnPProperty",
2810-
"Export-Csv"
2850+
"Export-Csv",
2851+
"Disconnect-PnPOnline",
2852+
"m365 status",
2853+
"m365 login",
2854+
"m365 spo contenttype list",
2855+
"m365 logout"
28112856
]
28122857
},
28132858
{
@@ -5528,4 +5573,4 @@
55285573
]
55295574
}
55305575
]
5531-
}
5576+
}

package-lock.json

Lines changed: 1 addition & 1 deletion
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.17",
5+
"version": "2.12.18",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)