Get-ClassificationTaxonomy
Published 25 September 2019
Gets taxonomy.
Syntax
Get-ClassificationTaxonomy
Description
Gets taxonomy: tag categories with tags, as well as free-text attributes.
Parameters
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see http://technet.microsoft.com/en-us/library/hh847884.aspx.
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
-
None.
You cannot pipe input to this cmdlet.
Return values
The output type is the type of the objects that the cmdlet emits.
-
A custom object with the following properties:
- TagCategories: array of hashtables - id: string - name: string - description: string - isMultiValued: bool - isDeletable: bool - isReadOnly: bool - tags: array of hashtables - id: string - name: string - isDeletable: bool - description: string - categoryId: string - assetTypes: array of hashtables - id: string - name: string - description: string - FreeTextAttributes: array of FreeTextAttribute (a hashtable) - id: string - name: string - description: string
Examples
-------------------------- EXAMPLE 1 --------------------------
Get-ClassificationTaxonomy
Gets all tag categories and their tags, as well as free-text attributes.