Forum Discussion
Oliver Stähr
Oct 04, 2017Copper Contributor
RSAT missing DNS Server Tools?
Hi, on a fresh Win 10 insider client (16278 updated to 16299) I installed Windows_InsiderPreview_RSAT_x64_16279 but it seems to be missing DNS Server Tools, the MMC snap-in. All other tools like AD,...
- Jan 18, 2018
[UPDATE] The final 1803 release of RSAT is now on the public RSAT download page. Look for the WS_1803 package there, thanks!
-----
Here's the official KB workaround published by the DNS team:
https://support.microsoft.com/en-us/help/4055558/rsat-missing-dns-server-tool-in-windows-10-version-1709 (thanks Christoff MOrlOck for posting this previously)
The RSAT download page now also has this info under Additional Information:
Issue: DNS Tools missing
Impact: WS_1709 RSAT package users
Resolution: Use the WS2016 RSAT package or apply this workaroundThe DNS team has also fixed the root cause for RS4 and so the workaround will not be required for the upcoming RS4 RSAT package update.
PepperdotNet
Oct 04, 2017Brass Contributor
I just solved this issue on the Windows 10 that I upgraded last night to 16299.15. If you have a Windows Server 2016 (not insider) machine on your network, or another Windows 10 with the WS2016 (not insider) RSAT tools installed, you need to copy four files from it to your Windows 10 after installing RSAT 16279. system32: dnsmgmt.msc and dnsmgr.dll system32\en-us: dnsmgmt.msc and DNSmgr.dll.mui (or slightly fewer keystrokes if you are using the command prompt to do it, copy dnsmg*.* in both system32 and system32\en-us folders) Then run this command as admin: regsvr32 c:\windows\system32\dnsmgr.dll
AndrewX
Dec 21, 2017Iron Contributor
Thank you this works!