Skip to content

Latest commit

 

History

History
92 lines (67 loc) · 1.88 KB

Add-KshTenantTheme.md

File metadata and controls

92 lines (67 loc) · 1.88 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Add-KshTenantTheme

SYNOPSIS

Creates a new theme.

SYNTAX

Add-KshTenantTheme -IsInverted <Boolean> -Name <String> -Palette <Hashtable> [<CommonParameters>]

DESCRIPTION

The Add-KshTenantTheme cmdlet adds a new theme to the tenant. This cmdlet can be used only when connected to the SharePoint admin center.

EXAMPLES

Example 1

PS C:\> Add-KshTenantTheme -Name 'Custom Theme' -Palette @{ "black" = "#000000" }

Creates a new site theme.

PARAMETERS

-IsInverted

Specifies whether the colors are inverted.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-Name

Specifies the theme name.

Type: String
Parameter Sets: (All)
Aliases:

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

-Palette

Specifies the palette. For more information, see theme generator.

Type: Hashtable
Parameter Sets: (All)
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