Skip to content

Commit

Permalink
Release v3.0.18 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Nov 2, 2024
1 parent 1456f58 commit 541a4fc
Show file tree
Hide file tree
Showing 7 changed files with 2,916 additions and 2,847 deletions.
73 changes: 71 additions & 2 deletions data/samples.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
{
"samples": [
{
"title": "Prevent Guests from Being Added to a Specific Microsoft 365 Group or Microsoft Teams team",
"url": "https://pnp.github.io/script-samples/aad-control-guestaccount-m365-groups-teams/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-control-guestaccount-m365-groups-teams/README.md",
"description": "Prevent Guests from Being Added to a Specific Microsoft 365 Group or Microsoft Teams team",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-control-guestaccount-m365-groups-teams/assets/example.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Disconnect-PnPOnline",
"Get-PnPMicrosoft365GroupSettings",
"New-PnPMicrosoft365GroupSettings",
"Set-PnPMicrosoft365GroupSettings",
"Get-PnPMicrosoft365Group"
]
},
{
"title": "Delete all Microsoft 365 groups and SharePoint sites",
"url": "https://pnp.github.io/script-samples/aad-delete-m365-groups-and-sharepoint-sites/README.html",
Expand Down Expand Up @@ -67,6 +91,28 @@
"m365 entra m365group user add"
]
},
{
"title": "Get Tenant ID",
"url": "https://pnp.github.io/script-samples/aad-get-tenantid/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-tenantid/README.md",
"description": "These are 2 practical scripts to get Tenant ID from either a domain name or from a Subscriptionis ID.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-tenantid/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
},
{
"name": "Daniel Kåven",
"pictureUrl": "https://github.com/dkaaven.png"
}
],
"tags": [
"<Cmdlets-Used>"
]
},
{
"title": "Grant Managed Identity permissions to audit and cleanup SPFx App Principal permissions",
"url": "https://pnp.github.io/script-samples/aad-grant-serviceprincipal-api-permissions/README.html",
Expand All @@ -85,6 +131,29 @@
"<Cmdlets-Used>"
]
},
{
"title": "Automate Renewal of Expiring M365 Groups or or Microsoft Teams teams",
"url": "https://pnp.github.io/script-samples/aad-renew-m365-group/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-renew-m365-group/README.md",
"description": "Automate Renewal of Expiring M365 Groups or or Microsoft Teams teams",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-renew-m365-group/assets/example.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Disconnect-PnPOnline",
"Get-PnPMicrosoft365ExpiringGroup",
"Reset-PnPMicrosoft365GroupExpiration",
"Get-PnPMicrosoft365Group"
]
},
{
"title": "Replace a user's membership in selected Microsoft 365 Groups or Teams",
"url": "https://pnp.github.io/script-samples/aad-replace-membership-of-selected-groups/README.html",
Expand Down Expand Up @@ -1703,7 +1772,7 @@
"authors": [
{
"name": "Eilaf Barmare",
"pictureUrl": "https://github.com/elaf365.png"
"pictureUrl": "https://github.com/EilafBarmare.png"
}
],
"tags": [
Expand Down Expand Up @@ -3501,7 +3570,7 @@
"authors": [
{
"name": "Lewis Baybutt",
"pictureUrl": "https://github.com/lowcodelewis.png"
"pictureUrl": "https://github.com/lewisdoesdev.png"
}
],
"tags": []
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": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
"version": "3.0.17",
"version": "3.0.18",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 541a4fc

Please sign in to comment.