Skip to content

Latest commit

 

History

History
76 lines (54 loc) · 1.43 KB

File metadata and controls

76 lines (54 loc) · 1.43 KB
external help file SPClientCore.dll-Help.xml
Module Name SPClientCore
online version
schema 2.0.0

Enable-KshTerm

SYNOPSIS

Enables a term.

SYNTAX

Enable-KshTerm [-Identity] <Term> [-PassThru] [<CommonParameters>]

DESCRIPTION

The Enable-KshTerm cmdlet sets the term active.

EXAMPLES

Example 1

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

Enables a term.

PARAMETERS

-Identity

Specifies the term.

Type: Term
Parameter Sets: (All)
Aliases:

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

-PassThru

If specified, returns the updated object.

Type: SwitchParameter
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
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.Term

OUTPUTS

None

NOTES

RELATED LINKS