Hi
I want to collect Serial, MAC and UUID and save the output on network share (which append for next record) without using MDT or SCCM.
I found this command to get UUIDs :
get-wmiobject Win32_ComputerSystemProduct | Select-Object -ExpandProperty UUID (http://www.waynehoggett.com/2009/08/get-local-computer-uuidguid-using.html)
Can we get serial number or MAC as well, to differentiate which UUID belongs to which machine? Like this?
UUID Serial MAC
1234 Sssssss ABCD
9876 Sxyz A1B2C3
N.A.Malik