Configuration Manager Content Distribution 오류 0x8007ffff: 수정 방법 IIS Auth Module Update Failure. Opening the distmgr.log file showedfailed to update the IIS auth module 오류 0x8007ffff.
Did not configure IIS module, GLE – 65535 ConfigureIISModules did not configure IIS Module Failed to update the IIS auth module 오류 0x8007ffff Cannot set the current Drizzle Role status for the DP
Also checking the IIS configuration on the remote distribution point showed no virtual directories under Sites\Default Web Site.
해결책
1. Launch the PowerShell as admin and run the next command:
dism.exe /online /norestart /enable-feature /ignorecheck /featurename:"IIS-WebServerRole" /featurename:"IIS-WebServer" /featurename:"IIS-CommonHttpFeatures" /featurename:"IIS-StaticContent" /featurename:"IIS-DefaultDocument" /featurename:"IIS-DirectoryBrowsing" /featurename:"IIS-HttpErrors" /featurename:"IIS-HttpRedirect" /featurename:"IIS-WebServerManagementTools" /featurename:"IIS-IIS6ManagementCompatibility" /featurename:"IIS-Metabase" /featurename:"IIS-WindowsAuthentication" /featurename:"IIS-WMICompatibility" /featurename:"IIS-ISAPIExtensions" /featurename:"IIS-ManagementScriptingTools" /featurename:"MSRDC-Infrastructure" /featurename:"IIS-ManagementService"
Close the 파워셸 window once the command is executed
2. After running the above command the IIS virtual directories getting created;
3. Finally, all the virtual directories are created under Sites\Default Web Site on remote MECM DP. After this the content distribution was successful.