EnScript to obtain the MAC address of a non-running machine
A recent post asking how to obtain the MAC address of a non-running machine prompted me to write a quick EnScript to pull the data from the end of Link (LNK) files. The EnScript is nothing fancy, it simply recurses through all .LNK files and grabs the MAC address at the end of the .LNK file and prints it to the console.
Download Here
2 comments:
What .LNK files do the MAC addresses come from?
Most all user created LNK files have a MAC address.
Post a Comment