|
5985 | 5985 | "Get-PnPPage" |
5986 | 5986 | ] |
5987 | 5987 | }, |
| 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 | + }, |
5988 | 6014 | { |
5989 | 6015 | "title": "Reorder Content Types in SharePoint List", |
5990 | 6016 | "url": "https://pnp.github.io/script-samples/spo-reorder-list-content-type/README.html", |
|
6320 | 6346 | "Set-PnPView" |
6321 | 6347 | ] |
6322 | 6348 | }, |
| 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 | + }, |
6323 | 6367 | { |
6324 | 6368 | "title": "List of active sites in Tenant with Admins and storage used", |
6325 | 6369 | "url": "https://pnp.github.io/script-samples/spo-tenant-site-inventory/README.html", |
|
6470 | 6514 | "type": "powershell", |
6471 | 6515 | "tabTag": "#tab/pnpps", |
6472 | 6516 | "authors": [ |
| 6517 | + { |
| 6518 | + "name": "Reshmee Auckloo", |
| 6519 | + "pictureUrl": "https://github.com/reshmee011.png" |
| 6520 | + }, |
6473 | 6521 | { |
6474 | 6522 | "name": "Kasper Larsen", |
6475 | 6523 | "pictureUrl": "https://github.com/kasperbolarsen.png" |
|
0 commit comments