Hi guys, hope you enjoy the celebration of end of the year and the chrismas.
i need healp with an issue I facing, the problem is:
I have a windows server 2012 R2 with the replic both with the services of DHCP, I have one notebook with 2 adapters of net (wifi and ethernet) the lan works fine, and if I try to reserve an ip with the mac on the dhcp its works , but when I try to reserve the mac of the notebook doesn't work, for some I recive and error that the scope is full on the event viewer, but if i try to make another reservation is works with another mac or ip of another device lan or wife with any mac works find.
but the problem here is the mac of the wifi adapter of the notebook, I search and found some command on the powershell and this is the curios here because when I use the command:
Get-DhcpServerv4Scope | Get-DhcpServerv4Lease
I can see the device with the old ip and the mac address in status "active" and i dont why is this because i delete from the GUI on the lease of the dhcp and the reservation
then i try to delete with the command
Remove-DhcpServerv4Lease -ComputerName "dhcpserver.contoso.com" -ScopeId 10.10.10.0 -ClientId "F0-DE-F1-7A-00-5E"
the command runs fine, but when i check out the result with the
Get-DhcpServerv4Scope | Get-DhcpServerv4Lease
i see again the device with the mac i want to use and the old ip address.
so i beleve the mac address of the adapter wifi is on somewhere on the DB on the dhcp but i can remove it or delete it.
thanks