Skip to content

Commit 39b2dc7

Browse files
Release v3.0.33 (#66)
Co-authored-by: Adam-it <58668583+Adam-it@users.noreply.github.com>
1 parent efb2ef5 commit 39b2dc7

File tree

7 files changed

+2997
-2971
lines changed

7 files changed

+2997
-2971
lines changed

data/samples.json

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,7 +1352,6 @@
13521352
}
13531353
],
13541354
"tags": [
1355-
"<Cmdlets-Used>",
13561355
"Connect-PnPOnline",
13571356
"Get-PnPWeb",
13581357
"Invoke-PnPQuery",
@@ -1707,7 +1706,6 @@
17071706
}
17081707
],
17091708
"tags": [
1710-
"<Cmdlets-Used>",
17111709
"Add-PnPDataRowsToSiteTemplate",
17121710
"Add-PnPFile",
17131711
"Add-PnPFileToSiteTemplate",
@@ -2564,7 +2562,6 @@
25642562
}
25652563
],
25662564
"tags": [
2567-
"<Cmdlets-Used>",
25682565
"Connect-PnPOnline",
25692566
"Remove-PnPTenantSite"
25702567
]
@@ -3909,7 +3906,6 @@
39093906
}
39103907
],
39113908
"tags": [
3912-
"<Cmdlets-Used>",
39133909
"Connect-PnPOnline",
39143910
"Get-PnPList",
39153911
"Get-PnPListItem",
@@ -5981,6 +5977,37 @@
59815977
"Submit-PnPSearchQuery"
59825978
]
59835979
},
5980+
{
5981+
"title": "Retrieve Effective Permissions of an user within SharePoint Sites",
5982+
"url": "https://pnp.github.io/script-samples/spo-retrieve-effectivepermissions-user/README.html",
5983+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-retrieve-effectivepermissions-user/README.md",
5984+
"description": "Retrieve Effective Permissions of an user within SharePoint Sites",
5985+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-retrieve-effectivepermissions-user/assets/preview.png",
5986+
"type": "powershell",
5987+
"tabTag": "#tab/pnpps",
5988+
"authors": [
5989+
{
5990+
"name": "Reshmee Auckloo",
5991+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
5992+
}
5993+
],
5994+
"tags": [
5995+
"modern",
5996+
"Connect-PnPOnline",
5997+
"Disconnect-PnPOnline",
5998+
"Get-PnPProperty",
5999+
"Get-PnPGroupMember",
6000+
"Get-PnPMicrosoft365GroupOwners",
6001+
"Get-PnPMicrosoft365GroupMembers",
6002+
"Get-PnPTenantSite",
6003+
"Get-PnPWeb",
6004+
"Get-PnPTenantSite",
6005+
"Get-PnPContext",
6006+
"Get-PnPWeb",
6007+
"Get-PnPList",
6008+
"Get-PnPListItem"
6009+
]
6010+
},
59846011
{
59856012
"title": "Run jobs in parallel using ForEach-Object -Parallel to iterate SharePoint site collections",
59866013
"url": "https://pnp.github.io/script-samples/spo-run-jobs-in-parallel/README.html",
@@ -6226,7 +6253,6 @@
62266253
}
62276254
],
62286255
"tags": [
6229-
"<Cmdlets-Used>",
62306256
"Add-PnPFile",
62316257
"Connect-PnPOnline",
62326258
"Get-PnPList",

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.32",
5+
"version": "3.0.33",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)