System Enumeration
Gather Basic System Information
systeminfo
Only the essentials
systeminfo | findstr /B /C:"OS Name" /C:"OS Version" /C:"System Type"
View Patching
wmic qfe get Caption,Description,HotFixID,InstalledOn
View Connected Drives
wmic logicaldisk get caption,description,providername