Get MAC

Name:

Get MAC

Category:

Maintenance

Description:

Uses a cmd shell to run `arp.exe -a` against target IP address.

Required Software:

n/a

Command:

@Echo off
Echo Search your Address Resolution Protocol (ARP) cache for $(Computer:TARGET)
Echo $(Computer:TARGET)'s IP address is $(Computer:TARGETIPADDRESS)

arp -a $(Computer:TARGETIPADDRESS)

 

Was this article helpful?
Still have a question or want to share what you have learned? Visit our Community Discord to get help and collaborate with others.