diff --git a/README.md b/README.md
index 42eb24f..8eb6560 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# DBan Plus Plus
+# DECSEraser
## Connection
|Storage Type|Connection Type|Method|Implemented?|Notes|
@@ -14,6 +14,22 @@
|Solid State Drive (SATA)|- Baseline
- Secure Erase
- Decommission|- Clear Partitions
- Secure Erase
- 7 Pass Write|- sgdisk
- hdparm
- nwipe|Yes
Yes
Yes|
|Solid State Drive (NVMe)|- Baseline
- Secure Erase
- Decommission|- Clear Partitions
- Secure Erase
- 7 Pass Write|- sgdisk
- nvme_cli
- nwipe|Yes
Yes
Yes|
+## Logging
+|Info|Location|Log To:|Implemented?|Data|Notes|
+|-|-|-|-|-|-|
+|User|Script Input|Ticket
Logfile|No|Username
|Propably can implement as part of the kerb auth|
+|Wipe Details|Script Input|Ticket
Logfile|No|Erase Level
Device Type
Device||
+|Script Output|Terminal Output|Logfile|No|All script output|Via transcribing or output redirection|
+|Machine Data|Registry|Ticket
Logfile|No|Machine Name
Domain|HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ComputerName
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters|
+|Local Users|Registry
Filesystem|Logfile|No|Local Users List|HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
c:/Users|
+|Domain Users|Registry
Filesystem|Ticket
Logfile|No|Domain User List|HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\ProfileList
c:/Users|
+|Last Logged On User|Registry|Ticket
Logfile|No|Username|HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\LogonUI|
+|Storage Info|Other|Ticket
Logfile|No|Serial Number
SMART Data|smartctl|
+|System Info|Registry|Logfile|No|Manufacturer
Model|HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\BIOS
Can't actually be done offline|
+|Misc|Misc|Ticket
Logfile|No|Current Time/Date||
+
+
+
## Other
|Goal|Task|Reasoning|Implemented?|Notes|
|-|-|-|-|-|