2018-01-28 12:07:27 +00:00
|
|
|
# systeminfo
|
|
|
|
|
|
|
|
> Display operating system configuration for a local or remote machine.
|
2022-10-04 16:06:23 +01:00
|
|
|
> More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/systeminfo>.
|
2018-01-28 12:07:27 +00:00
|
|
|
|
|
|
|
- Display system configuration for the local machine:
|
|
|
|
|
|
|
|
`systeminfo`
|
|
|
|
|
|
|
|
- Display system configuration in a specified output format:
|
|
|
|
|
|
|
|
`systeminfo /fo {{table|list|csv}}`
|
|
|
|
|
|
|
|
- Display system configuration for a remote machine:
|
|
|
|
|
|
|
|
`systeminfo /s {{remote_name}} /u {{username}} /p {{password}}`
|
|
|
|
|
|
|
|
- Display detailed usage information:
|
|
|
|
|
|
|
|
`systeminfo /?`
|