Skip to content

Latest commit

 

History

History
109 lines (80 loc) · 2.03 KB

Get-KshTenantTheme.md

File metadata and controls

109 lines (80 loc) · 2.03 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshTenantTheme

SYNOPSIS

Retrieves one or more themes.

SYNTAX

ParamSet1

Get-KshTenantTheme -Identity <TenantTheme> [<CommonParameters>]

ParamSet2

Get-KshTenantTheme -ThemeName <String> [<CommonParameters>]

ParamSet3

Get-KshTenantTheme [-NoEnumerate] [<CommonParameters>]

DESCRIPTION

The Get-KshTenantSiteTemplate cmdlet retrieves themes. This cmdlet can be used only when connected to the SharePoint admin center.

EXAMPLES

Example 1

PS C:\> Get-KshTenantSiteTemplate

Retrieves all themes.

Example 1

PS C:\> Get-KshTenantSiteTemplate -ThemeName 'Custom Theme'

Retrieves a theme by theme name.

PARAMETERS

-Identity

Specifies the theme.

Type: TenantTheme
Parameter Sets: ParamSet1
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-NoEnumerate

If specified, suppresses to enumerate objects.

Type: SwitchParameter
Parameter Sets: ParamSet3
Aliases:

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-ThemeName

Specifies the theme name.

Type: String
Parameter Sets: ParamSet2
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

None

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.TenantTheme

NOTES

RELATED LINKS