|
3631 | 3631 | "m365 logout"
|
3632 | 3632 | ]
|
3633 | 3633 | },
|
| 3634 | + { |
| 3635 | + "title": "Get (or export) an existing site structure in a SharePoint Online tenant", |
| 3636 | + "url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html", |
| 3637 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-existing-site-structure/README.md", |
| 3638 | + "description": "Retrieve an existing structure of a SharePoint Online (SPO) tenant", |
| 3639 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-existing-site-structure/assets/preview.png", |
| 3640 | + "type": "powershell", |
| 3641 | + "tabTag": "#tab/pnpps", |
| 3642 | + "authors": [ |
| 3643 | + { |
| 3644 | + "name": "Tobias Maestrini", |
| 3645 | + "pictureUrl": "https://avatars.githubusercontent.com/u/69770609?v=4" |
| 3646 | + } |
| 3647 | + ], |
| 3648 | + "tags": [ |
| 3649 | + "Connect-PnPOnline", |
| 3650 | + "Get-PnPConnection", |
| 3651 | + "Get-PnPTenantInfo", |
| 3652 | + "Get-PnPTenantSite", |
| 3653 | + "Get-PnPHomeSite", |
| 3654 | + "Get-PnPHubSite", |
| 3655 | + "Get-PnPHubSiteChild", |
| 3656 | + "Get-PnPList" |
| 3657 | + ] |
| 3658 | + }, |
3634 | 3659 | {
|
3635 | 3660 | "title": "Get all files in a Document Library along with Created By and Modified By",
|
3636 | 3661 | "url": "https://pnp.github.io/script-samples/spo-get-files-and-creators-modifiers/README.html",
|
|
3655 | 3680 | "Get-PnPTenantSite"
|
3656 | 3681 | ]
|
3657 | 3682 | },
|
| 3683 | + { |
| 3684 | + "title": "Retrieves all files properties within a specified folder.", |
| 3685 | + "url": "https://pnp.github.io/script-samples/spo-get-folder-item/README.html", |
| 3686 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-folder-item/README.md", |
| 3687 | + "description": "Retrieves all files properties within a specified folder.", |
| 3688 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-folder-item/assets/preview.png", |
| 3689 | + "type": "powershell", |
| 3690 | + "tabTag": "#tab/pnpps", |
| 3691 | + "authors": [ |
| 3692 | + { |
| 3693 | + "name": "Reshmee Auckloo", |
| 3694 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3695 | + } |
| 3696 | + ], |
| 3697 | + "tags": [ |
| 3698 | + "Connect-PnPOnline", |
| 3699 | + "Get-PnPList", |
| 3700 | + "Get-PnPListItem" |
| 3701 | + ] |
| 3702 | + }, |
3658 | 3703 | {
|
3659 | 3704 | "title": "Pinpoint the items/docs that hasn't been indexed yet",
|
3660 | 3705 | "url": "https://pnp.github.io/script-samples/spo-get-items-not-indexed-since-last-update/README.html",
|
|
3822 | 3867 | "m365 tenant serviceannouncement message list"
|
3823 | 3868 | ]
|
3824 | 3869 | },
|
| 3870 | + { |
| 3871 | + "title": "Get sharing links within the tenant", |
| 3872 | + "url": "https://pnp.github.io/script-samples/spo-get-sharinglinks/README.html", |
| 3873 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharinglinks/README.md", |
| 3874 | + "description": "Understand and sharing links activities within your M365 environment is crucial for maintaining security and compliance.", |
| 3875 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-sharinglinks/assets/preview.png", |
| 3876 | + "type": "powershell", |
| 3877 | + "tabTag": "#tab/pnpps", |
| 3878 | + "authors": [ |
| 3879 | + { |
| 3880 | + "name": "Reshmee Auckloo", |
| 3881 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3882 | + } |
| 3883 | + ], |
| 3884 | + "tags": [ |
| 3885 | + "modern", |
| 3886 | + "Connect-PnPOnline", |
| 3887 | + "Get-PnPListItem", |
| 3888 | + "Get-PnPProperty", |
| 3889 | + "Get-PnPList", |
| 3890 | + "Get-PnPWeb", |
| 3891 | + "Get-PnPContext", |
| 3892 | + "GetObjectSharingInformation" |
| 3893 | + ] |
| 3894 | + }, |
3825 | 3895 | {
|
3826 | 3896 | "title": "Get membership report of a site",
|
3827 | 3897 | "url": "https://pnp.github.io/script-samples/spo-get-sites-membership-report/README.html",
|
|
0 commit comments