Have a look at this: https://learn.microsoft.com/en-us/previous-versions/technet-magazine/ff521761(v=msdn.10)?redirectedfrom=MSDN
How to configure MAC filtering using only first MAC digits
Dear Microsoft Community,
I am a newbie when it comes to DHCP MAC filtering and I am wondering if there is an option ( either trough Powershell or by using a 3rd party option ) to filter MAC addreses using only the first digits of the mac.
The idea is to have a DHCP that only delivers IP addreses to the devices that have MAs starting with (f.e) "F0-DE-F1".
I have been reading about using the powershell tool "Add-DhcpServerv4Filter"
Would you say that something like the example below would work?
PS C:> Add-DhcpServerv4Filter -List Allow -MacAddress "F0-DE-F1-%%-%%-%%"
Thanks in advance for your help
1 additional answer
Sort by: Most helpful
-
Deleted
This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.
Comments have been turned off. Learn more