4
4
"title" : " Delete all Microsoft 365 groups and SharePoint sites" ,
5
5
"url" : " https://pnp.github.io/script-samples/aad-delete-m365-groups-and-sharepoint-sites/README.html" ,
6
6
"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" ,
8
8
"image" : " https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-delete-m365-groups-and-sharepoint-sites/assets/preview.png" ,
9
9
"type" : " powershell" ,
10
10
"tabTag" : " #tab/pnpps" ,
11
11
"authors" : [
12
+ {
13
+ "name" : " Ganesh Sanap" ,
14
+ "pictureUrl" : " https://avatars.githubusercontent.com/u/25476310?v=4"
15
+ },
12
16
{
13
17
"name" : " Reshmee Auckloo" ,
14
18
"pictureUrl" : " https://avatars.githubusercontent.com/u/7693852?v=4"
18
22
" SharePoint Online" ,
19
23
" Microsoft 365 Groups" ,
20
24
" Connect-PnPOnline" ,
21
- " Get-PnPTenant" ,
22
25
" Get-PnPTenantSite" ,
23
26
" Remove-PnPDeletedMicrosoft365Group" ,
24
27
" Remove-PnPMicrosoft365Group" ,
25
28
" 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"
27
36
]
28
37
},
29
38
{
88
97
"type" : " powershell" ,
89
98
"tabTag" : " #tab/pnpps" ,
90
99
"authors" : [
100
+ {
101
+ "name" : " Ganesh Sanap" ,
102
+ "pictureUrl" : " https://avatars.githubusercontent.com/u/25476310?v=4"
103
+ },
91
104
{
92
105
"name" : " Reshmee Auckloo" ,
93
106
"pictureUrl" : " https://avatars.githubusercontent.com/u/7693852?v=4"
103
116
" Get-PnPMicrosoft365Group" ,
104
117
" Get-PnPMicrosoft365GroupOwner" ,
105
118
" 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"
107
127
]
108
128
},
109
129
{
1721
1741
"title" : " Scan for potential inaccessible site collection homepages" ,
1722
1742
"url" : " https://pnp.github.io/script-samples/spo-check-unaccessable-homepages/README.html" ,
1723
1743
"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. " ,
1725
1745
"image" : " https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-check-unaccessable-homepages/assets/preview.png" ,
1726
1746
"type" : " powershell" ,
1727
1747
"tabTag" : " #tab/pnpps" ,
1728
1748
"authors" : [
1749
+ {
1750
+ "name" : " Ganesh Sanap" ,
1751
+ "pictureUrl" : " https://avatars.githubusercontent.com/u/25476310?v=4"
1752
+ },
1729
1753
{
1730
1754
"name" : " Kasper Larsen" ,
1731
1755
"pictureUrl" : " https://github.com/kasperbolarsen.png"
1732
1756
}
1733
1757
],
1734
1758
"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"
1736
1772
]
1737
1773
},
1738
1774
{
2792
2828
"title" : " Export Content Type Details To CSV" ,
2793
2829
"url" : " https://pnp.github.io/script-samples/spo-export-content-type-details-to-csv/README.html" ,
2794
2830
"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." ,
2796
2832
"image" : " https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-export-content-type-details-to-csv/assets/preview.png" ,
2797
2833
"type" : " powershell" ,
2798
2834
"tabTag" : " #tab/pnpps" ,
2799
2835
"authors" : [
2836
+ {
2837
+ "name" : " Ganesh Sanap" ,
2838
+ "pictureUrl" : " https://avatars.githubusercontent.com/u/25476310?v=4"
2839
+ },
2800
2840
{
2801
2841
"name" : " Chandani Prajapati" ,
2802
2842
"pictureUrl" : " https://avatars.githubusercontent.com/u/52065929?v=4"
2807
2847
" Connect-PnPOnline" ,
2808
2848
" Get-PnPContentType" ,
2809
2849
" 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"
2811
2856
]
2812
2857
},
2813
2858
{
5528
5573
]
5529
5574
}
5530
5575
]
5531
- }
5576
+ }
0 commit comments