Systeminfo in Window Server 2008

In this article I am going to explain about Systeminfo command in Windows Server 2008 operating system and also explain it's related syntax.
  • 7242

Systeminfo command in window server 2008

Systeminfo command is a command-line tool that is built in Windows Server 2008. this command is apply in Windows 7, Windows Server 2000, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Vista, Windows XP. Systeminfo command is used to display details configuration information about a computer and its operating system, including operating system configuration, product ID, security information and hardware properties such as RAM, disk space, and network cards. Basic syntax for using Cmd command given below.

Syntax

Systeminfo [/s <Computer> [/u <Domain>\<UserName> [/p <Password>]]] [/fo {TABLE | LIST | CSV}] [/nh]

Parameter

Parameter Description
/s <Computer> It is specify for the name or IP address of a remote computer (do not use backslashes). The default is the local computer.
/u<Domain>\<UserName> It is run the command with the account permissions of the specified user account. If /u is not specified, this command uses the permissions of the user who is currently logged on to the computer that is issuing the command.
/p <Password> It is specify for the password of the user account that is specified in the /u parameter.
/fo <Format>

It is specify for the output format with one of the following values:

TABLE: Displays output in a table.

LIST: Displays output in a list.

CSV: Displays output in Comma Separated Values format.

/nh It is suppress column headers in the output. Valid when the /fo parameter is set to TABLE or CSV.
/? it is used for display help at the command prompt.

Example

systeminfo-window-server.gif

 
Ask Your Question 
 
Got a programming related question? You may want to post your question here
 

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.