Skip to content

Instantly share code, notes, and snippets.

@nullbind
Created May 1, 2019 17:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nullbind/2dbf5896472888e43948b623ed0299d0 to your computer and use it in GitHub Desktop.
Save nullbind/2dbf5896472888e43948b623ed0299d0 to your computer and use it in GitHub Desktop.
Invoke-HuntServiceInfo.ps1
Get-WmiObject -Class win32_service | Select Name,ServiceName,Description,PathName,ServiceType,StartMode,Status,InstallDate
#this can be run against all active psremoting sessions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment