Skip to content

Latest commit

 

History

History
93 lines (68 loc) · 1.91 KB

File metadata and controls

93 lines (68 loc) · 1.91 KB
external help file SPClientCore.dll-Help.xml
Module Name SPClientCore
online version
schema 2.0.0

Update-KshTermStore

SYNOPSIS

Updates a term store.

SYNTAX

Update-KshTermStore [-DefaultLcid <UInt32>] [-WorkingLcid <UInt32>] [-PassThru] [<CommonParameters>]

DESCRIPTION

The Update-KshTermStore cmdlet changes properties of the term store.

EXAMPLES

Example 1

PS C:\> Update-KshTermStore -DefaultLcid 1033

Updates property values of the term store.

PARAMETERS

-DefaultLcid

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

Type: UInt32
Parameter Sets: (All)
Aliases:

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

-PassThru

If specified, returns the updated object.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

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

-WorkingLcid

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

Type: UInt32
Parameter Sets: (All)
Aliases:

Required: False
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.TermStore

NOTES

RELATED LINKS