Daniyar's Tech blog
A nice way to document IT ideas!
Search This Blog
Friday, June 6, 2014
Find IP by MAC address in powershell
1..254 | ForEach { Test-Connection 192.168.0.$_ -Count 1 -Quiet }
arp -a | select-string "00-15-5D-FE-9F-41" |% { $_.ToString().Trim().Split(" ")[0] }
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment