Skip to content

Latest commit

 

History

History
124 lines (92 loc) · 2.52 KB

Get-KshTermLabel.md

File metadata and controls

124 lines (92 loc) · 2.52 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshTermLabel

SYNOPSIS

Retrieves one or term labels.

SYNTAX

ParamSet1

Get-KshTermLabel [-Identity] <TermLabel> [<CommonParameters>]

ParamSet2

Get-KshTermLabel [-Term] <Term> [-LabelName] <String> [<CommonParameters>]

ParamSet3

Get-KshTermLabel [-Term] <Term> [-NoEnumerate] [<CommonParameters>]

DESCRIPTION

The Get-KshTermLabel cmdlet retrieves label of the term.

EXAMPLES

Example 1

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

Retrieves a label by label name.

Example 2

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

Retrieves all labels.

PARAMETERS

-Identity

Specifies the label.

Type: TermLabel
Parameter Sets: ParamSet1
Aliases:

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

-LabelName

Specifies the label name.

Type: String
Parameter Sets: ParamSet2
Aliases:

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

-NoEnumerate

If specified, suppresses to enumerate objects.

Type: SwitchParameter
Parameter Sets: ParamSet3
Aliases:

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

-Term

Specifies the term.

Type: Term
Parameter Sets: ParamSet2, ParamSet3
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

Karamem0.SharePoint.PowerShell.Models.V1.TermLabel

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.V1.TermLabel

NOTES

RELATED LINKS