Skip to content

Commit bc284ab

Browse files
authored
Update how-to-investigate-cis-benchmark.md
------- cc: @batamig
1 parent 7b5bc70 commit bc284ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/defender-for-iot/device-builders/how-to-investigate-cis-benchmark.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ For example:
4545
## Useful queries to investigate the OS baseline resources
4646

4747
> [!Note]
48-
> Make sure to Replace `<device-id>` with the name(s) you gave your device in each of the following queries.
48+
> Make sure to replace `<device-id>` with the name(s) you gave your device in each of the following queries.
4949
5050
### Retrieve the latest information
5151

52-
- **Device fleet failure**: Run the following query to retrieve the latest information about checks that failed across the device fleet:
52+
- **Device fleet failure**: Run this query to retrieve the latest information about checks that failed across the device fleet:
5353

5454
```kusto
5555
let lastDates = SecurityIoTRawEvent |
@@ -61,7 +61,7 @@ For example:
6161
project DeviceId, event.BaselineCheckId, event.BaselineCheckDescription
6262
```
6363
64-
- **Specific device failure** - Run the following query to retrieve the latest information about checks that failed on a specific device:
64+
- **Specific device failure** - Run this query to retrieve the latest information about checks that failed on a specific device:
6565
6666
```kusto
6767
let id = SecurityIoTRawEvent |

0 commit comments

Comments
 (0)