external help file | applicable | schema |
---|---|---|
SharePoint Server 2013, SharePoint Server 2016, SharePoint Online |
2.0.0 |
Creates a taxonomy term set
New-PnPTermSet -Name <String>
-TermGroup <Id, Title or TermGroup>
[-Id <Guid>]
[-Lcid <Int>]
[-Contact <String>]
[-Description <String>]
[-IsOpenForTermCreation [<SwitchParameter>]]
[-IsNotAvailableForTagging [<SwitchParameter>]]
[-Owner <String>]
[-StakeHolders <String[]>]
[-CustomProperties <Hashtable>]
[-TermStore <Id, Name or Object>]
[-Connection <SPOnlineConnection>]
PS:> New-PnPTermSet -Name "Department" -TermGroup "Corporate"
Creates a new termset named "Department" in the group named "Corporate"
An e-mail address for term suggestion and feedback. If left blank the suggestion feature will be disabled.
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Type: Hashtable
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Descriptive text to help users understand the intended use of this term set.
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The Id to use for the term set; if not specified, or the empty GUID, a random GUID is generated and used.
Type: Guid
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
By default a term set is available to be used by end users and content editors of sites consuming this term set. Specify this switch to turn this off
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
When a term set is closed, only metadata managers can add terms to this term set. When it is open, users can add terms from a tagging application. Not specifying this switch will make the term set closed.
Type: SwitchParameter
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The locale id to use for the term set. Defaults to the current locale id.
Type: Int
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
The name of the termset.
Type: String
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: True
The primary user or group of this term set.
Type: String
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
People and groups in the organization that should be notified before major changes are made to the term set. You can enter multiple users or groups.
Type: String[]
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False
Name, id or actualy termgroup to create the termset in.
Type: Id, Title or TermGroup
Parameter Sets: (All)
Required: True
Position: Named
Accept pipeline input: True
Term store to check; if not specified the default term store is used.
Type: Id, Name or Object
Parameter Sets: (All)
Aliases: TermStoreName
Required: False
Position: Named
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False