Skip to content

Commit 1ea0607

Browse files
author
Paul Drapeau
committed
Update README.md
1 parent 130a906 commit 1ea0607

File tree

1 file changed

+8
-5
lines changed
  • examples/defense/cblr/DellBiosVerification

1 file changed

+8
-5
lines changed

examples/defense/cblr/DellBiosVerification/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
# Dell BiosVerification.py Live Response API Script
22

33
## References
4-
https://www.dell.com/support/manuals/us/en/04/trusted-device/trusted_device/results-troubleshooting-and-remediation?guid=guid-240f1964-167a-41b0-9fb3-687dddbdb71f&lang=en-us
4+
5+
Troubleshooting: https://www.dell.com/support/manuals/us/en/04/trusted-device/trusted_device/results-troubleshooting-and-remediation?guid=guid-240f1964-167a-41b0-9fb3-687dddbdb71f&lang=en-us
6+
7+
Dell Trusted Device Installation Instructions: https://www.dell.com/support/manuals/us/en/04/trusted-device/trusted_device/installation?guid=guid-b9217d4f-6932-47d2-8db5-50633eb47691&lang=en-us
58

69
## Summary
710

@@ -17,10 +20,10 @@ Usage:
1720
To retrieve the BIOS image files from a device in a failed verification state via the Live Response API:
1821

1922

20-
Copy the BiosVerification.py and dellbios.bat files to the same directory on the administrator system.
21-
Install the cbapi Python bindings: https://github.com/carbonblack/cbapi-python
22-
Create necessary API keys and configure credentials on the administrator system: https://cbapi.readthedocs.io/en/latest/getting-started.html
23-
Run the provided BiosVerification.py utility with the following command line to target the failed system:
23+
1. Copy the BiosVerification.py and dellbios.bat files to the same directory on the administrator system.
24+
2. Install the cbapi Python bindings: https://github.com/carbonblack/cbapi-python
25+
3. Create necessary API keys and configure credentials on the administrator system: https://cbapi.readthedocs.io/en/latest/getting-started.html
26+
4. Run the provided BiosVerification.py utility with the following command line to target the failed system:
2427
```
2528
BiosVerification.py --get --machinename <MACHINE NAME>
2629
```

0 commit comments

Comments
 (0)