I'm looking to retrieve remote WMI information (serial number) from a list of machines in a text file, and output to another text file the machine name and the serial number
The WMI Namespace is root\CIMV2
The WMI class is Win32_BIOS
The WMI object is SerialNumber
Output in a format akin
COMPUTER-001 : DAS123DFS
COMPUTER-002 :
COMPUTER-003 : DAS754SFP
Many regards
Neil
The WMI Namespace is root\CIMV2
The WMI class is Win32_BIOS
The WMI object is SerialNumber
Output in a format akin
COMPUTER-001 : DAS123DFS
COMPUTER-002 :
COMPUTER-003 : DAS754SFP
Many regards
Neil