Tagged Questions
1
vote
1answer
96 views
Configuring User Profile/Managed Metadata Sync Service
As far as I know, everytime you perform a crawl on the User Profile Service Application certain Active Directory fields are converter or added (if already exist) to the People term-set. We found a ...
0
votes
2answers
305 views
How to import term set with Use this Term Set for Site Navigation property selected using PowerShell?
$session = Get-SPTaxonomySession -Site $sitename
$termStore = $session.TermStores[“Managed Metadata Application”]
$group = $termstore.CreateGroup(“My New Group”)
$group.Description = "My Term Group"
...