Skip to content

Commit

Permalink
Release (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Adam-it <[email protected]>
  • Loading branch information
github-actions[bot] and Adam-it authored Jun 9, 2024
1 parent d06cb8d commit 6013da0
Show file tree
Hide file tree
Showing 8 changed files with 1,041 additions and 943 deletions.
5 changes: 5 additions & 0 deletions data/pnpPsModel.json
Original file line number Diff line number Diff line change
Expand Up @@ -965,6 +965,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-PnPFileSensitivityLabelInfo",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileSensitivityLabelInfo.md",
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPFileSensitivityLabelInfo.html"
},
{
"name": "Get-PnPFileSharingLink",
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPFileSharingLink.md",
Expand Down
84 changes: 84 additions & 0 deletions data/samples.json
Original file line number Diff line number Diff line change
Expand Up @@ -716,6 +716,41 @@
"Submit-PnPSearchQuery"
]
},
{
"title": "Replace owner in all Power Automate flows",
"url": "https://pnp.github.io/script-samples/power-automate-replace-owner/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/power-automate-replace-owner/README.md",
"description": "Script to replace all the Power Automate flows where someone is owner of",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/power-automate-replace-owner/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
},
{
"name": "Nico De Cleyre",
"pictureUrl": "https://avatars.githubusercontent.com/u/35696168?v=4"
}
],
"tags": [
"m365 login",
"m365 entra user get",
"m365 pp environment get",
"m365 flow list",
"m365 flow owner list",
"m365 flow owner remove",
"m365 flow owner ensure",
"Connect-PnPOnline",
"Get-PnPPowerPlatformEnvironment",
"Get-PnPEntraiduser",
"Get-PnPflow",
"Get-PnPFlowOwner",
"Remove-PnPFlowOwner",
"Add-PnPFlowOwner"
]
},
{
"title": "Remove delete option on a document library",
"url": "https://pnp.github.io/script-samples/remove-delete-option-library/README.html",
Expand Down Expand Up @@ -3887,6 +3922,33 @@
"m365 tenant serviceannouncement message list"
]
},
{
"title": "Get permissions including unique permissions up to item level including sharing links",
"url": "https://pnp.github.io/script-samples/spo-get-permission-audit/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-permission-audit/README.md",
"description": "Get M365 Groups, SharePoint Groups, direct permissions and sharing links including unique permissions up to item level",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-permission-audit/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Reshmee Auckloo",
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
}
],
"tags": [
"modern",
"Connect-PnPOnline",
"Get-PnPListItem",
"Get-PnPProperty",
"Get-PnPList",
"Get-PnPWeb",
"Get-PnPContext",
"Get-PnPGroupMember",
"Get-PnPMicrosoft365GroupOwners",
"Get-PnPMicrosoft365GroupMembers"
]
},
{
"title": "Get sharing links within the tenant",
"url": "https://pnp.github.io/script-samples/spo-get-sharinglinks/README.html",
Expand Down Expand Up @@ -4664,6 +4726,28 @@
"Disconnect-PnPOnline"
]
},
{
"title": "Reindex Search index for lists where a specific term is used (when you have renamed the term)",
"url": "https://pnp.github.io/script-samples/spo-reindex-list-where-term-is-used/README.html",
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-list-where-term-is-used/README.md",
"description": "Locate all lists where a Term is being used and force a reindex",
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-list-where-term-is-used/assets/preview.png",
"type": "powershell",
"tabTag": "#tab/pnpps",
"authors": [
{
"name": "Kasper Larsen",
"pictureUrl": "https://github.com/kasperbolarsen.png"
}
],
"tags": [
"Invoke-PnPSearchQuery",
"Get-PnPList",
"PSCustomObject",
"Request-PnPReIndexList",
"Export-Csv"
]
},
{
"title": "Reindex SharePoint sites",
"url": "https://pnp.github.io/script-samples/spo-reindex-sites/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.2",
"version": "3.0.3",
"publisher": "adamwojcikit",
"author": {
"name": "Adam"
Expand Down
Loading

0 comments on commit 6013da0

Please sign in to comment.