June 27, 200719 yr ok, gonna try and run this by everyone, need to make a DCOM permission change to alot of machines, is there a way to add remote access to the anonymous user through script or reg key?
June 27, 200719 yr All of the default DCOM permissions are stored in HKLM\Software\Microsoft\OLE, but if you need to change permissions on a COM object specifically you have to find that COM object in the registry (usually it's GUID in HKCR\CLSID or HKCR\AppID) and make the change there. A restart of the DCOM service is required, or a reboot of the box.
Create an account or sign in to comment