clare
clare

Reputation: 23

Export/Backup SharePoint Online Term Store using PowerShell

If someone can help me that would be great. I have searched online and can't seem to find what I'm looking for. We are currently working with our SharePoint online sites and have migrated most sites. I'm looking for a PowerShell script to run on a weekly basis to backup the SPO term store just in case we need to restore for some reason.

Does anyone know of a PowerShell script that can do this? Backup the SPO term store effectively and for easy use of restore in case something goes wrong?

Also if someone does have a script can they also provide instructions on how to use it to restore to a site?

Thanks in advance! Clare

Upvotes: 0

Views: 1723

Answers (2)

kim
kim

Reputation: 3421

There are also the following cmdlets from SharePoint PnP PowerShell:

You can use them to import and export the taxonomy store and it's data. Just remember to run Connect-PnPOnline to signin.

Upvotes: 0

Lee
Lee

Reputation: 5493

Check the sample command here.

Export-SPOTaxonomy and Import-SPOTermGroupFromXml

Upvotes: 0

Related Questions