Its fairly easy to see how long a VM has been running – but how do you know the Hyper-V VM start time?
In Hyper-V the VM uptime is easy to find
PS> Get-VM | where State -eq 'Running'
Name State CPUUsage(%) MemoryAssigned(M) Uptime … Read the full text.