You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you set mac to a mac address with ":" it will not convert correctly and script will fail
The Convert-Mac functionis correct, but will not getting called when you add mac-address like in example, so the mac address is wrong on the "Add Reservation/Lease" PS Module
…427)
* fix mac address convert
This always use the mac address format with dashes.
Fixes#291
* call Get-DhcpServerv4Lease once when MAC and IP are defined
If MAC and IP are defined, only try to find existing lease by MAC.
This saves us a second Get-DhcpServerv4Lease call and improve the
performance of this module.
* add changelog for win_dhcp_lease improvements
e62a28c and 976f683
When you set mac to a mac address with ":" it will not convert correctly and script will fail
The Convert-Mac functionis correct, but will not getting called when you add mac-address like in example, so the mac address is wrong on the "Add Reservation/Lease" PS Module
community.windows/plugins/modules/win_dhcp_lease.ps1
Line 126 in 06a9b8d
The text was updated successfully, but these errors were encountered: