Hi,
I’m trying to find the best way to setup a policy that will modify the launch and activation security permissions on a DCOM application within component services.
The one I’m changing in this instance is the Machine Debug Manager in DCOM Config, under component services in the administrative tools in control panel.
manually making the change edits the following key in the registry:
HKCR\AppID\{9209B1A6-964A-11D0-9372-00A0C9034910}\LaunchPermission
I want to add a new group to the permissions and give it launch and activation permissions, but I assume I don’t want to be replacing the whole registry key with a login script as i’ve replaced the key on a test machine and it lost one of the permissions (debugger users group).
Wondering if anyone has any thoughts on the best way to go about this. It’s about 20 users I want to give this permission to and the reason is so they can use a report builder function in Microsoft CRM. All staff are users only on their PC’s.
thanks.