Skip to content

Latest commit

 

History

History
136 lines (101 loc) · 2.35 KB

Get-KshTermGroup.md

File metadata and controls

136 lines (101 loc) · 2.35 KB
external help file Module Name online version schema
SPClientCore.dll-Help.xml
SPClientCore
2.0.0

Get-KshTermGroup

SYNOPSIS

Retrieves one or term groups.

SYNTAX

ParamSet1

Get-KshTermGroup [-Identity] <TermGroup> [<CommonParameters>]

ParamSet2

Get-KshTermGroup [-TermGroupId] <Guid> [<CommonParameters>]

ParamSet3

Get-KshTermGroup [-TermGroupName] <String> [<CommonParameters>]

ParamSet4

Get-KshTermGroup [-NoEnumerate] [<CommonParameters>]

DESCRIPTION

The Get-KshTermGroup cmdlet retrieves term groups of the term store.

EXAMPLES

Example 1

PS C:\> Get-KshTermGroup -TermGroupId '50df975d-4239-43c8-ae5f-276f1046018a'

Retrieves a term group by term group ID.

Example 2

PS C:\> Get-KshTermGroup -TermGroupName 'Company'

Retrieves a term group by term group name.

Example 3

PS C:\> Get-KshTermGroup

Retrieves all term groups.

PARAMETERS

-Identity

Specifies the term group.

Type: TermGroup
Parameter Sets: ParamSet1
Aliases:

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

-NoEnumerate

If specified, suppresses to enumerate objects.

Type: SwitchParameter
Parameter Sets: ParamSet4
Aliases:

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

-TermGroupId

Specifies the term group ID.

Type: Guid
Parameter Sets: ParamSet2
Aliases:

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

-TermGroupName

Specifies the term group name.

Type: String
Parameter Sets: 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.TermGroup

OUTPUTS

Karamem0.SharePoint.PowerShell.Models.TermGroup

NOTES

RELATED LINKS