Usefull scripts
This script allows to get all terms with their paths from Sharepoint Online/Sharepoint 2016/Sharepoint 2013 from particular Taxonomy Group or Term Set My script base on PnP-Powershell module. So basically requirements are the same as for mentioned module Credentials need to be stored in Windows Credentials Manager. See this wiki page for more information on how to use the Windows Credential Manager to setup credentials that you can use in unattended scripts. For connection to Sharepoint On-prem just change the installed module in the script. See this paragraph in order to get proper module name.- SharepointOnlineURL - URL to sharepoint online. Required.
- UserNameInWCM - User name in Windows Credentials Management. Required.
- TermGroupName - Term group name in term store of the tenant. Required.
- TermSetName - Term set name in term group. Optional.
- (longer version, with TermSetName parameter)
.\GetAllTerms.ps1
-SharepointOnlineURL https://contoso.sharepoint.com
-UserNameInWCM TestUser
-TermGroupName "Contoso Taxonomy"
-TermSetName "Document Types" - (shorter version, without TermSetName parameter)
.\GetAllTerms.ps1
https://contoso.sharepoint.com
TestUser
"Contoso Taxonomy"
More info about chocolatey: https://chocolatey.org
./installSoftwares.ps1 Script to be used in TamperMonkey browser addon. It hides wall, notifications button (but leaves friends requests and messages), ads, friends availability (but leaves friends search). In the name of Productivity!