| external help file | SPClientCore.dll-Help.xml |
|---|---|
| Module Name | SPClientCore |
| online version | |
| schema | 2.0.0 |
Retrieves one or term groups.
Get-KshTermGroup [-Identity] <TermGroup> [<CommonParameters>]
Get-KshTermGroup [-TermGroupId] <Guid> [<CommonParameters>]
Get-KshTermGroup [-TermGroupName] <String> [<CommonParameters>]
Get-KshTermGroup [-NoEnumerate] [<CommonParameters>]
The Get-KshTermGroup cmdlet retrieves term groups of the term store.
PS C:\> Get-KshTermGroup -TermGroupId '50df975d-4239-43c8-ae5f-276f1046018a'Retrieves a term group by term group ID.
PS C:\> Get-KshTermGroup -TermGroupName 'Company'Retrieves a term group by term group name.
PS C:\> Get-KshTermGroupRetrieves all term groups.
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: FalseIf 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: FalseSpecifies the term group ID.
Type: Guid
Parameter Sets: ParamSet2
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseSpecifies the term group name.
Type: String
Parameter Sets: ParamSet3
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: False
Accept wildcard characters: FalseThis cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.