Skip to content

Commit

Permalink
Updated the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
darkoperator committed Sep 20, 2018
1 parent 3f7c268 commit b568819
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,26 @@ PowerShell 3.0 or above module for creating and managing Sysinternals Sysmon v2.

All functions in the PowerShell module include help information and example of usage that can be view using the Get-Help cmdlet.

# Installation
## Installation

For installation it is highly recomended that you install from the PowerShell Gallery using the Install-Module cmdlet.

On PowerShell v5 and above:
<pre>

``` Powershell
Install-Module -Name Posh-Sysmon
</pre>
```

If you are running PS 3.0 to 4.0 you can use the PowerShell Gallery also following instruction in [PowerShell Gallery Documentation](https://msdn.microsoft.com/powershell/gallery/readme)

## Change Log

### Version 1.2

* Module only supports the last 2 Schema versions.**[Breaking Change]**
* Support for Sysmon 8.0 Schema version 4.1 RuleName
* Fixed issue when adding a filter for a none existing rule. It will properly error now.

### Version 1.0

* Module only supports the last 2 Schema versions.**[Breaking Change]**
Expand Down

0 comments on commit b568819

Please sign in to comment.