• Stars
    star
    131
  • Rank 267,951 (Top 6 %)
  • Language
    PowerShell
  • License
    MIT License
  • Created over 6 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Scripts and tools for use with Microsoft products/technologies

Microsoft

Scripts and tools for use with Microsoft products/technologies

Other scripts I have written but are available elsewhere include:

Process created watcher.ps1 - Gets Windows Management Instrumentation (WMI) notifications for new process creations via the WqlEventQuery class available in the .NET Framework. These are used to show what processes are created and when. The benefits of this approach include:

  • Low overhead/resource usage
  • No prerequisites, such as enabling process creation and command line auditing
  • Easily remoted
  • No elevation required (scenario dependent)

https://www.parallels.com/blogs/ras/process-created-watcher-script/