| 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 |
Queries the current SPOHideDefaultThemes setting. SPO stands for SharePoint Online.
Get-SPOHideDefaultThemes [<CommonParameters>]
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.
Get-SPOHideDefaultThemesThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.