MAC to IP

MAC to IP

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

###

arp -a | select-string "~mac" |% { $_.ToString().Trim().Split(" ")[0] }

###

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