Skip to content

Commit b568819

Browse files
committed
Updated the README file
1 parent 3f7c268 commit b568819

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,26 @@ PowerShell 3.0 or above module for creating and managing Sysinternals Sysmon v2.
33

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

6-
# Installation
6+
## Installation
7+
78
For installation it is highly recomended that you install from the PowerShell Gallery using the Install-Module cmdlet.
89

910
On PowerShell v5 and above:
10-
<pre>
11+
12+
``` Powershell
1113
Install-Module -Name Posh-Sysmon
12-
</pre>
14+
```
1315

1416
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)
1517

1618
## Change Log
1719

20+
### Version 1.2
21+
22+
* Module only supports the last 2 Schema versions.**[Breaking Change]**
23+
* Support for Sysmon 8.0 Schema version 4.1 RuleName
24+
* Fixed issue when adding a filter for a none existing rule. It will properly error now.
25+
1826
### Version 1.0
1927

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

0 commit comments

Comments
 (0)