Skip to content

Latest commit

 

History

History
59 lines (38 loc) · 1.73 KB

File metadata and controls

59 lines (38 loc) · 1.73 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/get-spohidedefaultthemes
applicable SharePoint Online
title Get-SPOHideDefaultThemes
schema 2.0.0
author samkabue
ms.author speedta
ms.reviewer

Get-SPOHideDefaultThemes

SYNOPSIS

Queries the current SPOHideDefaultThemes setting. SPO stands for SharePoint Online.

SYNTAX

Get-SPOHideDefaultThemes [<CommonParameters>]

DESCRIPTION

The Get-SPOHideDefaultThemes cmdlet retrieves the current Set-SPOHideDefaultThemes setting. You might want to use this cmdlet in a PowerShell script to read the setting and then take different actions based on whether the default themes are hidden. This cmdlet does not have any parameters.

Note

This cmdlet was named Get-HideDefaultThemes until the December 2017 release of the SPO Management Shell. We recommend that you use the latest version of the PowerShell cmdlets.

EXAMPLES

Example 1

Get-SPOHideDefaultThemes

PARAMETERS

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

None

OUTPUTS

System.Object

NOTES

RELATED LINKS

Getting started with SharePoint Online Management Shell

Set-SPOHideDefaultThemes