File tree Expand file tree Collapse file tree 3 files changed +95
-0
lines changed
sharepoint/sharepoint-ps/sharepoint-online Expand file tree Collapse file tree 3 files changed +95
-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 : Yixian15
9+ ms.author : yixianpu
10+ ms.reviewer :
11+ ---
12+
13+ # Get-SPOBuiltInFontPackageSettings
14+
15+ ## SYNOPSIS
16+
17+ Use this cmdlet to get settings of [ built-in font packages] ( /sharepoint/brand-center-font-packages ) .
18+
19+ ## SYNTAX
20+
21+ ``` powershell
22+ Get-SPOBuiltInFontPackageSettings
23+ ```
24+
25+ ## DESCRIPTION
26+
27+ Use this cmdlet to get settings of [ built-in font packages] ( /sharepoint/brand-center-font-packages ) .
28+
29+ ## EXAMPLES
30+
31+ ### Example 1
32+
33+ ``` powershell
34+ Get-SPOBuiltInFontPackageSettings
35+ ```
36+
37+ This example retrieves the current settings of built-in font packages.
38+
39+ ## RELATED LINKS
40+
41+ - [ Set-SPOBuiltInFontPackageSettings] ( ./Set-SPOBuiltInFontPackageSettings.md )
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 : Yixian15
9+ ms.author : yixianpu
10+ ms.reviewer :
11+ ---
12+
13+ # Set-SPOBuiltInFontPackageSettings
14+
15+ ## SYNOPSIS
16+
17+ Use this cmdlet to set settings of [ built-in font packages] ( /sharepoint/brand-center-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] ( /sharepoint/brand-center-font-packages ) .
27+
28+ ## EXAMPLES
29+
30+ ### Example 1
31+
32+ ``` powershell
33+ Set-SPOBuiltInFontPackageSettings -HideBuiltInFontPackages $true
34+ ```
35+
36+ This example sets the built-in font packages to be hidden from SharePoint sites.
37+
38+ ## PARAMETERS
39+
40+ ### -HideBuiltInFontPackages
41+
42+ Hide built in font packages from SharePoint sites if this value is true.
43+
44+ ## RELATED LINKS
45+
46+ - [ Get-SPOBuiltInFontPackageSettings] ( ./Get-SPOBuiltInFontPackageSettings.md )
Original file line number Diff line number Diff line change @@ -103,6 +103,10 @@ The following cmdlet references are for SharePoint Online.
103103
104104{{Manually Enter Get-SPOAppInfo Description Here}}
105105
106+ ### [ Get-SPOBuiltInFontPackageSettings] ( Get-SPOBuiltInFontPackageSettings.md )
107+
108+ {{Gets settings of built-in font packages.}}
109+
106110### [ Get-SPOCopilotAgentInsightsReport] ( Get-SPOCopilotAgentInsightsReport.md )
107111
108112{{Gets the status of all active and available reports when no report ID is present, and allows to view or download a report if report ID is present.}}
@@ -532,6 +536,10 @@ This cmdlet is not currently active in production and may be removed in the futu
532536
533537{{Manually Enter Revoke-SPOUserSession Description Here}}
534538
539+ ### [ Set-SPOBuiltInFontPackageSettings] ( Set-SPOBuiltInFontPackageSettings.md )
540+
541+ {{Sets settings of built-in font packages.}}
542+
535543### [ Set-SPOCrossTenantRelationship] ( Set-SPOCrossTenantRelationship.md )
536544
537545{{Manually Enter Set-SPOCrossTenantRelationship Description Here}}
You can’t perform that action at this time.
0 commit comments