A little while ago, I deployed DNSSEC because in doing so I reduced the number of security configuration checks I needed to implement on my local domain's DNS. These are Windows Server 2012R2 machines
This seems to have worked fine, except it causes an off-site backup arrangement we have to break. Our DNS had been set up to resolve a single host name to a load-balancing device we don't control, which then handles incoming data - basically just a drive space we toss our DPM backup files onto. This was a Delegation record inside of our Domain's zone, with the host name as the name of the record and containing a single NS entry for the load balancer.
It took a bit of time to figure out that DNSEC was the cause, but in working with the other network team, it seems confirmed and they have no plans to reconfigure anything to make it work on their end.
It would seem that I did not fully understand the implications of DNSSEC going into this. Is there a way to simply un-do DNSSEC, however? I can certainly "Unsign" the zone, as seen in the DNSSEC menu on the DNS servers. But there's not really any guidance on this online that appears to be well written or recent. Is there more to it than simply Unsigning the zone?