dsccommunity / xDhcpServer

This module contains DSC resources for deployment and configuration of Microsoft DHCP Server.
MIT License
26 stars 33 forks source link

Fixes #73 #79

Closed rayterrill closed 3 years ago

rayterrill commented 3 years ago

Pull Request (PR) description

Fix issue where "The term 'IPAddress' is not recognized" occurs on Get-DhcpServerv4Reservation

This Pull Request (PR) fixes the following issues

Task list


This change is Reviewable

codecov[bot] commented 3 years ago

Codecov Report

Merging #79 (1a8ed1f) into master (695cba3) will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@         Coverage Diff          @@
##           master   #79   +/-   ##
====================================
  Coverage      79%   79%           
====================================
  Files          13    13           
  Lines         932   932           
====================================
  Hits          741   741           
  Misses        191   191           
rayterrill commented 3 years ago

If someone could help me translate this into what needs to be done I'm happy to fix whatever is necessary here.

jantari commented 3 years ago

This PR is an incomplete duplicate of #77 which has been open since February. I'm getting the feeling that this entire project is abandoned / unmaintained?

Anyway, you only fixed the problem in one place - take a look at #77 for a better fix.