Skip to content

Commit 541a4fc

Browse files
Release v3.0.18 (#36)
Co-authored-by: Adam-it <[email protected]>
1 parent 1456f58 commit 541a4fc

File tree

7 files changed

+2916
-2847
lines changed

7 files changed

+2916
-2847
lines changed

data/samples.json

Lines changed: 71 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"samples": [
3+
{
4+
"title": "Prevent Guests from Being Added to a Specific Microsoft 365 Group or Microsoft Teams team",
5+
"url": "https://pnp.github.io/script-samples/aad-control-guestaccount-m365-groups-teams/README.html",
6+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-control-guestaccount-m365-groups-teams/README.md",
7+
"description": "Prevent Guests from Being Added to a Specific Microsoft 365 Group or Microsoft Teams team",
8+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-control-guestaccount-m365-groups-teams/assets/example.png",
9+
"type": "powershell",
10+
"tabTag": "#tab/pnpps",
11+
"authors": [
12+
{
13+
"name": "Reshmee Auckloo",
14+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
15+
}
16+
],
17+
"tags": [
18+
"modern",
19+
"Connect-PnPOnline",
20+
"Disconnect-PnPOnline",
21+
"Get-PnPMicrosoft365GroupSettings",
22+
"New-PnPMicrosoft365GroupSettings",
23+
"Set-PnPMicrosoft365GroupSettings",
24+
"Get-PnPMicrosoft365Group"
25+
]
26+
},
327
{
428
"title": "Delete all Microsoft 365 groups and SharePoint sites",
529
"url": "https://pnp.github.io/script-samples/aad-delete-m365-groups-and-sharepoint-sites/README.html",
@@ -67,6 +91,28 @@
6791
"m365 entra m365group user add"
6892
]
6993
},
94+
{
95+
"title": "Get Tenant ID",
96+
"url": "https://pnp.github.io/script-samples/aad-get-tenantid/README.html",
97+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-tenantid/README.md",
98+
"description": "These are 2 practical scripts to get Tenant ID from either a domain name or from a Subscriptionis ID.",
99+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-tenantid/assets/preview.png",
100+
"type": "powershell",
101+
"tabTag": "#tab/pnpps",
102+
"authors": [
103+
{
104+
"name": "Reshmee Auckloo",
105+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
106+
},
107+
{
108+
"name": "Daniel Kåven",
109+
"pictureUrl": "https://github.com/dkaaven.png"
110+
}
111+
],
112+
"tags": [
113+
"<Cmdlets-Used>"
114+
]
115+
},
70116
{
71117
"title": "Grant Managed Identity permissions to audit and cleanup SPFx App Principal permissions",
72118
"url": "https://pnp.github.io/script-samples/aad-grant-serviceprincipal-api-permissions/README.html",
@@ -85,6 +131,29 @@
85131
"<Cmdlets-Used>"
86132
]
87133
},
134+
{
135+
"title": "Automate Renewal of Expiring M365 Groups or or Microsoft Teams teams",
136+
"url": "https://pnp.github.io/script-samples/aad-renew-m365-group/README.html",
137+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-renew-m365-group/README.md",
138+
"description": "Automate Renewal of Expiring M365 Groups or or Microsoft Teams teams",
139+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-renew-m365-group/assets/example.png",
140+
"type": "powershell",
141+
"tabTag": "#tab/pnpps",
142+
"authors": [
143+
{
144+
"name": "Reshmee Auckloo",
145+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
146+
}
147+
],
148+
"tags": [
149+
"modern",
150+
"Connect-PnPOnline",
151+
"Disconnect-PnPOnline",
152+
"Get-PnPMicrosoft365ExpiringGroup",
153+
"Reset-PnPMicrosoft365GroupExpiration",
154+
"Get-PnPMicrosoft365Group"
155+
]
156+
},
88157
{
89158
"title": "Replace a user's membership in selected Microsoft 365 Groups or Teams",
90159
"url": "https://pnp.github.io/script-samples/aad-replace-membership-of-selected-groups/README.html",
@@ -1703,7 +1772,7 @@
17031772
"authors": [
17041773
{
17051774
"name": "Eilaf Barmare",
1706-
"pictureUrl": "https://github.com/elaf365.png"
1775+
"pictureUrl": "https://github.com/EilafBarmare.png"
17071776
}
17081777
],
17091778
"tags": [
@@ -3501,7 +3570,7 @@
35013570
"authors": [
35023571
{
35033572
"name": "Lewis Baybutt",
3504-
"pictureUrl": "https://github.com/lowcodelewis.png"
3573+
"pictureUrl": "https://github.com/lewisdoesdev.png"
35053574
}
35063575
],
35073576
"tags": []

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": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.17",
5+
"version": "3.0.18",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)