Get-PnPTermGroup
SYNOPSIS
Returns a taxonomy term group
SYNTAX
Get-PnPTermGroup
[-Identity <TaxonomyTermGroupPipeBind>]
[-TermStore <TaxonomyTermStorePipeBind>]
[-Connection <PnPConnection>] [-Includes <String[]>]
DESCRIPTION
Allows to retrieve a taxonomy term group.
EXAMPLES
EXAMPLE 1
Get-PnPTermGroup
Returns all Term Groups in the site collection termstore
EXAMPLE 2
Get-PnPTermGroup -Identity "Departments"
Returns the termgroup named "Departments" from the site collection termstore
EXAMPLE 3
Get-PnPTermGroup -Identity ab2af486-e097-4b4a-9444-527b251f1f8d
Returns the termgroup with the given ID from the site collection termstore
PARAMETERS
-Identity
Name of the taxonomy term group to retrieve.
Type: TaxonomyTermGroupPipeBind
Parameter Sets: (All)
Aliases: GroupName
Required: False
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-TermStore
Term store to use; if not specified the default term store is used.
Type: TaxonomyTermStorePipeBind
Parameter Sets: (All)
Aliases: TermStoreName
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Includes
Optionally allows properties to be retrieved for the returned term group(s) which are not included in the response by default
Type: String[]
Parameter Sets: (All)
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False