SharePoint Online SPOMod: Set-SPOTermGroup
This article describes a function of a custom SharePoint Online module available for download and installation on GitHub.
Set-SPOTermGroup
Sets properties of an existing Term Group.
Parameters
GUID | Mandatory | Mutually exclusive with Group. GUID of the group to be modified. |
Group | Optional | Microsoft.SharePoint.Taxonomy.Group Object. Mutually exclusive with GUID. Group object to be modified. Accepts input from the pipeline. |
Description | Optional | Description of the group |
Examples
----- EXAMPLE 1 ------
Set-SPOTermGroup -GUID a05918b0-8e87-491b-a06c-bf8fab80d936 -Description "Changing description via PS"