TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Get TermStore ID using PowerShell
Gowtham Rajamanickam
Apr 21
2015
Code
3.4
k
0
0
facebook
twitter
linkedIn
Reddit
WhatsApp
Email
Bookmark
expand
Get-TermStore
The command to get term stores from a SharePoint site.
SYNTAX
Get-TermStore [-Site] <Site> [[-Name] <String[]>] [[-Id] <String[]>]
Example
$site = Connect-Site -Url http:
//gauti.sharepoint/sites/mysitecollection
Get-TermStore -Site $site
Thanks for learning my code!!!
PowerShell Script
Store ID