Currently, the output from the following commands is supported:
- Get-DbaAgentJobHistory
- Get-DbaBackupHistory
You will run the above commands as you would normally do but pipe the output to
ConvertTo-DbaTimeline
, the same way as you would with any otherConverTo-*
PowerShell function. The output is a string that most of the time you will save as file using theOut-File
command in order to open it in a browser.
Then, with the ConvertTo-DbaTimeline
cmdlet, you can convert that into an HTML page which looks pretty good.