Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.66 KB

Merge-KshTerm.md

File metadata and controls

76 lines (54 loc) · 1.66 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Merge-KshTerm

SYNOPSIS

Merges a term.

SYNTAX

Merge-KshTerm [-Identity] <Term> [-ToMerge] <Term> [<CommonParameters>]

DESCRIPTION

The Merge-KshTerm cmdlet merges a term to the another term.

EXAMPLES

Example 1

PS C:\> Merge-KshTerm -Identity (Get-KshTerm -TermSet (Get-KshTermSet -TermGroup (Get-KshTermGroup -TermGroupName 'Company') -TermSetName 'Department') -TermName 'Talent Acquisition') -ToMerge (Get-KshTerm -TermSet (Get-KshTermSet -TermGroup (Get-KshTermGroup -TermGroupName 'Company') -TermSetName 'Department') -TermName 'Human Resources')

Merges a term.

PARAMETERS

-Identity

Specifies the term to be merged.

Type: Term
Parameter Sets: (All)
Aliases:

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

-ToMerge

Specifies the term to merge.

Type: Term
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
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

None

NOTES

RELATED LINKS