Search DHCP Scopes for a MAC – PowerShell Script
Search DHCP Scopes for a MAC – PowerShell Script https://ift.tt/7JQFzDR Just a quick script that will prompt you for a MAC address and then search all DHCP server scopes for that value. You can input the MAC in any common format. Enjoy! $DHCPServer = "DHCP-SERVER-NAME" $InputMAC = Read-Host "Enter MAC Address" # Remove any non-alphanumeric […]