File tree Expand file tree Collapse file tree 2 files changed +72
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 2 files changed +72
-0
lines changed Original file line number Diff line number Diff line change 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+
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments