Skip to content

Latest commit

 

History

History
114 lines (85 loc) · 2.3 KB

Get-KshSiteTemplate.md

File metadata and controls

114 lines (85 loc) · 2.3 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshSiteTemplate

SYNOPSIS

Retrieves site templates.

SYNTAX

ParamSet1

Get-KshSiteTemplate [-SiteTemplateName] <String> [-IncludeCrossLanguage] [[-Lcid] <UInt32>]
 [<CommonParameters>]

ParamSet2

Get-KshSiteTemplate [-IncludeCrossLanguage] [[-Lcid] <UInt32>] [-NoEnumerate] [<CommonParameters>]

DESCRIPTION

The Get-KshSiteTemplate cmdlet retrieves site templates of the current site.

EXAMPLES

Example 1

PS C:\> Get-KshSiteTemplate -DoIncludeCrossLanguage -Lcid 1033

Retrieves all site templates.

PARAMETERS

-IncludeCrossLanguage

If specified, includes cross language site templates.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-Lcid

Specifies the locale ID. For more information, see reference.

Type: UInt32
Parameter Sets: (All)
Aliases:

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

-NoEnumerate

If specified, suppresses to enumerate objects.

Type: SwitchParameter
Parameter Sets: ParamSet2
Aliases:

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

-SiteTemplateName

Specifies the site template name.

Type: String
Parameter Sets: ParamSet1
Aliases:

Required: True
Position: 0
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.SiteTemplate

NOTES

RELATED LINKS