Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/New-SysmonConfiguration.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Configuration options and a descriptive comment can be given when generating the

### -------------------------- EXAMPLE 1 --------------------------
```
New-SysmonConfiguration -ConfigFile .\pc_cofig.xml -HashingAlgorithm SHA1,IMPHASH -Network -ImageLoading -Comment "Config for helpdesk PCs." -Verbose
New-SysmonConfiguration -Path .\pc_config.xml -HashingAlgorithm SHA1,IMPHASH -Network -ImageLoad -Comment "Config for helpdesk PCs." -Verbose

VERBOSE: Enabling hashing algorithms : SHA1,IMPHASH
VERBOSE: Enabling network connection logging.
VERBOSE: Enabling image loading logging.
VERBOSE: Config file created as C:\\pc_cofig.xml
VERBOSE: Config file created as C:\\pc_config.xml
```

Create a configuration file that will log all network connction, image loading and sets a descriptive comment.
Expand Down