Skip to content

Commit 97bc725

Browse files
Release v3.0.14 (#30)
Co-authored-by: Adam-it <[email protected]>
1 parent 8631ba8 commit 97bc725

File tree

7 files changed

+1833
-1784
lines changed

7 files changed

+1833
-1784
lines changed

data/samples.json

Lines changed: 50 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3858,6 +3858,31 @@
38583858
"Get-PnPApp"
38593859
]
38603860
},
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+
},
38613886
{
38623887
"title": "Get (or export) an existing site structure in a SharePoint Online tenant",
38633888
"url": "https://pnp.github.io/script-samples/spo-get-existing-site-structure/README.html",
@@ -3907,6 +3932,29 @@
39073932
"Get-PnPTenantSite"
39083933
]
39093934
},
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+
},
39103958
{
39113959
"title": "Retrieves all files properties within a specified folder.",
39123960
"url": "https://pnp.github.io/script-samples/spo-get-folder-item/README.html",
@@ -4118,7 +4166,8 @@
41184166
"Get-PnPContext",
41194167
"Get-PnPGroupMember",
41204168
"Get-PnPMicrosoft365GroupOwners",
4121-
"Get-PnPMicrosoft365GroupMembers"
4169+
"Get-PnPMicrosoft365GroupMembers",
4170+
"Get-PnPSiteSensitivityLabel"
41224171
]
41234172
},
41244173
{

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "pnp-powershell-extension",
33
"displayName": "PnP PowerShell extension",
44
"description": "With the PnP PowerShell VS Code extension, you can quickly learn, code and create scripts that use PnP PowerShell commands.",
5-
"version": "3.0.13",
5+
"version": "3.0.14",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)