Display system configuration for a remote machine

systeminfo

  • Display operating system configuration for a local or remote machine.
    More information: <https://learn.microsoft.com/windows-server/administration/windows-commands/systeminfo>.
  • Trick copyright: tl;dr; <https://github.com/tldr-pages/tldr>

systeminfo /s {{remote_name}} /u {{username}} /p {{password}}

click the source code to copy