DNS WMI Provider - Generic failure 0x80041001
I've noticed today that the DNS WMI Provider reports the following error
Generic failure 0x80041001
When you perform basic WMI queries such as the following SELECT * FROM MicrosoftDNS_NSType.
This is quite a simple issue that this can be caused by the DNS server service being stopped which is interesting because other classes such as MicrosoftDNS_Server will return however their property values will be set to null.
Generic failure 0x80041001
When you perform basic WMI queries such as the following SELECT * FROM MicrosoftDNS_NSType.
This is quite a simple issue that this can be caused by the DNS server service being stopped which is interesting because other classes such as MicrosoftDNS_Server will return however their property values will be set to null.
Comments
Post a Comment