Skip to content

Commit efb2ef5

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

File tree

8 files changed

+3391
-3266
lines changed

8 files changed

+3391
-3266
lines changed

data/pnpPsModel.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@
3535
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPAzureADServicePrincipalAppRole.md",
3636
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPAzureADServicePrincipalAppRole.html"
3737
},
38+
{
39+
"name": "Add-PnPBrandCenterFont",
40+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPBrandCenterFont.md",
41+
"docs": "https://pnp.github.io/powershell/cmdlets/Add-PnPBrandCenterFont.html"
42+
},
3843
{
3944
"name": "Add-PnPContentType",
4045
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Add-PnPContentType.md",
@@ -840,6 +845,16 @@
840845
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPAzureCertificate.md",
841846
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPAzureCertificate.html"
842847
},
848+
{
849+
"name": "Get-PnPBrandCenterConfig",
850+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPBrandCenterConfig.md",
851+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPBrandCenterConfig.html"
852+
},
853+
{
854+
"name": "Get-PnPBrandCenterFontPackage",
855+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPBrandCenterFontPackage.md",
856+
"docs": "https://pnp.github.io/powershell/cmdlets/Get-PnPBrandCenterFontPackage.html"
857+
},
843858
{
844859
"name": "Get-PnPBrowserIdleSignout",
845860
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Get-PnPBrowserIdleSignout.md",
@@ -3830,6 +3845,11 @@
38303845
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Update-PnPUserType.md",
38313846
"docs": "https://pnp.github.io/powershell/cmdlets/Update-PnPUserType.html"
38323847
},
3848+
{
3849+
"name": "Use-PnPBrandCenterFontPackage",
3850+
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Use-PnPBrandCenterFontPackage.md",
3851+
"docs": "https://pnp.github.io/powershell/cmdlets/Use-PnPBrandCenterFontPackage.html"
3852+
},
38333853
{
38343854
"name": "Write-PnPTraceLog",
38353855
"url": "https://raw.githubusercontent.com/pnp/powershell/dev/documentation/Write-PnPTraceLog.md",

data/samples.json

Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2027,6 +2027,28 @@
20272027
"Get-FileHash"
20282028
]
20292029
},
2030+
{
2031+
"title": "Enabling and Configuring Document ID in SharePoint",
2032+
"url": "https://pnp.github.io/script-samples/spo-configure-documentid-feature/README.html",
2033+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-configure-documentid-feature/README.md",
2034+
"description": "The script enables and configures Document ID within a SharePoint site",
2035+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-configure-documentid-feature/assets/preview.png",
2036+
"type": "powershell",
2037+
"tabTag": "#tab/pnpps",
2038+
"authors": [
2039+
{
2040+
"name": "Reshmee Auckloo",
2041+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
2042+
}
2043+
],
2044+
"tags": [
2045+
"Get-PnPTenantSite",
2046+
"Set-PnPSiteDocumentIdPrefix",
2047+
"Enable-PnPFeature",
2048+
"Get-PnPList",
2049+
"Invoke-PnPQuery"
2050+
]
2051+
},
20302052
{
20312053
"title": "Copy the folder structure of a directory to a SharePoint list",
20322054
"url": "https://pnp.github.io/script-samples/spo-copy-directory-structure-to-sharepoint-list/README.html",
@@ -3828,6 +3850,26 @@
38283850
"Invoke-PnPSearchQuery"
38293851
]
38303852
},
3853+
{
3854+
"title": "Identifying SharePoint Site Creation Sources",
3855+
"url": "https://pnp.github.io/script-samples/spo-find-site-creationsource/README.html",
3856+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-site-creationsource/README.md",
3857+
"description": "Understanding how a SharePoint site was created is crucial for governance, compliance, and troubleshooting. In Microsoft 365, SharePoint sites can be created through various methods, such as Microsoft Teams, Viva Engage, the SharePoint Admin Center, and more. However, identifying the exact creation source can sometimes be challenging.",
3858+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-find-site-creationsource/assets/preview.png",
3859+
"type": "powershell",
3860+
"tabTag": "#tab/pnpps",
3861+
"authors": [
3862+
{
3863+
"name": "Reshmee Auckloo",
3864+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
3865+
}
3866+
],
3867+
"tags": [
3868+
"modern",
3869+
"Connect-PnPOnline",
3870+
"Get-PnPListItem"
3871+
]
3872+
},
38313873
{
38323874
"title": "Find SharePoint Framework (SPFx) Packages in Tenant and Site Collection App Catalogs",
38333875
"url": "https://pnp.github.io/script-samples/spo-find-spfx-packages-installed-tenant-sitecollection-appcatalog/README.html",
@@ -5272,6 +5314,27 @@
52725314
"m365 spo feature enable"
52735315
]
52745316
},
5317+
{
5318+
"title": "Pins Fields to the Filter Pane in SharePoint Libraries",
5319+
"url": "https://pnp.github.io/script-samples/spo-pin-field-filterpane/README.html",
5320+
"rawUrl": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-pin-field-filterpane/README.md",
5321+
"description": "Pinning Fields to the Filter Pane in SharePoint Libraries.",
5322+
"image": "https://raw.githubusercontent.com/pnp/script-samples/main/scripts/spo-pin-field-filterpane/assets/preview.png",
5323+
"type": "powershell",
5324+
"tabTag": "#tab/pnpps",
5325+
"authors": [
5326+
{
5327+
"name": "Reshmee Auckloo",
5328+
"pictureUrl": "https://avatars.githubusercontent.com/u/7693852?v=4"
5329+
}
5330+
],
5331+
"tags": [
5332+
"modern",
5333+
"Connect-PnPOnline",
5334+
"Get-PnPField",
5335+
"Set-PnPField"
5336+
]
5337+
},
52755338
{
52765339
"title": "Provision Home Page to a SharePoint site",
52775340
"url": "https://pnp.github.io/script-samples/spo-provision-homepage/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.31",
5+
"version": "3.0.32",
66
"publisher": "adamwojcikit",
77
"author": {
88
"name": "Adam"

0 commit comments

Comments
 (0)