This is a mobile optimized page that loads fast, if you want to load the real page, click this text.

Hỏi/ Thắc mắc Cách lấy Serial của máy tính trong mạng LAN

ovinguyen

Life is inherently sweet but also bitter.

Bạn dùng thử phần mềm này xem sao Advanced IP Scanner
 
Sửa lần cuối:

malemkhoang

Rìu Chiến
Cú pháp cho LAN (quyền admin domain):
wmic /node : (remotePC) [command] [optional] ... (*)
Ví dụ:
wmic /node:192.168.1.100 bios get serialnumber
Để làm cho nhiều máy cùng lúc thì IP cụ thể nêu trên phải thay bằng tệp, ví dụ:
wmic /node : @computers.txt bios get serialnumber (*)
Tệp computers.txt chứa các IP hoặc computername (MAY1, ... MAY100), mỗi IP (computername) trên 1 dòng
Để lưu lại kết quả thì dùng như ví dụ sau:
wmic /node : @computers.txt bios get serialnumber /format:csv > serialnumber.csv (*)
(*). Trước và sau dấu : viết liền.
 
Sửa lần cuối: