Skip to content

Commit 799ba62

Browse files
yixianpuYixian15
authored andcommitted
add commands for managing built-in font packages
1 parent 46113e9 commit 799ba62

File tree

2 files changed

+72
-0
lines changed

2 files changed

+72
-0
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
external help file: sharepointonline.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/get-spobuiltinfontpackagesettings
5+
applicable: SharePoint Online
6+
title: Get-SPOBuiltInFontPackageSettings
7+
schema: 2.0.0
8+
author: yixianpu
9+
ms.author: yixianpu
10+
ms.reviewer:
11+
---
12+
13+
# Get-SPOBuiltInFontPackageSettings
14+
15+
## SYNOPSIS
16+
17+
Gets settings of built-in font packages.
18+
19+
## SYNTAX
20+
21+
```powershell
22+
Get-SPOBuiltInFontPackageSettings
23+
```
24+
25+
## DESCRIPTION
26+
27+
Use this cmdlet to get all settings of built-in font packages.
28+
29+
## EXAMPLE
30+
31+
```powershell
32+
Get-SPOBuiltInFontPackageSettings
33+
```
34+
35+
## PARAMETERS
36+
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
external help file: sharepointonline.xml
3+
Module Name: Microsoft.Online.SharePoint.PowerShell
4+
online version: https://learn.microsoft.com/powershell/module/sharepoint-online/set-spobuiltinfontpackagesettings
5+
applicable: SharePoint Online
6+
title: Set-SPOBuiltInFontPackageSettings
7+
schema: 2.0.0
8+
author: yixianpu
9+
ms.author: yixianpu
10+
ms.reviewer:
11+
---
12+
13+
# Set-SPOBuiltInFontPackageSettings
14+
15+
## SYNOPSIS
16+
17+
Sets settings of built-in font packages.
18+
19+
## SYNTAX
20+
21+
```powershell
22+
Set-SPOBuiltInFontPackageSettings [-HideBuiltInFontPackages] <Boolean>
23+
```
24+
## DESCRIPTION
25+
26+
Use this cmdlet to set settings of built-in font packages.
27+
28+
## EXAMPLE
29+
30+
Set-SPOBuiltInFontPackageSettings -HideBuiltInFontPackages $true
31+
32+
## PARAMETERS
33+
34+
### -HideBuiltInFontPackages
35+
36+
Hide built in font packages from SharePoint sites if this value is true.

0 commit comments

Comments
 (0)