Skip to content

Commit 1b295a1

Browse files
author
Doug Mahugh
authored
correction to Get-SPOTheme section
1 parent 1676009 commit 1b295a1

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

docs/declarative-customization/site-theming/sharepoint-site-theming-powershell.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -124,20 +124,6 @@ C:\> Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json
124124
```
125125
Note that this example uses the PowerShell _ConvertTo-Json_ filter to display the theme in JSON format.
126126

127-
To see all the themes currently available in the tenant store, use **Get-SPOTheme** with no arguments.
128-
129-
```powershell
130-
c:\> Get-SPOTheme
131-
Blue
132-
Orange
133-
Red
134-
Purple
135-
Green
136-
Gray
137-
Dark Yellow
138-
Dark Blue
139-
Custom Cyan
140-
```
141127
## Remove-SPOTheme
142128

143129
The **Remove-SPOTheme** cmdlet removes a theme from your tenant store. For example, this cmdlet removes the "Custom Cyan" theme that was used in the previous examples.

0 commit comments

Comments
 (0)