wmic: Как посмотреть характеристики компьютера windows server?
wmic: Как посмотреть характеристики компьютера windows server? Открываем cmd.exe win+»r» Материнская плата:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
wmic baseboard list full /format:list ConfigOptions={"To Be Filled By O.E.M." Depth= Description=Основная плата Height= HostingBoard=TRUE HotSwappable=FALSE InstallDate= Manufacturer=ASUSTeK COMPUTER INC. Model= Name=Основная плата OtherIdentifyingInfo= PartNumber= PoweredOn=TRUE Product=P8Z77-V LX2 Removable=FALSE Replaceable=TRUE RequirementsDescription= RequiresDaughterBoard=FALSE SerialNumber=121003414706374 SKU= SlotLayout= SpecialRequirements= Status=OK Tag=Base Board Version=Rev X.0x Weight= Width= |
Оперативная память:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 |
wmic memorychip list full /format:list BankLabel=BANK 0 Capacity=8589934592 DataWidth=64 Description=Физическая память DeviceLocator=ChannelA-DIMM0 FormFactor=8 HotSwappable= InstallDate= InterleaveDataDepth=1 InterleavePosition=1 Manufacturer=029E MemoryType=0 Model= Name=Физическая память OtherIdentifyingInfo= PartNumber=CMX16GX3M2A1600C11 PositionInRow= PoweredOn= Removable= Replaceable= SerialNumber=00000000 SKU= Speed=1333 Status= Tag=Physical Memory 0 TotalWidth=64 TypeDetail=128 Version= BankLabel=BANK 1 Capacity=8589934592 DataWidth=64 Description=Физическая память DeviceLocator=ChannelA-DIMM1 FormFactor=8 HotSwappable= InstallDate= InterleaveDataDepth=1 InterleavePosition=1 Manufacturer=029E MemoryType=0 Model= Name=Физическая память OtherIdentifyingInfo= PartNumber=CMX16GX3M2A1600C11 PositionInRow= PoweredOn= Removable= Replaceable= SerialNumber=1D050748 SKU= Speed=1333 Status= Tag=Physical Memory 1 TotalWidth=64 TypeDetail=128 Version= |
Процессор:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 |
wmic cpu list full /format:list AddressWidth=64 Architecture=9 Availability=3 Caption=Intel64 Family 6 Model 58 Stepping 9 ConfigManagerErrorCode= ConfigManagerUserConfig= CpuStatus=1 CreationClassName=Win32_Processor CurrentClockSpeed=3401 CurrentVoltage=10 DataWidth=64 Description=Intel64 Family 6 Model 58 Stepping 9 DeviceID=CPU0 ErrorCleared= ErrorDescription= ExtClock=100 Family=191 InstallDate= L2CacheSize=1024 L2CacheSpeed= LastErrorCode= Level=6 LoadPercentage=1 Manufacturer=GenuineIntel MaxClockSpeed=3401 Name=Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz OtherFamilyDescription= PNPDeviceID= PowerManagementCapabilities= PowerManagementSupported=FALSE ProcessorId=BFEBFBFF000306A9 ProcessorType=3 Revision=14857 Role=CPU SocketDesignation=LGA1155 Status=OK StatusInfo=3 Stepping= SystemCreationClassName=Win32_ComputerSystem SystemName=PPR-ITIB-22 UniqueId= UpgradeMethod=1 Version= VoltageCaps= |
Можем запросить информацию о Bios:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
wmic bios list full /format:list BiosCharacteristics={7,11,12,15,16,17,19,23,24,25,26,27,28,29,32,33,40,42,43,50, 57,58,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79} BuildNumber= CodeSet= CurrentLanguage=ru|RU|iso8859-5 Description=BIOS Date: 07/12/13 18:48:06 Ver: 22.02 IdentificationCode= InstallableLanguages=8 InstallDate= LanguageEdition= ListOfLanguages={"en|US|iso8859-1","fr|FR|iso8859-1","es|ES|iso8859-1","de|DE|is o8859-1","ru|RU|iso8859-5","ja|JP|unicode","zh|TW|unicode","zh|CN|unicode"} Manufacturer=American Megatrends Inc. Name=BIOS Date: 07/12/13 18:48:06 Ver: 22.02 OtherTargetOS= PrimaryBIOS=TRUE ReleaseDate=20130712000000.000000+000 SerialNumber=System Serial Number SMBIOSBIOSVersion=2202 SMBIOSMajorVersion=2 SMBIOSMinorVersion=7 SMBIOSPresent=TRUE SoftwareElementID=BIOS Date: 07/12/13 18:48:06 Ver: 22.02 SoftwareElementState=3 Status=OK TargetOperatingSystem=0 |
Или можем воспользоваться графической утилитой msinfo32.exe