Link to home
Start Free TrialLog in
Avatar of jmachado81
jmachado81

asked on

DCOM errors in Server 2016

I have built a fresh installation of Server 2016 standard and it has two DCOM errors that i'd like to resolve (by powershell if possible).  I found this site:  "https://hinchley.net/2016/11/14/changing-dcom-security-permissions-with-powershell/" but it doesn't appear to resolve the error.  These are the two sets of DCOM errors i'm receiving in the system logs.

$CLSID='{D63B10C5-BB46-4990-A94F-E40B9D520160}'
$APPID='{9CA88EE3-ACB7-47c8-AFC4-AB702511C276}'

$CLSID='{8D8F4F83-3594-4F07-8369-FC3C3CAE4919}'
$APPID='{F72671A9-012C-4725-9D2F-2A4D32D65169}'

Has anybody come across this with Server 2016 and resolved it?  I'd like to have an error free 2016 template if possible.
Avatar of jmachado81
jmachado81

ASKER

I found these steps resolve the issue but if anybody knows how i can script these changes it would be helpful.  I've attached the System Log errors I received, should you like to know.

#Change ownership of these two keys and "Replace owner on subcontainers and objects" from TrustedInstaller to Administrators
#Change the local Administrators group permissions from read to Full control and replace all child permissions
HKEY_CLASSES_ROOT\AppID\{9CA88EE3-ACB7-47c8-AFC4-AB702511C276}
HKEY_CLASSES_ROOT\CLSID\{D63B10C5-BB46-4990-A94F-E40B9D520160}
#Edit the CLSID name in Component Services
Remove at the popup
Add System account to the "Launch and Activation permissions" with local launch and local activation permissions

-------------------------------

#Change ownership of these two keys and "Replace owner on subcontainers and objects" from TrustedInstaller to Administrators
HKEY_CLASSES_ROOT\AppID\{F72671A9-012C-4725-9D2F-2A4D32D65169}
#Locate the APPID name in Component Services
Add System account to the "Launch and Activation permissions" with local launch and local activation permissions
SystemErrors.txt
ASKER CERTIFIED SOLUTION
Avatar of jmachado81
jmachado81

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial