|
1 | 1 | Description: DFIR RECmd Batch File
|
2 | 2 | Author: Andrew Rathbun
|
3 |
| -Version: 2.09 |
| 3 | +Version: 2.10 |
4 | 4 | Id: 2e1589f5-e31a-4bef-822f-075d56afdddd
|
5 | 5 | Keys:
|
6 | 6 | #
|
@@ -517,6 +517,55 @@ Keys:
|
517 | 517 | ValueName: BuildLab
|
518 | 518 | Recursive: false
|
519 | 519 | Comment: "Current OS build information"
|
| 520 | + - |
| 521 | + Description: System Info (Current) |
| 522 | + HiveType: SYSTEM |
| 523 | + Category: System Info |
| 524 | + KeyPath: CurrentControlSet\Control\ProductOptions |
| 525 | + ValueName: ProductType |
| 526 | + Recursive: false |
| 527 | + Comment: "Indicates Type of System - WinNT = Workstation, LanmanNT = Domain Controller (DC - Primary or Backup), ServerNT = Server" |
| 528 | + |
| 529 | +# https://community.tenable.com/s/article/Finding-the-Correct-Audit-File-for-Windows-Member-Servers-and-Domain-Controllers?language=en_US |
| 530 | +# https://support.microsoft.com/?kbid=152078 |
| 531 | +# https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/152078 |
| 532 | + |
| 533 | + - |
| 534 | + Description: System Info (Current) |
| 535 | + HiveType: SYSTEM |
| 536 | + Category: System Info |
| 537 | + KeyPath: ControlSet00*\Control\ProductOptions |
| 538 | + ValueName: ProductType |
| 539 | + Recursive: false |
| 540 | + Comment: "Indicates Type of System - WinNT = Workstation, LanmanNT = Domain Controller (DC - Primary or Backup), ServerNT = Server" |
| 541 | + |
| 542 | +# https://community.tenable.com/s/article/Finding-the-Correct-Audit-File-for-Windows-Member-Servers-and-Domain-Controllers?language=en_US |
| 543 | +# https://support.microsoft.com/?kbid=152078 |
| 544 | +# https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/152078 |
| 545 | + |
| 546 | + - |
| 547 | + Description: System Info (Current) |
| 548 | + HiveType: SYSTEM |
| 549 | + Category: System Info |
| 550 | + KeyPath: CurrentControlSet\Control\ProductOptions |
| 551 | + ValueName: ProductSuite |
| 552 | + Recursive: false |
| 553 | + Comment: "Indicates Product Licence on System" |
| 554 | + |
| 555 | +# https://support.microsoft.com/?kbid=152078 |
| 556 | +# https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/152078 |
| 557 | + |
| 558 | + - |
| 559 | + Description: System Info (Current) |
| 560 | + HiveType: SYSTEM |
| 561 | + Category: System Info |
| 562 | + KeyPath: ControlSet00*\Control\ProductOptions |
| 563 | + ValueName: ProductSuite |
| 564 | + Recursive: false |
| 565 | + Comment: "Indicates Product Licence on System" |
| 566 | + |
| 567 | +# https://support.microsoft.com/?kbid=152078 |
| 568 | +# https://www.betaarchive.com/wiki/index.php/Microsoft_KB_Archive/152078 |
520 | 569 |
|
521 | 570 | # System Info -> System Info (Historical)
|
522 | 571 |
|
|
0 commit comments