SOLVED

New site theming options for SharePoint sites in Office 365

Copper Contributor

I am trying to use the powershell cmdlets [as described here] to configure the new site theming options, but am getting the following error:

 

> Get-HideDefaultThemes
Get-HideDefaultThemes : The term 'Get-HideDefaultThemes' is not recognized as the name of a cmdlet, function, script
file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
+ Get-HideDefaultThemes
+ ~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : ObjectNotFound: (Get-HideDefaultThemes:String) [], CommandNotFoundException
+ FullyQualifiedErrorId : CommandNotFoundException

1 Reply
best response confirmed by Adam Coulombe (Copper Contributor)
Solution

Solved: Upgrading to the latest Sharepoint Online Management Shell tool fixed the issue. Download:  https://www.microsoft.com/en-us/download/details.aspx?id=35588

1 best response

Accepted Solutions
best response confirmed by Adam Coulombe (Copper Contributor)
Solution

Solved: Upgrading to the latest Sharepoint Online Management Shell tool fixed the issue. Download:  https://www.microsoft.com/en-us/download/details.aspx?id=35588

View solution in original post