Skip to content

Commit bad212b

Browse files
author
Rongqi Zhou
committed
update
1 parent be89bf4 commit bad212b

File tree

1 file changed

+3
-3
lines changed
  • sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell

1 file changed

+3
-3
lines changed

sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Get-SPOTheme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This cmdlet returns the settings for a named existing theme, or for all uploaded
3636
This example shows how to use the [**Get-SPOTheme**](./Get-SPOTheme.md) cmdlet to return the settings for the `"Custom Cyan"` theme created in the example for the [**Add-SPOTheme**](./Add-SPOTheme.md) cmdlet. Note that this example uses the PowerShell `ConvertTo-Json` filter to display the theme in JSON format.
3737

3838
```powershell
39-
Get-SPOTheme -Name "Custom Cyan" -IncludeGlobalTheme | ConvertTo-Json -Depth 4
39+
Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json -Depth 4
4040
```
4141

4242
```Output
@@ -123,9 +123,9 @@ Accept wildcard characters: False
123123
124124
> Applicable: SharePoint Online
125125
126-
When specified, Get-SPOTheme returns all global themes that are available to the tenant. This includes themes created by using PowerShell as well as themes created in the Brand Center.
126+
When specified, this cmdlet returns all global themes that are available to the tenant. This includes themes created using PowerShell as well as themes created in the Brand Center.
127127
128-
For satellite geos, IncludeGlobalTheme also returns the global themes that are defined in the primary geo.
128+
For satellite geos, `IncludeGlobalTheme` also returns the global themes that are defined in the primary geo.
129129

130130
```yaml
131131
Type: SwitchParameter

0 commit comments

Comments
 (0)