Имя пользователя:
Пароль:
 

Показать сообщение отдельно

Забанен


Сообщения: 6158
Благодарности: 1300

Профиль | Цитировать


У серверов всегда очень подробная и честная информация DMI BIOS (в отличие от большинства десктопов), так что должна помочь утилита снятия DMI, например эта:
DmiDecode for Windows
Цитата:
Dmidecode reports information about your system's hardware as described in your system BIOS according to the SMBIOS/DMI standard. This information typically includes system manufacturer, model name, serial number, BIOS version, asset tag as well as a lot of other details of varying level of interest and reliability depending on the manufacturer. This will often include usage status for the CPU sockets, expansion slots (e.g. AGP, PCI, ISA) and memory module slots, and the list of I/O ports (e.g. serial, parallel, USB).

Beware that DMI data have proven to be too unreliable to be blindly trusted. Dmidecode does not scan your hardware, it only reports what the BIOS told it to.
Пример использования (на UNIX, правда, но это большой роли не играет):
Код: Выделить весь код
# dmidecode | grep -A 12 "Base Board"
Base Board Information
	Manufacturer: Intel
	Product Name: S5000PSL
	Version: Not Specified
	Serial Number: <спрятано мною>
	Asset Tag: Not Specified
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis: Not Specified
	Chassis Handle: 0x0000
	Type: Motherboard
	Contained Object Handles: 0
Имеем производителя, модель и серийный номер - дальше дело техники.

Отправлено: 19:50, 27-11-2010 | #14