dsccommunity / xDhcpServer

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

xDhcpServerClass is not idempotent #80

Closed markatdxb closed 3 years ago

markatdxb commented 3 years ago

Details of the scenario you tried and the problem that is occurring

Verbose logs showing the problem

Suggested solution to the issue

The DSC configuration that is used to reproduce the issue (as detailed as possible)

# insert configuration here

The operating system the target node is running

Version and build of PowerShell the target node is running

Version of the DSC module that was used

markatdxb commented 3 years ago

i might be wrong - doing more testing. Actually resource was throwing error when Vendor class name had the same name but not exact letters cases example : DHCP server Class name was : TESTClass, Resource would try to create TESTCLASS - this would throw error.