Search Results for

    Show / Hide Table of Contents

    Move-PnPTermSet

    SYNOPSIS

    Moves taxonomy term set from one term group to another

    SYNTAX

    By Term Id

    Move-PnPTermSet -Identity <Guid> -TermGroup <Guid> -TargetTermGroup <Guid> [-TermStore <TaxonomyTermStorePipeBind>]
    

    By Term Name

    Move-PnPTermSet -Identity <String> -TermGroup <String> -TargetTermGroup <String> [-TermStore <TaxonomyTermStorePipeBind>]
    

    DESCRIPTION

    This cmdlet moves taxonomy term set from one term group to another.

    EXAMPLES

    Example 1

    Move-PnPTermSet -Identity 81e0a4b8-701d-459c-ad61-a1c7a81810ff -TermGroup 17e16b98-a8c2-4db6-a860-5c42dbc818f4  -TargetTermGroup cf33d1cd-42d8-431c-9e43-3d8dab9ea8fd
    

    Moves term set by id.

    Example 2

    Move-PnPTermSet -Identity "OperationLevel-1 Test" -TermGroup "FromPowerAutomate" -TargetTermGroup "TargetTermGroup"
    

    Moves term set by name.

    PARAMETERS

    -Identity

    The identifier of the term set that needs to be moved, either in the form of its name or its GUID

    Type: TaxonomyTermSetPipeBind
    Parameter Sets: (All)
    Aliases: TermSet
    
    Required: True
    Position: 0
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    -TermGroup

    The identifier, either in the form of the term group's name or its GUID, where the term set is currently located before being moved.

    Type: TaxonomyTermGroupPipeBind
    Parameter Sets: (All)
    Aliases:
    
    Required: True
    Position: 0
    Default value: None
    Accept pipeline input: True (ByValue)
    Accept wildcard characters: False
    

    -TargetTermGroup

    The identifier, either in the form of the term group's name or its GUID, indicating the destination where the term set should be relocated.

    Type: TaxonomyTermGroupPipeBind
    Parameter Sets: (All)
    Aliases:
    
    Required: True
    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:
    
    Required: False
    Position: Named
    Default value: None
    Accept pipeline input: False
    Accept wildcard characters: False
    
    Back to top Generated by DocFX spacer