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
never returns empty. According to technet article if not specified default Lease Duration for a scope will be 8 days.
Because of this Option 51 Lease Duration is always present in new scopes and ValidateResourceProperties always finds DHCP option so this part of code is never reached.
And this is called when it should not be called and as a side effect removes Lease Duration option and sets lease time to 0:0:0.
This
never returns empty. According to technet article if not specified default Lease Duration for a scope will be 8 days.
Because of this Option 51 Lease Duration is always present in new scopes and ValidateResourceProperties always finds DHCP option so this part of code is never reached.
And this is called when it should not be called and as a side effect removes Lease Duration option and sets lease time to 0:0:0.
I've tested this behavior on freshly deployed 2012 R2 with lates xDhcpServer from PSGallery.
The text was updated successfully, but these errors were encountered: