SharePoint Online SPOMod: Get-SPOTermGroups

This article describes a function of a custom SharePoint Online module available for download and installation on GitHub where it welcomes all your suggestions and contributions.

Get-SPOTermGroups

Retrieves taxonomy groups.

Parameters

None.

Examples

----- EXAMPLE 1 ------
Get all taxonomy groups.

Get-SPOTermGroups

In the user interface:

----- EXAMPLE 2 ------
Get all taxonomy groups and their properties.

Get-SPOTermGroups

----- EXAMPLE 3 ------
Get a single taxonomy group.

Get-SPOTermGroups | ? {$_.Name -eq "PS Test"}

----- EXAMPLE 4 ------
Get all termsets belonging to a single group.

Get-SPOTermGroups | ? {$_.Name -eq "PS Test"} | select TermSets

 

See Also

PowershellScripts @ GitHub

http://c.statcounter.com/11163836/0/5ef6fe9e/0/