Share via


SharePoint Online SPOMod: Get-SPOTermStore

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-SPOTermStore

Retrieves the SharePoint Online Termstore.

Parameters

None.

Examples

----- EXAMPLE 1 ------
Retrieve the termstore.

Get-SPOTermStore

----- EXAMPLE 2 ------
Retrieve all groups from a termstore.

(Get-SPOTermStore).Groups

See Also

SPOMod Cmdlets and Resources 
Connect-SPOCSOM
PowershellScripts @ GitHub