Skip to content

Commit 71dd2f1

Browse files
author
luchaoqiu
committed
Updates
1 parent 2daf794 commit 71dd2f1

File tree

6 files changed

+44
-22
lines changed

6 files changed

+44
-22
lines changed

.openpublishing.redirection.ms-ol-sp-ps.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/add-spocontentsecuritypolicy",
3131
"redirect_document_id": true
3232
},
33+
{
34+
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Add-SPOFontPackage.md",
35+
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/add-spofontpackage",
36+
"redirect_document_id": true
37+
},
3338
{
3439
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Add-SPOGeoAdministrator.md",
3540
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/add-spogeoadministrator",
@@ -310,6 +315,11 @@
310315
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/get-spoexternaluser",
311316
"redirect_document_id": true
312317
},
318+
{
319+
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Get-SPOFontPackage.md",
320+
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/get-spofontpackage",
321+
"redirect_document_id": true
322+
},
313323
{
314324
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Get-SPOGeoAdministrator.md",
315325
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/get-spogeoadministrator",
@@ -815,6 +825,11 @@
815825
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/remove-spoexternaluser",
816826
"redirect_document_id": true
817827
},
828+
{
829+
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOFontPackage.md",
830+
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/remove-spofontpackage",
831+
"redirect_document_id": true
832+
},
818833
{
819834
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Remove-SPOGeoAdministrator.md",
820835
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/remove-spogeoadministrator",
@@ -1085,6 +1100,11 @@
10851100
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/set-spodisablespacesactivation",
10861101
"redirect_document_id": true
10871102
},
1103+
{
1104+
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Set-SPOFontPackage.md",
1105+
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/set-spofontpackage",
1106+
"redirect_document_id": true
1107+
},
10881108
{
10891109
"source_path": "sharepoint/sharepoint-ps/sharepoint-online/Set-SPOGeoStorageQuota.md",
10901110
"redirect_url": "/powershell/module/microsoft.online.sharepoint.powershell/set-spogeostoragequota",

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Add-SPOFontPackage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
applicable: SharePoint Online
66
title: Add-SPOFontPackage
77
schema: 2.0.0
8-
author: luchaoqiu
8+
author: JQ1u
99
ms.author: luchaoqiu
1010
ms.reviewer:
1111
---
@@ -24,7 +24,7 @@ Add-SPOFontPackage -Title <String> -PackageJson <String> [-IsHidden <Boolean>] [
2424

2525
## DESCRIPTION
2626

27-
The `Add-SPOFontPackage` cmdlet creates a new brand font package for the SharePoint tenant. Each font package must have a unique name. The font file must be added to the SharePoint Brand Center before creating a font package. For more information, see [Brand Fonts](https://learn.microsoft.com/sharepoint/brand-fonts).
27+
This cmdlet creates a new brand font package for the tenant. Each font package must have a unique name. The font file must be added to the SharePoint Brand Center before creating a font package. For more information, see [Brand Fonts](/sharepoint/brand-fonts).
2828

2929
## EXAMPLES
3030

@@ -133,7 +133,7 @@ Accept wildcard characters: False
133133
134134
> Applicable: SharePoint Online
135135
136-
Specifies whether the font package should be hidden from users. When set to $true, the font package will not be visible in the **Change the look** options, but can still be applied using the `Set-SPOFontPackage` cmdlet.
136+
Specifies whether the font package should be hidden from users. When set to `$true`, the font package will not be visible in the **Change the look** options, but can still be applied using the `Set-SPOFontPackage` cmdlet.
137137

138138
```yaml
139139
Type: System.Boolean

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOFontPackage.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
applicable: SharePoint Online
66
title: Get-SPOFontPackage
77
schema: 2.0.0
8-
author: luchaoqiu
8+
author: JQ1u
99
ms.author: luchaoqiu
1010
ms.reviewer:
1111
---
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Returns one or all custom font packages from the SharePoint tenant.
17+
Returns one or all custom font packages in the tenant.
1818

1919
## SYNTAX
2020

@@ -24,20 +24,10 @@ Get-SPOFontPackage [[-Identity] <SPOFontPackagePipeBind>] [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
The `Get-SPOFontPackage` cmdlet retrieves one or more custom font packages from the SharePoint tenant. Custom font packages include those created through the SharePoint Brand Center app or by using the `Add-SPOFontPackage` cmdlet. You can retrieve a specific font package by providing its identity, or retrieve all font packages if no identity is specified.
27+
This cmdlet retrieves one or more custom font packages in the tenant. Custom font packages include those created through the SharePoint Brand Center app or by using the `Add-SPOFontPackage` cmdlet. You can retrieve a specific font package by providing its identity, or retrieve all font packages if no identity is specified.
2828

2929
Font packages contain custom typography definitions that can be applied to SharePoint sites and Viva Connections for branding purposes.
3030

31-
After running this cmdlet, the information for each font package will be displayed with the following properties:
32-
33-
| Property | Type | Description |
34-
| :---------- | :----- | :------------------------------------------------------|
35-
| ID | Guid | Unique ID of the font package. |
36-
| Title | string | The display name of the font package. |
37-
| IsHidden | bool | Whether the font package is hidden from the SharePointUI. |
38-
| IsValid | bool | Whether the font package is valid and can be applied. |
39-
| PackageJson | string | The JSON specifying the settings of the font package. |
40-
4131
## EXAMPLES
4232

4333
### EXAMPLE 1

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Microsoft.Online.SharePoint.PowerShell.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ Adds a source to the **Content Security Policy** configuration.
2424
### [Add-SPOFileRequestBrandingProfile](Add-SPOFileRequestBrandingProfile.md)
2525
Adds a branding profile for the file request feature by specifying logo and background assets from an existing organization asset library.
2626

27+
### [Add-SPOFontPackage](Add-SPOFontPackage.md)
28+
Creates a new custom font package with fonts in the brand fonts library.
29+
2730
### [Add-SPOGeoAdministrator](Add-SPOGeoAdministrator.md)
2831
Adds a new SharePoint user or security group as GeoAdministrator to a multi-geo tenant.
2932

@@ -198,6 +201,9 @@ Returns external users in the tenant.
198201
### [Get-SPOFileRequestBrandingProfiles](Get-SPOFileRequestBrandingProfiles.md)
199202
Retrieves branding profiles configured for the file request feature, including details about logo and background assets.
200203

204+
### [Get-SPOFontPackage](Get-SPOFontPackage.md)
205+
Returns one or all custom font packages in the tenant.
206+
201207
### [Get-SPOGeoAdministrator](Get-SPOGeoAdministrator.md)
202208
This cmdlet returns the SharePoint Online user or security group accounts with Global Admin privileges in the current multi-geo tenant.
203209

@@ -385,7 +391,7 @@ Returns the current configuration status.
385391
Get the replication parameters to manage Multi-Geo taxonomy replication.
386392

387393
### [Get-SPOTheme](Get-SPOTheme.md)
388-
{{Placeholder}}
394+
Returns one or all themes settings from the tenant.
389395

390396
### [Get-SPOUnifiedGroup](Get-SPOUnifiedGroup.md)
391397
Retrieves the Preferred Data Location for the specified Office 365 Group.
@@ -498,6 +504,9 @@ Removes a collection of external users from the tenancy's folder.
498504
### [Remove-SPOFileRequestBrandingProfile](Remove-SPOFileRequestBrandingProfile.md)
499505
Removes a branding profile (either primary or secondary) configured for the file request feature across the tenant.
500506

507+
### [Remove-SPOFontPackage](Remove-SPOFontPackage.md)
508+
Removes a brand font package from the tenant.
509+
501510
### [Remove-SPOGeoAdministrator](Remove-SPOGeoAdministrator.md)
502511
Removes a new SharePoint user or security Group in the current Multi-Geo Tenant.
503512

@@ -660,6 +669,9 @@ This cmdlet sends a trust request to the tenant with whom you want to establish
660669
### [Set-SPODisableSpacesActivation](Set-SPODisableSpacesActivation.md)
661670
Disables the SharePoint Spaces activation.
662671

672+
### [Set-SPOFontPackage](Set-SPOFontPackage.md)
673+
Applies a brand font package to a SharePoint site or Viva Connections.
674+
663675
### [Set-SPOGeoStorageQuota](Set-SPOGeoStorageQuota.md)
664676
This cmdlet sets the storage quota on a multi-geo tenant.
665677

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Remove-SPOFontPackage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
applicable: SharePoint Online
66
title: Remove-SPOFontPackage
77
schema: 2.0.0
8-
author: luchaoqiu
8+
author: JQ1u
99
ms.author: luchaoqiu
1010
ms.reviewer:
1111
---
@@ -14,7 +14,7 @@ ms.reviewer:
1414

1515
## SYNOPSIS
1616

17-
Removes a brand font package from the SharePoint tenant.
17+
Removes a brand font package from the tenant.
1818

1919
## SYNTAX
2020

@@ -24,7 +24,7 @@ Remove-SPOFontPackage [-Identity] <SPOFontPackagePipeBind> [<CommonParameters>]
2424

2525
## DESCRIPTION
2626

27-
The `Remove-SPOFontPackage` cmdlet removes a custom font package from the SharePoint tenant. After removal, the font package will no longer be available for use on SharePoint sites or Viva Connections.
27+
This cmdlet removes a custom font package from the tenant. After removal, the font package will no longer be available for use on SharePoint sites or Viva Connections.
2828

2929
> [!NOTE]
3030
> Removing a font package does not delete the associated brand font files. Pages that already use the removed font package will continue to display the configured fonts, but you will no longer be able to modify the font package settings.

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Set-SPOFontPackage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ online version: https://learn.microsoft.com/powershell/module/sharepoint-online/
55
applicable: SharePoint Online
66
title: Set-SPOFontPackage
77
schema: 2.0.0
8-
author: luchaoqiu
8+
author: JQ1u
99
ms.author: luchaoqiu
1010
ms.reviewer:
1111
---
@@ -24,7 +24,7 @@ Set-SPOFontPackage [-Identity] <SPOFontPackagePipeBind> [-WebUrl] <String> [<Com
2424

2525
## DESCRIPTION
2626

27-
The `Set-SPOFontPackage` cmdlet applies a brand font package to a specified SharePoint site or Viva Connections. Use this cmdlet to customize the typography and branding of SharePoint sites by applying predefined font packages.
27+
This cmdlet applies a brand font package to a specified SharePoint site or Viva Connections. Use this cmdlet to customize the typography and branding of SharePoint sites by applying predefined font packages.
2828

2929
## EXAMPLES
3030

0 commit comments

Comments
 (0)