Hello,
I am unable to add AD DS and AD LDS Tools using the Add Roles and Features Wizard from the Server Manager on a Windows Server 2016 server (a VM in VMware). This server is the primary in a Failover Cluster and Availability Group, the secondary of which also had the same issue, resolved in a prior thread. As with the secondary, there was some corruption found by sfc /scannow, but I fixed it with DISM using the ISO for my install media. Any assistance you could provide in helping me repair whatever is blocking the install of the AD DS and AD LDS Tools would be greatly appreciated.
I have run the steps as described in the submission instructions (attached).
sfc /scannow and dism /Online /Cleanup-Image /RestoreHealth both came back clean each time:
I am unable to add AD DS and AD LDS Tools using the Add Roles and Features Wizard from the Server Manager on a Windows Server 2016 server (a VM in VMware). This server is the primary in a Failover Cluster and Availability Group, the secondary of which also had the same issue, resolved in a prior thread. As with the secondary, there was some corruption found by sfc /scannow, but I fixed it with DISM using the ISO for my install media. Any assistance you could provide in helping me repair whatever is blocking the install of the AD DS and AD LDS Tools would be greatly appreciated.
I have run the steps as described in the submission instructions (attached).
sfc /scannow and dism /Online /Cleanup-Image /RestoreHealth both came back clean each time:
Code:
Microsoft Windows [Version 10.0.14393]
(c) 2016 Microsoft Corporation. All rights reserved.
C:\>sfc /scannow
Beginning system scan. This process will take some time.
Beginning verification phase of system scan.
Verification 100% complete.
Windows Resource Protection did not find any integrity violations.
C:\>dism /Online /Cleanup-Image /RestoreHealth
Deployment Image Servicing and Management tool
Version: 10.0.14393.4169
Image Version: 10.0.14393.7426
[==========================100.0%==========================] The restore operation completed successfully.
The operation completed successfully.