WEB开发网
开发学院操作系统windows 2008 使用Windows PowerShell查看系统信硬件信息-1 阅读

使用Windows PowerShell查看系统信硬件信息-1

 2010-09-27 12:34:19 来源:WEB开发网   
核心提示: PS C:> @(Get-WmiObject -Class Win32_Processor).count4.查看计算机显卡信息PS C:> Get-WmiObject -Class Win32_VideoControllerAdapterCompatibility : ATI Tec

  PS C:> @(Get-WmiObject -Class Win32_Processor).count

4. 查看计算机显卡信息

  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)

5. 查看计算机硬盘信息

在检查硬件信息的最后,我们来看看计算机的硬盘信息。

  PS C:> Get-WmiObject -Class Win32_DiskDrive
  Partitions : 4
  DeviceID  : .PHYSICALDRIVE0
  Model   : Maxtor 6Y080L0
  Size    : 81956689920
  Caption  : Maxtor 6Y080L0

Partitions代码分区的数量,Size表示磁盘的容量,哎这真是一块小硬盘啊。

上一页  1 2 3 

Tags:使用 Windows PowerShell

编辑录入:爽爽 [复制链接] [打 印]
赞助商链接