PS C:\> Get-WmiObject -Class Win32_BIOS
SMBIOSBIOSVersion : 6.00 PG
Manufacturer : Phoenix Technologies, LTD
Name : Phoenix - AwardBIOS v6.00PG
SerialNumber :
Version : Nvidia - 42302e31
PS C:\> Get-WmiObject -Class Win32_PhysicalMemory
Memory 0"
BankLabel : Bank0/1
Capacity : 268435456
Caption : 物理内存
CreationClassName : Win32_PhysicalMemory
DataWidth :
Description : 物理内存
DeviceLocator : A0
PS C:\> Get-WmiObject -Class Win32_PhysicalMemory | %{$sum = 0} { $sum += $_.Capacity } {Write-Host ($sum / 1MB) "MB"}
1024 MB
PS C:\> Get-WmiObject -Class Win32_Processor
AddressWidth : 32
Architecture : 0
Caption : x86 Family 6 Model 10 Stepping 0
CpuStatus : 1
CreationClassName : Win32_Processor
CurrentClockSpeed : 1840
CurrentVoltage : 33
DataWidth : 32
Description : x86 Family 6 Model 10 Stepping 0
DeviceID : CPU0
ExtClock : 166
Family : 29
L2CacheSize : 512
L2CacheSpeed : 613
Level : 6
LoadPercentage : 42
Manufacturer : AuthenticAMD
MaxClockSpeed : 1840
Name : AMD Athlon(tm) XP 2500+
PowerManagementSupported : False
ProcessorType : 3
Revision : 2560
Role : CPU
SocketDesignation : Socket A
PS C:\> @(Get-WmiObject -Class Win32_Processor).count
PS C:\> Get-WmiObject -Class Win32_VideoController
AdapterCompatibility : ATI Technologies Inc.
AdapterDACType : Internal DAC(400MHz)
AdapterRAM : 268435456
Availability : 3
Caption : RADEON X1600 Series
ConfigManagerErrorCode : 0
ConfigManagerUserConfig : False
CreationClassName : Win32_VideoController
CurrentBitsPerPixel : 32
CurrentHorizontalResolution : 1440
CurrentNumberOfColors : 4294967296
CurrentNumberOfColumns : 0
CurrentNumberOfRows : 0
CurrentRefreshRate : 60
CurrentScanMode : 4
CurrentVerticalResolution : 900
Description : RADEON X1600 Series
DeviceID : VideoController1
DeviceSpecificPens : 4294967295
DitherType :
DriverDate : 20060719025814.810907-000
DriverVersion : 6.14.10.6626
InfSection : ati2mtag_RV530
InstalledDisplayDrivers : ati2dvag.dll
MaxRefreshRate : 75
MinRefreshRate : 56
Name : RADEON X1600 Series
NumberOfColorPlanes : 1
VideoArchitecture : 5
VideoMemoryType : 2
VideoModeDescription : 1440 x 900 x 4294967296 种颜色
VideoProcessor : Radeon X1600 Series AGP (0x71C2)
PS C:\> Get-WmiObject -Class Win32_DiskDrive
Partitions : 4
DeviceID : \\.\PHYSICALDRIVE0
Model : Maxtor 6Y080L0
Size : 81956689920
Caption : Maxtor 6Y080L0
欢迎光临 批处理之家 (http://bbs.bathome.net/) | Powered by Discuz! 7.2 |