Skip to content

Commit 9a1a290

Browse files
Release V3.0.38 (#73)
Co-authored-by: Adam-it <[email protected]>
1 parent 0584ebc commit 9a1a290

File tree

7 files changed

+1730
-1682
lines changed

7 files changed

+1730
-1682
lines changed

data/samples.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5985,6 +5985,32 @@
59855985
"Get-PnPPage"
59865986
]
59875987
},
5988+
{
5989+
"title": "Renaming a SharePoint Hub Site URL",
5990+
"url": "https://pnp.github.io/script-samples/spo-rename-hub-siteurl/README.html",
5991+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-rename-hub-siteurl/README.md",
5992+
"description": "How to Safely Rename a SharePoint Hub Site URL",
5993+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-rename-hub-siteurl/assets/preview.png",
5994+
"type": "powershell",
5995+
"tabTag": "#tab/pnpps",
5996+
"authors": [
5997+
{
5998+
"name": "Reshmee Auckloo",
5999+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
6000+
}
6001+
],
6002+
"tags": [
6003+
"modern",
6004+
"Connect-PnPOnline",
6005+
"Get-PnPTenantSite",
6006+
"Get-PnPHubSite",
6007+
"Get-PnPHubSiteChild",
6008+
"Unregister-PnPHubSite",
6009+
"Rename-PnPTenantSite",
6010+
"Remove-PnPTenantSite",
6011+
"Register-PnPHubSite"
6012+
]
6013+
},
59886014
{
59896015
"title": "Reorder Content Types in SharePoint List",
59906016
"url": "https://pnp.github.io/script-samples/spo-reorder-list-content-type/README.html",
@@ -6320,6 +6346,24 @@
63206346
"Set-PnPView"
63216347
]
63226348
},
6349+
{
6350+
"title": "SharePoint Online - Export SharePoint Alerts",
6351+
"url": "https://pnp.github.io/script-samples/spo-sharepoint-alerts-audit/README.html",
6352+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-sharepoint-alerts-audit/README.md",
6353+
"description": "This PowerShell script scans your SharePoint Online environment and exports a list of all classic SharePoint Alerts configured by users across all site collections.",
6354+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-sharepoint-alerts-audit/assets/preview.png",
6355+
"type": "powershell",
6356+
"tabTag": "#tab/pnpps",
6357+
"authors": [
6358+
{
6359+
"name": "Tanel Vahk",
6360+
"pictureUrl": "https://github.com/tvahk.png"
6361+
}
6362+
],
6363+
"tags": [
6364+
"<Cmdlets-Used>"
6365+
]
6366+
},
63236367
{
63246368
"title": "List of active sites in Tenant with Admins and storage used",
63256369
"url": "https://pnp.github.io/script-samples/spo-tenant-site-inventory/README.html",
@@ -6470,6 +6514,10 @@
64706514
"type": "powershell",
64716515
"tabTag": "#tab/pnpps",
64726516
"authors": [
6517+
{
6518+
"name": "Reshmee Auckloo",
6519+
"pictureUrl": "https://github.com/reshmee011.png"
6520+
},
64736521
{
64746522
"name": "Kasper Larsen",
64756523
"pictureUrl": "https://github.com/kasperbolarsen.png"

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.37",
5+
"version": "3.0.38",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)