Skip to content

Commit 8b5ed6b

Browse files
Release v3.0.19 (#39)
Co-authored-by: Adam-it <[email protected]>
1 parent 541a4fc commit 8b5ed6b

File tree

8 files changed

+3204
-3138
lines changed

8 files changed

+3204
-3138
lines changed

data/pnpPsModel.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,11 @@
105105
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFileOrganizationalSharingLink.md",
106106
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPFileOrganizationalSharingLink.html"
107107
},
108+
{
109+
"name": "Add-PnPFileSensitivityLabel",
110+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFileSensitivityLabel.md",
111+
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPFileSensitivityLabel.html"
112+
},
108113
{
109114
"name": "Add-PnPFileSharingInvite",
110115
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFileSharingInvite.md",
@@ -975,6 +980,11 @@
975980
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileInFolder.md",
976981
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFileInFolder.html"
977982
},
983+
{
984+
"name": "Get-PnPFileSensitivityLabel",
985+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileSensitivityLabel.md",
986+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFileSensitivityLabel.html"
987+
},
978988
{
979989
"name": "Get-PnPFileSensitivityLabelInfo",
980990
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileSensitivityLabelInfo.md",

data/samples.json

Lines changed: 51 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,19 @@
9595
"title": "Get Tenant ID",
9696
"url": "https://pnp.github.io/script-samples/aad-get-tenantid/README.html",
9797
"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.",
9999
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-tenantid/assets/preview.png",
100100
"type": "powershell",
101101
"tabTag": "#tab/pnpps",
102102
"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+
},
103111
{
104112
"name": "Reshmee Auckloo",
105113
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
@@ -110,7 +118,9 @@
110118
}
111119
],
112120
"tags": [
113-
"<Cmdlets-Used>"
121+
"Invoke-WebRequest",
122+
"Connect-PnPOnline",
123+
"Get-PnPTenantId"
114124
]
115125
},
116126
{
@@ -356,6 +366,24 @@
356366
"m365 spo list set"
357367
]
358368
},
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+
},
359387
{
360388
"title": "Export Inactive Sites Based On Days To CSV",
361389
"url": "https://pnp.github.io/script-samples/export-inactive-sites-based-on-days-to-csv/README.html",
@@ -1601,28 +1629,6 @@
16011629
"m365 spo field set"
16021630
]
16031631
},
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-
},
16261632
{
16271633
"title": "Apply SharePoint JSON View Formatting",
16281634
"url": "https://pnp.github.io/script-samples/spo-apply-json-view-formatting/README.html",
@@ -5038,6 +5044,27 @@
50385044
"New-PnPList"
50395045
]
50405046
},
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+
},
50415068
{
50425069
"title": "SPO Recover Deleted Meeting Recordings",
50435070
"url": "https://pnp.github.io/script-samples/spo-recover-meeting-recordings/README.html",

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

0 commit comments

Comments
 (0)