IP to MAC

This is a PowerShell command that convers IP address to MAC address.

###
arp -a ~IP | Select-String "([0-9A-Fa-f]{2}-){5}[0-9A-Fa-f]{2}" -AllMatches | ForEach-Object { $_.Matches.Value }
###


To download the command click here.
Once downlod complete, import it throw the import option in the Custom command section.

For any additional information, please contact support@eprocsolutions.com