Skip to content

Instantly share code, notes, and snippets.

@joshhebb
Created July 16, 2019 01:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshhebb/ed38c366caeabe466a01179a37021b3f to your computer and use it in GitHub Desktop.
Save joshhebb/ed38c366caeabe466a01179a37021b3f to your computer and use it in GitHub Desktop.
Read and remove application data stored in a SDL Tridion Content Management database.
# Read the list of application IDs
Get-TcmApplicationIds
# Remove a specific piece of AppData by application ID (in this example, a Translation Manager configuration)
Remove-TcmApplicationData "tm:cache"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment