fix: replace '--Baseline' with '-Baseline' in command examples in README files

This commit is contained in:
fukusuket
2025-11-22 16:14:32 +09:00
parent b64f3b4a00
commit d171042b68
2 changed files with 5 additions and 5 deletions

View File

@@ -150,7 +150,7 @@ Microsoftの推奨設定(Client)でチェックし、Table形式で表示する:
#### `audit-filesize` command examples
WindowsイベントログファイルサイズをYamatoSecurityの推奨設定でチェックし、CSV形式で保存する:
```
./WELA.ps1 audit-filesize --Baseline YamatoSecurity
./WELA.ps1 audit-filesize -Baseline YamatoSecurity
```
## configure
@@ -159,12 +159,12 @@ WindowsイベントログファイルサイズをYamatoSecurityの推奨設定
#### `configure` command examples
Yamato Securityの推奨設定を適用する設定変更時に確認プロンプトを表示:
```
./WELA.ps1 configure --Baseline YamatoSecurity
./WELA.ps1 configure -Baseline YamatoSecurity
```
Australian Signals Directorateの推奨設定を自動で適用する:
```
./WELA.ps1 configure --Baseline ASD -auto
./WELA.ps1 configure -Baseline ASD -auto
```
## update-rules

View File

@@ -159,12 +159,12 @@ The `configure` command sets the recommended Windows event log audit policy and
#### `configure` command examples
Apply Yamato Security's recommended settings (with confirmation prompt before changing settings):
```
./WELA.ps1 configure --Baseline YamatoSecurity
./WELA.ps1 configure -Baseline YamatoSecurity
```
Apply Australian Signals Directorate's recommended settings without confirmation prompt:
```
./WELA.ps1 configure --Baseline ASD -auto
./WELA.ps1 configure -Baseline ASD -auto
```
## update-rules