Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.54 KB

Copy-KshTerm.md

File metadata and controls

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

Copy-KshTerm

SYNOPSIS

Copies a term.

SYNTAX

Copy-KshTerm [-Identity] <Term> [-CopyChildren] [<CommonParameters>]

DESCRIPTION

The Copy-KshTerm cmdlet creates a copy from the term.

EXAMPLES

Example 1

PS C:\> Copy-KshTerm (Get-KshTerm -TermSet (Get-KshTermSet -TermGroup (Get-KshTermGroup -TermGroupName 'Company') -TermSetName 'Department') -TermName 'Human Resources')

Copies a term.

PARAMETERS

-CopyChildren

If specified, copies the child terms.

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

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