sharepoint 2013 - Create taxonomyField with powershell -


i need create powershell taxonomyfield. image shows taxonomy. i'm able create taxonomyfield using level1 termset, example bibliotecas (see image below). cant use level 2 termset (for example language)

enter image description here

next code ok me:

create-taxonomyfield   $sitecollectionurl                           $staticname                          $displayname                          $fieldgroup                           $termstoregroupname                          $termsetname 

with hardcode:

create-taxonomyfield   "http://mytestsite/"                           "test"                          "test"                           "grouptest"                           "sites"                           "bibliotecas" 

my problem next instruction:

create-taxonomyfield   "http://mytestsite/"                           "test"                          "test"                           "grouptest"                           "sites"                           "bibliotecas\language" 

what correct sintax level 2 term set? need restrict taxonomy field language


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -