(Get-Process)[0].StartTime.ToString("yyyy/MM/dd HH:mm:ss.fffff")
This displays when the process at index zero was started with milliseconds information
String of thoughts on science, technology and programming
(Get-Process)[0].StartTime.ToString("yyyy/MM/dd HH:mm:ss.fffff")
Comments