I've got a Windows Server 2008 Enterprise SP2 server with WDS role enabled.
I need and re-register WdsImgSrv.dll provider or, of course, I won't be able and use the image store provider; that is, my clients can't communicate with the WDS server (to be specific, they get boot images, but they're unable either and see the list of install images).
I *** A * L * R * E * A * D * Y *** tried following suggested procedure; it *** D * O * E * S * N * ' * T *** solve the problem:
Reset the permission with the steps below:
1. Made sure it is logged in to the DC as a Domain Admin. Go to the Domain Controller and launch Active Directory Users and Computers
2. Make sure the "Advanced Features" from the View menu is enabled.
3. On the server object for the WDS server and in Properties go to the Security tab.
Verified that the SELF group has the following permissions:
• Create All Child Objects
• Delete All Child Objects
• Validated write to DNS host name
• Validated write to service principal name
• Read Personal Information
• Write Personal Information
4. Please test if we could run the following command under cmd prompt to re-initialize the WDS service.
wdsutil /uninitialize-server
wdsutil /initialize-server /reminst:{RemoteInstallFolder}
{RemoteInstallFolder} represent the path of your remoteinstall folder, for example: d:\remoteinstall