Skip to content

Commit cd7772b

Browse files
author
rongqizhou
committed
add reference for cmlet
1 parent 89857b7 commit cd7772b

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,18 +22,18 @@ Get-SPOTheme [[-Name] <String>] [<CommonParameters>]
2222

2323
## DESCRIPTION
2424

25-
The **Get-SPOTheme** cmdlet returns the settings for a named existing theme, or for all uploaded themes if no name is provided.
25+
This cmdlet returns the settings for a named existing theme, or for all uploaded themes if no name is provided.
2626

2727
> [!NOTE]
2828
> To support consistent branding and simplify governance, theme management is transitioning to a centralized model.
2929
> - The **primary geo** will act as the central location for **organization-wide theme creation and management**. Themes created here will be visible and applicable across satellite geos.
30-
> - The **Satellite Geo Administrators** will be able to view and apply themes from the primary geo to their own sites by using `Get-SPOTheme` and `Set-SPOWebTheme` cmdlet. Themes previously created within satellite geos will remain available for use. However, **creating new themes in satellite geos will no longer be supported** going forward.
30+
> - The satellite **Geo Administrators** will be able to view and apply themes from the primary geo to their own sites by using `Get-SPOTheme` and `Set-SPOWebTheme` cmdlet. Themes previously created within satellite geos will remain available for use. However, **creating new themes in satellite geos will no longer be supported** going forward.
3131
3232
## EXAMPLES
3333

3434
### Example 1
3535

36-
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.
36+
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
3939
Get-SPOTheme -Name "Custom Cyan" | ConvertTo-Json -Depth 4
@@ -93,7 +93,7 @@ If the theme is in legacy format, the output will be:
9393

9494
### Example 2
9595

96-
To return all uploaded themes, use the **Get-SPOTheme** command with no arguments.
96+
To return all uploaded themes, use the [**Get-SPOTheme**](./Get-SPOTheme.md) command with no arguments.
9797

9898
```powershell
9999
Get-SPOTheme

0 commit comments

Comments
 (0)