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/dc3b4a4532f0ca15179c53c0316700ac to your computer and use it in GitHub Desktop.
Save nullbind/dc3b4a4532f0ca15179c53c0316700ac 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