Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • Service Startup History

    If we need to look at the startup history of a service we can find the information in the event log 001 002 003 004 005 006 function Get-ServiceStartupHistory { param ( [string] $name ) Get-EventLog -LogName System | where { ( ( $_ . EventId -eq 7035 ) -or ( $_ . EventId -eq 7036 ) ) -and $_ . Message...
    Posted to Richard Siddaway's Blog by on Mon, Aug 3 2009
    Filed under: Filed under: , , , ,
Page 1 of 1 (1 items)