Skip to content

Commit 0ac13cc

Browse files
Release v3.0.11 (#23)
Co-authored-by: Adam-it <[email protected]>
1 parent d42f541 commit 0ac13cc

File tree

8 files changed

+3228
-3038
lines changed

8 files changed

+3228
-3038
lines changed

data/pnpPsModel.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1360,6 +1360,16 @@
13601360
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPSearchCrawlLog.md",
13611361
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPSearchCrawlLog.html"
13621362
},
1363+
{
1364+
"name": "Get-PnPSearchExternalConnection",
1365+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPSearchExternalConnection.md",
1366+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPSearchExternalConnection.html"
1367+
},
1368+
{
1369+
"name": "Get-PnPSearchExternalSchema",
1370+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPSearchExternalSchema.md",
1371+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPSearchExternalSchema.html"
1372+
},
13631373
{
13641374
"name": "Get-PnPSearchSettings",
13651375
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPSearchSettings.md",
@@ -2070,6 +2080,11 @@
20702080
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPSdnProvider.md",
20712081
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPSdnProvider.html"
20722082
},
2083+
{
2084+
"name": "New-PnPSearchExternalConnection",
2085+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPSearchExternalConnection.md",
2086+
"docs": "https://pnp.github.io/powershell/cmdlets/New-PnPSearchExternalConnection.html"
2087+
},
20732088
{
20742089
"name": "New-PnPSite",
20752090
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/New-PnPSite.md",
@@ -2575,6 +2590,11 @@
25752590
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPSearchConfiguration.md",
25762591
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPSearchConfiguration.html"
25772592
},
2593+
{
2594+
"name": "Remove-PnPSearchExternalConnection",
2595+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPSearchExternalConnection.md",
2596+
"docs": "https://pnp.github.io/powershell/cmdlets/Remove-PnPSearchExternalConnection.html"
2597+
},
25782598
{
25792599
"name": "Remove-PnPSiteCollectionAdmin",
25802600
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Remove-PnPSiteCollectionAdmin.md",
@@ -3225,11 +3245,21 @@
32253245
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSearchConfiguration.md",
32263246
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPSearchConfiguration.html"
32273247
},
3248+
{
3249+
"name": "Set-PnPSearchExternalConnection",
3250+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSearchExternalConnection.md",
3251+
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPSearchExternalConnection.html"
3252+
},
32283253
{
32293254
"name": "Set-PnPSearchExternalItem",
32303255
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSearchExternalItem.md",
32313256
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPSearchExternalItem.html"
32323257
},
3258+
{
3259+
"name": "Set-PnPSearchExternalSchema",
3260+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSearchExternalSchema.md",
3261+
"docs": "https://pnp.github.io/powershell/cmdlets/Set-PnPSearchExternalSchema.html"
3262+
},
32333263
{
32343264
"name": "Set-PnPSearchSettings",
32353265
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Set-PnPSearchSettings.md",

data/samples.json

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,24 @@
6767
"m365 entra m365group user add"
6868
]
6969
},
70+
{
71+
"title": "Grant Managed Identity permissions to audit and cleanup SPFx App Principal permissions",
72+
"url": "https://pnp.github.io/script-samples/aad-grant-serviceprincipal-api-permissions/README.html",
73+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-grant-serviceprincipal-api-permissions/README.md",
74+
"description": "This script can be used to grant System-Managed Identity used by automation (Azure Runbook, Azure Functions) API permissions and access to SPO sites",
75+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/aad-grant-serviceprincipal-api-permissions/assets/preview.png",
76+
"type": "powershell",
77+
"tabTag": "#tab/pnpps",
78+
"authors": [
79+
{
80+
"name": "Kinga Kazala",
81+
"pictureUrl": "https://github.com/kkazala.png"
82+
}
83+
],
84+
"tags": [
85+
"<Cmdlets-Used>"
86+
]
87+
},
7088
{
7189
"title": "Replace a user's membership in selected Microsoft 365 Groups or Teams",
7290
"url": "https://pnp.github.io/script-samples/aad-replace-membership-of-selected-groups/README.html",
@@ -2342,6 +2360,24 @@
23422360
"Remove-PnPTenantSite"
23432361
]
23442362
},
2363+
{
2364+
"title": "Remove unused API Permissions assigned to SPFx App Principal",
2365+
"url": "https://pnp.github.io/script-samples/spo-delete-unused-spfx-apipermissions/README.html",
2366+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-unused-spfx-apipermissions/README.md",
2367+
"description": "This script removes unused API permissions assigned to the 'SharePoint Online Client Extensibility Web Application Principal'.",
2368+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-delete-unused-spfx-apipermissions/assets/preview.png",
2369+
"type": "powershell",
2370+
"tabTag": "#tab/pnpps",
2371+
"authors": [
2372+
{
2373+
"name": "Kinga Kazala",
2374+
"pictureUrl": "https://github.com/kkazala.png"
2375+
}
2376+
],
2377+
"tags": [
2378+
"<Cmdlets-Used>"
2379+
]
2380+
},
23452381
{
23462382
"title": "Deploys and Installs SharePoint Framework (SPFx) solutions to Hub Site and Associated Sites",
23472383
"url": "https://pnp.github.io/script-samples/spo-deploy-install-update-spfx-hubsite-associatedsites/README.html",
@@ -2824,6 +2860,26 @@
28242860
"Get-SPOSite"
28252861
]
28262862
},
2863+
{
2864+
"title": "Ensure all required Content Types are available before Get-PnPSiteTemplate ",
2865+
"url": "https://pnp.github.io/script-samples/spo-ensure-cts-before-template/README.html",
2866+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-ensure-cts-before-template/README.md",
2867+
"description": "This is a Content type pre-burner before extracting a PnP Template",
2868+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-ensure-cts-before-template/assets/preview.png",
2869+
"type": "powershell",
2870+
"tabTag": "#tab/pnpps",
2871+
"authors": [
2872+
{
2873+
"name": "Kasper Larsen",
2874+
"pictureUrl": "https://github.com/kasperbolarsen.png"
2875+
}
2876+
],
2877+
"tags": [
2878+
"Get-PnPContentType",
2879+
"Add-PnPContentTypesFromContentTypeHub",
2880+
"Get-PnPSiteTemplate"
2881+
]
2882+
},
28272883
{
28282884
"title": "Backup all custom formatting on a site",
28292885
"url": "https://pnp.github.io/script-samples/spo-export-all-customformatting/README.html",
@@ -3491,6 +3547,24 @@
34913547
"m365 logout"
34923548
]
34933549
},
3550+
{
3551+
"title": "Find every page that contains a Modern Script Editor web part",
3552+
"url": "https://pnp.github.io/script-samples/spo-find-script-editor-webpart-using-search/README.html",
3553+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-script-editor-webpart-using-search/README.md",
3554+
"description": "Locate use of Modern Script Editor",
3555+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-script-editor-webpart-using-search/assets/preview.png",
3556+
"type": "powershell",
3557+
"tabTag": "#tab/pnpps",
3558+
"authors": [
3559+
{
3560+
"name": "Kasper Larsen",
3561+
"pictureUrl": "https://github.com/kasperbolarsen.png"
3562+
}
3563+
],
3564+
"tags": [
3565+
"Invoke-PnPSearchQuery"
3566+
]
3567+
},
34943568
{
34953569
"title": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs",
34963570
"url": "https://pnp.github.io/script-samples/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.html",
@@ -4075,6 +4149,28 @@
40754149
"Get-PnPFolderSharingLink"
40764150
]
40774151
},
4152+
{
4153+
"title": "Get SharePoint site sharing Settings",
4154+
"url": "https://pnp.github.io/script-samples/spo-get-site-sharing-settings/README.html",
4155+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-site-sharing-settings/README.md",
4156+
"description": "Get SharePoint site sharing settings including some SharePoint Advanced Management(SAM) settings",
4157+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-get-site-sharing-settings/assets/preview.png",
4158+
"type": "powershell",
4159+
"tabTag": "#tab/pnpps",
4160+
"authors": [
4161+
{
4162+
"name": "Reshmee Auckloo",
4163+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
4164+
}
4165+
],
4166+
"tags": [
4167+
"modern",
4168+
"Connect-PnPOnline",
4169+
"Invoke-PnPSPRestMethod",
4170+
"Get-PnPConnection",
4171+
"Get-PnPTenantSite"
4172+
]
4173+
},
40784174
{
40794175
"title": "Retrieves site id from Microsoft Graph",
40804176
"url": "https://pnp.github.io/script-samples/spo-get-siteid-from-microsoftgraph/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.10",
5+
"version": "3.0.11",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)