System Information

Query the CPU name

Not like this:


C:\Users\bp>cpu name
‘cpu’ is not recognized as an internal or external command,
operable program or batch file.

This is the correct way:


C:\Users\bp>ai cpu name
Result:
wmic cpu get name

Retrieve available disk space

Not like this:


C:\Users\bp>volume diskfree C:
‘volume’ is not recognized as an internal or external command,
operable program or batch file.

This is the correct way:


C:\Users\bp>ai get free space on drive c
Result:
fsutil volume diskfree c

Display system information

Not like this:


C:\Users\bp>sysinfo
‘sysinfo’ is not recognized as an internal or external command,
operable program or batch file.

This is the correct way:


C:\Users\bp>ai get sysinfo
Result:
systeminfo