Collections:
Other Resources:
Detailed System Information of Windows Server 2008
How can I get detailed system information from my Windows Server 2008?
✍: FYIcenter.com
A quick way to get detailed information from your Windows Server 2008
is to the following:
Open the PowerShell command window, and type in the "systeminfo" command as shown below:
PS C:\Users\fyicenter> systeminfo
...
OS Name: Microsoft Windows Server 2008 R2 Standard
OS Version: 6.1.7601 Service Pack 1 Build 7601
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Server
OS Build Type: Multiprocessor Free
Registered Owner:
Registered Organization:
System Manufacturer: Microsoft Corporation
System Model: Virtual Machine
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
Windows Directory: C:\Windows
System Directory: C:\Windows\system32
Boot Device: \Device\HarddiskVolume1
System Locale: en-us;English (United States)
Input Locale: en-us;English (United States)
Total Physical Memory: 8,192 MB
Available Physical Memory: 1,250 MB
Virtual Memory: Max Size: 16,381 MB
Virtual Memory: Available: 9,474 MB
Virtual Memory: In Use: 6,907 MB
Page File Location(s): C:\pagefile.sys
Hotfix(s): 2104 Hotfix(s) Installed.
...
You can save the output to file to keep the information for later use, using "systeminfo > /temp/systeminfo-output.txt" command.
2022-10-26, ∼5186🔥, 0💬
Popular Posts:
Where to find tutorials on using Windows 10? I want to learn how to use Windows 10 more efficiently....
What is msntb.dll - DLL file - Windows Live Toolbar for Internet Explorer? DLL msntb.dll is installe...
What is "IKE and AuthIP IPsec Keying Modules" in my Windows XP service list? And how is "IKE and Aut...
How to install the latest Lenovo ThinkPad Bluetooth driver on my Windows 7 system? I have downloaded...
How to configure PHP execution environments? If you followed our Downloading PHP Engine tutorial , y...