File tree Expand file tree Collapse file tree 1 file changed +8
-5
lines changed
examples/defense/cblr/DellBiosVerification Expand file tree Collapse file tree 1 file changed +8
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Dell BiosVerification.py Live Response API Script
2
2
3
3
## 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
5
8
6
9
## Summary
7
10
@@ -17,10 +20,10 @@ Usage:
17
20
To retrieve the BIOS image files from a device in a failed verification state via the Live Response API:
18
21
19
22
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:
24
27
```
25
28
BiosVerification.py --get --machinename <MACHINE NAME>
26
29
```
You can’t perform that action at this time.
0 commit comments