Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.68 KB

File metadata and controls

70 lines (47 loc) · 1.68 KB
external help file Microsoft.Online.SharePoint.PowerShell.dll-Help.xml
Module Name Microsoft.Online.SharePoint.PowerShell
online version https://learn.microsoft.com/powershell/module/microsoft.online.sharepoint.powershell/set-spobuiltinfontpackagesettings
applicable SharePoint Online
title Set-SPOBuiltInFontPackageSettings
schema 2.0.0
author Yixian15
ms.author yixianpu
ms.reviewer

Set-SPOBuiltInFontPackageSettings

SYNOPSIS

Use this cmdlet to set settings of built-in font packages.

SYNTAX

Set-SPOBuiltInFontPackageSettings [-HideBuiltInFontPackages <Boolean>] [<CommonParameters>]

DESCRIPTION

Use this cmdlet to set settings of built-in font packages.

EXAMPLES

Example 1

Set-SPOBuiltInFontPackageSettings -HideBuiltInFontPackages $true

This example sets the built-in font packages to be hidden from SharePoint sites.

PARAMETERS

-HideBuiltInFontPackages

Type: System.Boolean
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.Boolean

OUTPUTS

System.Object

NOTES

RELATED LINKS

Get-SPOBuiltInFontPackageSettings