c:\Windows\System32\inetsrv\appcmd list wp gives you all the process IDs
and on powershell go for :
(Get-Process -Id [processID]).StartTime
You may also like:
Analyse event logs for Service Control Manager activities from windows
and on powershell go for :
(Get-Process -Id [processID]).StartTime
You may also like:
Analyse event logs for Service Control Manager activities from windows
No comments:
Post a Comment