Add Clock to Dashboard?

We use a TV in our main IT room to display node status from SCOM and it was asked if we could add a clock to the dashboard.

Is that possible?

1 Like

Hey Derrick,

Simple approach is to add a PowerShell scalar tile just using Get-Date in the script. You can take that further though if you just wanted the time, or a different format etc. PowerShell is your friend.

Alternatively, the Web Content tile can embed any HTML or most external pages so if you have a more graphical need, something online would work too.

1 Like

Thanks for the info, we don’t have the powershell tile but was able to accomplish the goal with the web content tile :slight_smile: