From 393024c7c3c1e4f4cfec71319513d0b153bee72e Mon Sep 17 00:00:00 2001 From: Anagastum Date: Wed, 11 Jan 2017 10:33:32 +0100 Subject: [PATCH] Update New-SysmonConfiguration.md --- docs/New-SysmonConfiguration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/New-SysmonConfiguration.md b/docs/New-SysmonConfiguration.md index f9667ee..67e1652 100644 --- a/docs/New-SysmonConfiguration.md +++ b/docs/New-SysmonConfiguration.md @@ -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.