WMIC (Windows Management Instrumentation Command-line) ist ein leistungsstarkes Tool zur Verwaltung von Windows-Systemen und bietet umfassende Informationen über Hardware, Software und mehr.
wmic /? wmic bios get /? wmic os get /format:value wmic cpu get caption wmic cpu list /format:value wmic memorychip get capacity wmic diskdrive get caption,size wmic logicaldisk get name,caption wmic useraccount get name wmic product get name,version wmic process where name="notepad.exe" get processid wmic service where state="running" get caption wmic netuse // netzlaufwerke