|
716 | 716 | "Submit-PnPSearchQuery"
|
717 | 717 | ]
|
718 | 718 | },
|
| 719 | + { |
| 720 | + "title": "Replace owner in all Power Automate flows", |
| 721 | + "url": "https://pnp.github.io/script-samples/power-automate-replace-owner/README.html", |
| 722 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/power-automate-replace-owner/README.md", |
| 723 | + "description": "Script to replace all the Power Automate flows where someone is owner of", |
| 724 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/power-automate-replace-owner/assets/preview.png", |
| 725 | + "type": "powershell", |
| 726 | + "tabTag": "#tab/pnpps", |
| 727 | + "authors": [ |
| 728 | + { |
| 729 | + "name": "Reshmee Auckloo", |
| 730 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 731 | + }, |
| 732 | + { |
| 733 | + "name": "Nico De Cleyre", |
| 734 | + "pictureUrl": "https://avatars.githubusercontent.com/u/35696168?v=4" |
| 735 | + } |
| 736 | + ], |
| 737 | + "tags": [ |
| 738 | + "m365 login", |
| 739 | + "m365 entra user get", |
| 740 | + "m365 pp environment get", |
| 741 | + "m365 flow list", |
| 742 | + "m365 flow owner list", |
| 743 | + "m365 flow owner remove", |
| 744 | + "m365 flow owner ensure", |
| 745 | + "Connect-PnPOnline", |
| 746 | + "Get-PnPPowerPlatformEnvironment", |
| 747 | + "Get-PnPEntraiduser", |
| 748 | + "Get-PnPflow", |
| 749 | + "Get-PnPFlowOwner", |
| 750 | + "Remove-PnPFlowOwner", |
| 751 | + "Add-PnPFlowOwner" |
| 752 | + ] |
| 753 | + }, |
719 | 754 | {
|
720 | 755 | "title": "Remove delete option on a document library",
|
721 | 756 | "url": "https://pnp.github.io/script-samples/remove-delete-option-library/README.html",
|
|
3887 | 3922 | "m365 tenant serviceannouncement message list"
|
3888 | 3923 | ]
|
3889 | 3924 | },
|
| 3925 | + { |
| 3926 | + "title": "Get permissions including unique permissions up to item level including sharing links", |
| 3927 | + "url": "https://pnp.github.io/script-samples/spo-get-permission-audit/README.html", |
| 3928 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-permission-audit/README.md", |
| 3929 | + "description": "Get M365 Groups, SharePoint Groups, direct permissions and sharing links including unique permissions up to item level", |
| 3930 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-permission-audit/assets/preview.png", |
| 3931 | + "type": "powershell", |
| 3932 | + "tabTag": "#tab/pnpps", |
| 3933 | + "authors": [ |
| 3934 | + { |
| 3935 | + "name": "Reshmee Auckloo", |
| 3936 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3937 | + } |
| 3938 | + ], |
| 3939 | + "tags": [ |
| 3940 | + "modern", |
| 3941 | + "Connect-PnPOnline", |
| 3942 | + "Get-PnPListItem", |
| 3943 | + "Get-PnPProperty", |
| 3944 | + "Get-PnPList", |
| 3945 | + "Get-PnPWeb", |
| 3946 | + "Get-PnPContext", |
| 3947 | + "Get-PnPGroupMember", |
| 3948 | + "Get-PnPMicrosoft365GroupOwners", |
| 3949 | + "Get-PnPMicrosoft365GroupMembers" |
| 3950 | + ] |
| 3951 | + }, |
3890 | 3952 | {
|
3891 | 3953 | "title": "Get sharing links within the tenant",
|
3892 | 3954 | "url": "https://pnp.github.io/script-samples/spo-get-sharinglinks/README.html",
|
|
4664 | 4726 | "Disconnect-PnPOnline"
|
4665 | 4727 | ]
|
4666 | 4728 | },
|
| 4729 | + { |
| 4730 | + "title": "Reindex Search index for lists where a specific term is used (when you have renamed the term)", |
| 4731 | + "url": "https://pnp.github.io/script-samples/spo-reindex-list-where-term-is-used/README.html", |
| 4732 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-list-where-term-is-used/README.md", |
| 4733 | + "description": "Locate all lists where a Term is being used and force a reindex", |
| 4734 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-reindex-list-where-term-is-used/assets/preview.png", |
| 4735 | + "type": "powershell", |
| 4736 | + "tabTag": "#tab/pnpps", |
| 4737 | + "authors": [ |
| 4738 | + { |
| 4739 | + "name": "Kasper Larsen", |
| 4740 | + "pictureUrl": "https://github.com/kasperbolarsen.png" |
| 4741 | + } |
| 4742 | + ], |
| 4743 | + "tags": [ |
| 4744 | + "Invoke-PnPSearchQuery", |
| 4745 | + "Get-PnPList", |
| 4746 | + "PSCustomObject", |
| 4747 | + "Request-PnPReIndexList", |
| 4748 | + "Export-Csv" |
| 4749 | + ] |
| 4750 | + }, |
4667 | 4751 | {
|
4668 | 4752 | "title": "Reindex SharePoint sites",
|
4669 | 4753 | "url": "https://pnp.github.io/script-samples/spo-reindex-sites/README.html",
|
|
0 commit comments