Collections:
Other Resources:
Windows 7 Services Tutorials
How can I get detailed system information from my Windows Server 2012?
✍: FYIcenter.com
A quick way to get detailed information from your Windows Server 2012
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 2012 R2 Standard
OS Version: 6.3.9600 N/A Build 9600
OS Manufacturer: Microsoft Corporation
OS Configuration: Member Server
OS Build Type: Multiprocessor Free
System Manufacturer: Microsoft Corporation
System Model: Virtual Machine
System Type: x64-based PC
Processor(s): 1 Processor(s) Installed.
[01]: Intel64 Family 6 Model 63 Stepping 2
GenuineIntel ~2297 Mhz
BIOS Version: American Megatrends Inc. 090006 , 5/23/2012
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: 12,288 MB
Available Physical Memory: 3,173 MB
Virtual Memory: Max Size: 14,628 MB
Virtual Memory: Available: 2,683 MB
Virtual Memory: In Use: 11,945 MB
Page File Location(s): C:\pagefile.sys
Hotfix(s): 182 Hotfix(s) Installed.
[01]: KB2894856
[02]: KB2919355
[03]: KB2919442
...
You can save the output to file to keep the information for later use, using "systeminfo > /temp/systeminfo-output.txt" command.
Â
2016-09-05, ∼2897🔥, 0💬
Popular Posts:
Can I disable Windows service "OracleJobSchedulerXE" to speedup my computer? Third party application...
Summary of suggested services settings for Windows XP Pro SP1 system - Part III Continue from Part I...
Why am I getting errors when starting Apache server to load PHP as a module with php5apache2.dll? If...
What is services.exe process - Services and Controller app? Process services.exe is part of the Wind...
How to use IMDisplay to display an image file? If have image file called wizard.jpg and want to use ...