Pre Enumeration :

  1. Get System Information : systeminfo
  2. Get Patch information : wmic qfe # Looking at what has been patched on the system.
  3. List out all drives on the system : wmic logicaldisk or wmmic logicaldisk get caption,description,providername
  4. Privileges : whoami /priv
  5. Group Information : whoami /groups
  6. See all users : net user
  7. Check Local Groups : net localgroup
  8. See users home directories in the C:\\\\Users\\