Skip to content

Commit 6071bad

Browse files
committed
update get-spotheme command doc
1 parent 252c685 commit 6071bad

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The **Get-SPOTheme** cmdlet returns the settings for a named existing theme, or
3131
This example shows how to use the **Get-SPOTheme** cmdlet to return the settings for the `"Custom Cyan"` theme created in the example for the **Add-SPOTheme** cmdlet. Note that this example uses the PowerShell `ConvertTo-Json` filter to display the theme in JSON format.
3232

3333
```powershell
34-
Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json 4
34+
Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json -Depth 4
3535
```
3636

3737
```Output

0 commit comments

Comments
 (0)