© 2021 www.richardwalz.com
Richard Walz
All rights reserved.

PowerShell: Get start time and date of Windows Processes

If you ever need to find what date and time a windows process started run the following in powershell.

PowerShell:

Get-Process | select name,id,starttime

Output: