Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFileOrganizationalSharingLink.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPFileOrganizationalSharingLink.html"
},
{
"name": "Add-PnPFileSensitivityLabel",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFileSensitivityLabel.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPFileSensitivityLabel.html"
},
{
"name": "Add-PnPFileSharingInvite",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPFileSharingInvite.md",
Expand Down Expand Up @@ -975,6 +980,11 @@
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileInFolder.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFileInFolder.html"
},
{
"name": "Get-PnPFileSensitivityLabel",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileSensitivityLabel.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFileSensitivityLabel.html"
},
{
"name": "Get-PnPFileSensitivityLabelInfo",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileSensitivityLabelInfo.md",
Expand Down
75 changes: 51 additions & 24 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,19 @@
"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.",
"description": "These are 2 practical scripts to get Tenant ID from either a domain name or from a Subscription ID.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-get-tenantid/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Erwin van Hunen",
"pictureUrl": "https://github.com/erwinvanhunen.png"
},
{
"name": "Ganesh Sanap",
"pictureUrl": "https://avatars.githubusercontent.com/u/25476310?v=4"
},
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
Expand All @@ -110,7 +118,9 @@
}
],
"tags": [
"<Cmdlets-Used>"
"Invoke-WebRequest",
"Connect-PnPOnline",
"Get-PnPTenantId"
]
},
{
Expand Down Expand Up @@ -356,6 +366,24 @@
"m365 spo list set"
]
},
{
"title": "Export data from MS Search",
"url": "https://pnp.github.io/script-samples/export-data-from-microsoft-search/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/export-data-from-microsoft-search/README.md",
"description": "Shows how to export data from MS Search, in this case the entityType externalItem ",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/export-data-from-microsoft-search/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Invoke-PnPGraphMethod"
]
},
{
"title": "Export Inactive Sites Based On Days To CSV",
"url": "https://pnp.github.io/script-samples/export-inactive-sites-based-on-days-to-csv/README.html",
Expand Down Expand Up @@ -1601,28 +1629,6 @@
"m365 spo field set"
]
},
{
"title": "Sample showing how to apply a custom Form Formatting as part of your Site Provisioning",
"url": "https://pnp.github.io/script-samples/spo-apply-custom-form-formatting-json/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-custom-form-formatting-json/README.md",
"description": "Sample showing how to apply a custom Form Formatting as part of your Site Provisioning using an Azure Function",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-apply-custom-form-formatting-json/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kasper Larsen",
"pictureUrl": "https://avatars.githubusercontent.com/u/20593570?s=400&u=f9a4d5137685d8c3fcc60394fc193f3e8156f678&v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPFile",
"Get-PnPContext",
"Get-PnPList",
"Get-PnPContentType"
]
},
{
"title": "Apply SharePoint JSON View Formatting",
"url": "https://pnp.github.io/script-samples/spo-apply-json-view-formatting/README.html",
Expand Down Expand Up @@ -5038,6 +5044,27 @@
"New-PnPList"
]
},
{
"title": "Lock and Unlock a file leveraging Microsoft Graph API",
"url": "https://pnp.github.io/script-samples/spo-record-lock-unlock-file/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-record-lock-unlock-file/README.md",
"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.",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-record-lock-unlock-file/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"Connect-PnPOnline",
"Get-PnPList",
"Invoke-PnPGraphMethod",
"Get-PnPListItem"
]
},
{
"title": "SPO Recover Deleted Meeting Recordings",
"url": "https://pnp.github.io/script-samples/spo-recover-meeting-recordings/README.html",
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.18",
"version": "3.0.19",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading