|
3858 | 3858 | "Get-PnPApp" |
3859 | 3859 | ] |
3860 | 3860 | }, |
| 3861 | + { |
| 3862 | + "title": "Audit 'Everyone' and 'Everyone except external users' claim within a SharePoint site", |
| 3863 | + "url": "https://pnp.github.io/script-samples/spo-get-everyone-everyoneexceptexternalusers/README.html", |
| 3864 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-everyone-everyoneexceptexternalusers/README.md", |
| 3865 | + "description": "Audit 'Everyone' and 'Everyone except external users' claim within a SharePoint site", |
| 3866 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-everyone-everyoneexceptexternalusers/assets/preview.png", |
| 3867 | + "type": "powershell", |
| 3868 | + "tabTag": "#tab/pnpps", |
| 3869 | + "authors": [ |
| 3870 | + { |
| 3871 | + "name": "Reshmee Auckloo", |
| 3872 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3873 | + } |
| 3874 | + ], |
| 3875 | + "tags": [ |
| 3876 | + "modern", |
| 3877 | + "Connect-PnPOnline", |
| 3878 | + "Get-PnPListItem", |
| 3879 | + "Get-PnPProperty", |
| 3880 | + "Get-PnPList", |
| 3881 | + "Get-PnPWeb", |
| 3882 | + "Get-PnPContext", |
| 3883 | + "Get-PnPGroupMember" |
| 3884 | + ] |
| 3885 | + }, |
3861 | 3886 | { |
3862 | 3887 | "title": "Get (or export) an existing site structure in a SharePoint Online tenant", |
3863 | 3888 | "url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html", |
|
3907 | 3932 | "Get-PnPTenantSite" |
3908 | 3933 | ] |
3909 | 3934 | }, |
| 3935 | + { |
| 3936 | + "title": "Get Files with Retention or Sensitivity Labels in SharePoint Online", |
| 3937 | + "url": "https://pnp.github.io/script-samples/spo-get-files-retentionlabel-sensitivitylabel/README.html", |
| 3938 | + "rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-files-retentionlabel-sensitivitylabel/README.md", |
| 3939 | + "description": "Get Files with Retention or Sensitivity Labels in SharePoint Online", |
| 3940 | + "image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-files-retentionlabel-sensitivitylabel/assets/preview.png", |
| 3941 | + "type": "powershell", |
| 3942 | + "tabTag": "#tab/pnpps", |
| 3943 | + "authors": [ |
| 3944 | + { |
| 3945 | + "name": "Reshmee Auckloo", |
| 3946 | + "pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4" |
| 3947 | + } |
| 3948 | + ], |
| 3949 | + "tags": [ |
| 3950 | + "modern", |
| 3951 | + "Connect-PnPOnline", |
| 3952 | + "Get-PnPConnection", |
| 3953 | + "Get-PnPTenantSite", |
| 3954 | + "Get-PnPListItem", |
| 3955 | + "Get-PnPList" |
| 3956 | + ] |
| 3957 | + }, |
3910 | 3958 | { |
3911 | 3959 | "title": "Retrieves all files properties within a specified folder.", |
3912 | 3960 | "url": "https://pnp.github.io/script-samples/spo-get-folder-item/README.html", |
|
4118 | 4166 | "Get-PnPContext", |
4119 | 4167 | "Get-PnPGroupMember", |
4120 | 4168 | "Get-PnPMicrosoft365GroupOwners", |
4121 | | - "Get-PnPMicrosoft365GroupMembers" |
| 4169 | + "Get-PnPMicrosoft365GroupMembers", |
| 4170 | + "Get-PnPSiteSensitivityLabel" |
4122 | 4171 | ] |
4123 | 4172 | }, |
4124 | 4173 | { |
|
0 commit comments