Skip to content

Commit 09e7269

Browse files
Release v3.0.5
Co-authored-by: Adam-it <[email protected]>
1 parent ce696d9 commit 09e7269

File tree

8 files changed

+2223
-2162
lines changed

8 files changed

+2223
-2162
lines changed

data/pnpPsModel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1670,6 +1670,11 @@
16701670
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRecycleBinItem.md",
16711671
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRecycleBinItem.html"
16721672
},
1673+
{
1674+
"name": "Get-PnPTenantRestrictedSearchAllowedList",
1675+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRestrictedSearchAllowedList.md",
1676+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPTenantRestrictedSearchAllowedList.html"
1677+
},
16731678
{
16741679
"name": "Get-PnPTenantRestrictedSearchMode",
16751680
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPTenantRestrictedSearchMode.md",

data/samples.json

Lines changed: 48 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@
4444
"type": "powershell",
4545
"tabTag": "#tab/pnpps",
4646
"authors": [
47+
{
48+
"name": "Michał Kornet",
49+
"pictureUrl": "https://github.com/mkm17.png"
50+
},
4751
{
4852
"name": "Reshmee Auckloo",
4953
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
@@ -56,7 +60,11 @@
5660
"Get-PnPTenantSite",
5761
"Get-PnPMicrosoft365GroupOwner",
5862
"Get-PnPMicrosoft365GroupMember",
59-
"Add-PnPMicrosoft365GroupMember"
63+
"Add-PnPMicrosoft365GroupMember",
64+
"m365 login",
65+
"m365 spo site list",
66+
"m365 entra m365group user list ",
67+
"m365 entra m365group user add"
6068
]
6169
},
6270
{
@@ -3974,6 +3982,26 @@
39743982
"GetObjectSharingInformation"
39753983
]
39763984
},
3985+
{
3986+
"title": "Retrieves site id from Microsoft Graph",
3987+
"url": "https://pnp.github.io/script-samples/spo-get-siteid-from-microsoftgraph/README.html",
3988+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-siteid-from-microsoftgraph/README.md",
3989+
"description": "Retrieves a SiteId from Microsoft Graph using PnP PowerShell. This can be particularly useful when making further API calls that require the SiteId.",
3990+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-siteid-from-microsoftgraph/assets/preview.png",
3991+
"type": "powershell",
3992+
"tabTag": "#tab/pnpps",
3993+
"authors": [
3994+
{
3995+
"name": "Reshmee Auckloo",
3996+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
3997+
}
3998+
],
3999+
"tags": [
4000+
"modern",
4001+
"Connect-PnPOnline",
4002+
"Invoke-PnPGraphMethod"
4003+
]
4004+
},
39774005
{
39784006
"title": "Get membership report of a site",
39794007
"url": "https://pnp.github.io/script-samples/spo-get-sites-membership-report/README.html",
@@ -5807,6 +5835,25 @@
58075835
"Invoke-RestMethod"
58085836
]
58095837
},
5838+
{
5839+
"title": "Get All Teams App Descriptions",
5840+
"url": "https://pnp.github.io/script-samples/teams-list-all-app-descriptions/README.html",
5841+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-all-app-descriptions/README.md",
5842+
"description": "Get an list of all the app descriptions to determine if your app may clash with others during Copilot development",
5843+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/teams-list-all-app-descriptions/assets/preview.png",
5844+
"type": "powershell",
5845+
"tabTag": "#tab/pnpps",
5846+
"authors": [
5847+
{
5848+
"name": "Paul Bullock",
5849+
"pictureUrl": "https://github.com/pkbullock.png"
5850+
}
5851+
],
5852+
"tags": [
5853+
"Connect-PnPOnline",
5854+
"Invoke-PnPGraphMethod"
5855+
]
5856+
},
58105857
{
58115858
"title": "List guests within Teams in a tenant",
58125859
"url": "https://pnp.github.io/script-samples/teams-list-guestusers/README.html",

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

0 commit comments

Comments
 (0)