mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 09:12:46 +01:00
fix: replace '--Baseline' with '-Baseline' in command examples in README files
This commit is contained in:
@@ -150,7 +150,7 @@ Microsoftの推奨設定(Client)でチェックし、Table形式で表示する:
|
|||||||
#### `audit-filesize` command examples
|
#### `audit-filesize` command examples
|
||||||
WindowsイベントログファイルサイズをYamatoSecurityの推奨設定でチェックし、CSV形式で保存する:
|
WindowsイベントログファイルサイズをYamatoSecurityの推奨設定でチェックし、CSV形式で保存する:
|
||||||
```
|
```
|
||||||
./WELA.ps1 audit-filesize --Baseline YamatoSecurity
|
./WELA.ps1 audit-filesize -Baseline YamatoSecurity
|
||||||
```
|
```
|
||||||
|
|
||||||
## configure
|
## configure
|
||||||
@@ -159,12 +159,12 @@ WindowsイベントログファイルサイズをYamatoSecurityの推奨設定
|
|||||||
#### `configure` command examples
|
#### `configure` command examples
|
||||||
Yamato Securityの推奨設定を適用する(設定変更時に確認プロンプトを表示):
|
Yamato Securityの推奨設定を適用する(設定変更時に確認プロンプトを表示):
|
||||||
```
|
```
|
||||||
./WELA.ps1 configure --Baseline YamatoSecurity
|
./WELA.ps1 configure -Baseline YamatoSecurity
|
||||||
```
|
```
|
||||||
|
|
||||||
Australian Signals Directorateの推奨設定を自動で適用する:
|
Australian Signals Directorateの推奨設定を自動で適用する:
|
||||||
```
|
```
|
||||||
./WELA.ps1 configure --Baseline ASD -auto
|
./WELA.ps1 configure -Baseline ASD -auto
|
||||||
```
|
```
|
||||||
|
|
||||||
## update-rules
|
## update-rules
|
||||||
|
|||||||
@@ -159,12 +159,12 @@ The `configure` command sets the recommended Windows event log audit policy and
|
|||||||
#### `configure` command examples
|
#### `configure` command examples
|
||||||
Apply Yamato Security's recommended settings (with confirmation prompt before changing settings):
|
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:
|
Apply Australian Signals Directorate's recommended settings without confirmation prompt:
|
||||||
```
|
```
|
||||||
./WELA.ps1 configure --Baseline ASD -auto
|
./WELA.ps1 configure -Baseline ASD -auto
|
||||||
```
|
```
|
||||||
|
|
||||||
## update-rules
|
## update-rules
|
||||||
|
|||||||
Reference in New Issue
Block a user