You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-3Lines changed: 11 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,18 +3,26 @@ PowerShell 3.0 or above module for creating and managing Sysinternals Sysmon v2.
3
3
4
4
All functions in the PowerShell module include help information and example of usage that can be view using the Get-Help cmdlet.
5
5
6
-
# Installation
6
+
## Installation
7
+
7
8
For installation it is highly recomended that you install from the PowerShell Gallery using the Install-Module cmdlet.
8
9
9
10
On PowerShell v5 and above:
10
-
<pre>
11
+
12
+
```Powershell
11
13
Install-Module -Name Posh-Sysmon
12
-
</pre>
14
+
```
13
15
14
16
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)
15
17
16
18
## Change Log
17
19
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
+
18
26
### Version 1.0
19
27
20
28
* Module only supports the last 2 Schema versions.**[Breaking Change]**
0 commit comments