Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created January 4, 2019 14:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save jhorsman/f913d0e91d50a778cba2732535ab059a to your computer and use it in GitHub Desktop.
Save jhorsman/f913d0e91d50a778cba2732535ab059a to your computer and use it in GitHub Desktop.
Purge old Tridion Sites publishing transactions
# https://docs.sdl.com/LiveContent/content/en-US/SDL%20Web-v5/GUID-7BE8773F-B1AE-46D0-946E-CDD6F7C01DC7
Remove-TcmPublishTransactions -Succesful -Before (Get-Date).AddDays(-14)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment