|
95 | 95 | "title": "Get Tenant ID", |
96 | 96 | "url": "https://pnp.github.io/script-samples/aad-get-tenantid/README.html", |
97 | 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.", |
| 98 | + "description": "These are 2 practical scripts to get Tenant ID from either a domain name or from a Subscription ID.", |
99 | 99 | "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-tenantid/assets/preview.png", |
100 | 100 | "type": "powershell", |
101 | 101 | "tabTag": "#tab/pnpps", |
102 | 102 | "authors": [ |
| 103 | + { |
| 104 | + "name": "Erwin van Hunen", |
| 105 | + "pictureUrl": "https://github.com/erwinvanhunen.png" |
| 106 | + }, |
| 107 | + { |
| 108 | + "name": "Ganesh Sanap", |
| 109 | + "pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4" |
| 110 | + }, |
103 | 111 | { |
104 | 112 | "name": "Reshmee Auckloo", |
105 | 113 | "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
|
110 | 118 | } |
111 | 119 | ], |
112 | 120 | "tags": [ |
113 | | - "<Cmdlets-Used>" |
| 121 | + "Invoke-WebRequest", |
| 122 | + "Connect-PnPOnline", |
| 123 | + "Get-PnPTenantId" |
114 | 124 | ] |
115 | 125 | }, |
116 | 126 | { |
|
356 | 366 | "m365 spo list set" |
357 | 367 | ] |
358 | 368 | }, |
| 369 | + { |
| 370 | + "title": "Export data from MS Search", |
| 371 | + "url": "https://pnp.github.io/script-samples/export-data-from-microsoft-search/README.html", |
| 372 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/export-data-from-microsoft-search/README.md", |
| 373 | + "description": "Shows how to export data from MS Search, in this case the entityType externalItem ", |
| 374 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/export-data-from-microsoft-search/assets/preview.png", |
| 375 | + "type": "powershell", |
| 376 | + "tabTag": "#tab/pnpps", |
| 377 | + "authors": [ |
| 378 | + { |
| 379 | + "name": "Kasper Larsen", |
| 380 | + "pictureUrl": "https://github.com/kasperbolarsen.png" |
| 381 | + } |
| 382 | + ], |
| 383 | + "tags": [ |
| 384 | + "Invoke-PnPGraphMethod" |
| 385 | + ] |
| 386 | + }, |
359 | 387 | { |
360 | 388 | "title": "Export Inactive Sites Based On Days To CSV", |
361 | 389 | "url": "https://pnp.github.io/script-samples/export-inactive-sites-based-on-days-to-csv/README.html", |
|
1601 | 1629 | "m365 spo field set" |
1602 | 1630 | ] |
1603 | 1631 | }, |
1604 | | - { |
1605 | | - "title": "Sample showing how to apply a custom Form Formatting as part of your Site Provisioning", |
1606 | | - "url": "https://pnp.github.io/script-samples/spo-apply-custom-form-formatting-json/README.html", |
1607 | | - "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-custom-form-formatting-json/README.md", |
1608 | | - "description": "Sample showing how to apply a custom Form Formatting as part of your Site Provisioning using an Azure Function", |
1609 | | - "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-custom-form-formatting-json/assets/preview.png", |
1610 | | - "type": "powershell", |
1611 | | - "tabTag": "#tab/pnpps", |
1612 | | - "authors": [ |
1613 | | - { |
1614 | | - "name": "Kasper Larsen", |
1615 | | - "pictureUrl": "https://avatars.githubusercontent.com/u/20593570?s=400&u=f9a4d5137685d8c3fcc60394fc193f3e8156f678&v=4" |
1616 | | - } |
1617 | | - ], |
1618 | | - "tags": [ |
1619 | | - "Connect-PnPOnline", |
1620 | | - "Get-PnPFile", |
1621 | | - "Get-PnPContext", |
1622 | | - "Get-PnPList", |
1623 | | - "Get-PnPContentType" |
1624 | | - ] |
1625 | | - }, |
1626 | 1632 | { |
1627 | 1633 | "title": "Apply SharePoint JSON View Formatting", |
1628 | 1634 | "url": "https://pnp.github.io/script-samples/spo-apply-json-view-formatting/README.html", |
|
5038 | 5044 | "New-PnPList" |
5039 | 5045 | ] |
5040 | 5046 | }, |
| 5047 | + { |
| 5048 | + "title": "Lock and Unlock a file leveraging Microsoft Graph API", |
| 5049 | + "url": "https://pnp.github.io/script-samples/spo-record-lock-unlock-file/README.html", |
| 5050 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-record-lock-unlock-file/README.md", |
| 5051 | + "description": "lock and unlock a file which is a record in SharePoint Online using the Microsoft Graph API through PnP PowerShell. The script retrieves the drive id and drive item id before calling the endpoint to lock or unlock a file.", |
| 5052 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-record-lock-unlock-file/assets/preview.png", |
| 5053 | + "type": "powershell", |
| 5054 | + "tabTag": "#tab/pnpps", |
| 5055 | + "authors": [ |
| 5056 | + { |
| 5057 | + "name": "Reshmee Auckloo", |
| 5058 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 5059 | + } |
| 5060 | + ], |
| 5061 | + "tags": [ |
| 5062 | + "Connect-PnPOnline", |
| 5063 | + "Get-PnPList", |
| 5064 | + "Invoke-PnPGraphMethod", |
| 5065 | + "Get-PnPListItem" |
| 5066 | + ] |
| 5067 | + }, |
5041 | 5068 | { |
5042 | 5069 | "title": "SPO Recover Deleted Meeting Recordings", |
5043 | 5070 | "url": "https://pnp.github.io/script-samples/spo-recover-meeting-recordings/README.html", |
|
0 commit comments