Skip to content

Latest commit

 

History

History
137 lines (103 loc) · 2.62 KB

Set-KshTerm.md

File metadata and controls

137 lines (103 loc) · 2.62 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Set-KshTerm

SYNOPSIS

Updates a term.

SYNTAX

Set-KshTerm [-Identity] <Term> [-CustomSortOrder <String>] [-IsAvailableForTagging <Boolean>] [-Name <String>]
 [-Owner <String>] [-PassThru] [<CommonParameters>]

DESCRIPTION

The Set-KshTerm cmdlet updates properties of the term.

EXAMPLES

Example 1

PS C:\> Set-KshTerm -Identity (Get-KshTerm -TermSet (Get-KshTermSet -TermGroup (Get-KshTermGroup -TermGroupName 'Company') -TermSetName 'Department') -TermName 'Human Resources') -Owner '[email protected]'

Updates property values of the term.

PARAMETERS

-CustomSortOrder

Specifies the custom sort order.

Type: String
Parameter Sets: (All)
Aliases:

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

-Identity

Specifies the term.

Type: Term
Parameter Sets: (All)
Aliases:

Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False

-IsAvailableForTagging

Specifies whether to use for tagging.

Type: Boolean
Parameter Sets: (All)
Aliases:

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

-Name

Specifies the owner.

Type: String
Parameter Sets: (All)
Aliases:

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

-Owner

Specifies the owner.

Type: String
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

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

Karamem0.SharePoint.PowerShell.Models.V1.Term

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.Term

NOTES

RELATED LINKS