R
Roger
I'm attempting to change the Launch and Activation Permissions of a DCOM
application using VBScript. According to this MSDN article
(http://msdn.microsoft.com/library/d...ging_access_security_on_securable_objects.asp)
I should be able to use the GetLaunchSecurityDescriptor and
SetLaunchSecurityDescriptor methods of the Win32_DCOMApplicationSetting
class to get or change the security descriptors, but according to this page
(http://msdn.microsoft.com/library/d...s/wmisdk/wmi/win32_dcomapplicationsetting.asp)
the class has no methods. When I try to use the method in a script, I
receive the error "Microsoft VBScript runtime error: Object doesn't support
this property or method". Does anyone know if these methods actually exist,
and if not, if there is an alternate way of programmatically change these
access rights with a script?
Thanks in advance,
Roger
application using VBScript. According to this MSDN article
(http://msdn.microsoft.com/library/d...ging_access_security_on_securable_objects.asp)
I should be able to use the GetLaunchSecurityDescriptor and
SetLaunchSecurityDescriptor methods of the Win32_DCOMApplicationSetting
class to get or change the security descriptors, but according to this page
(http://msdn.microsoft.com/library/d...s/wmisdk/wmi/win32_dcomapplicationsetting.asp)
the class has no methods. When I try to use the method in a script, I
receive the error "Microsoft VBScript runtime error: Object doesn't support
this property or method". Does anyone know if these methods actually exist,
and if not, if there is an alternate way of programmatically change these
access rights with a script?
Thanks in advance,
Roger