BACK TO INDEX

Win32_DCOMApplicationSetting
The Win32_DCOMApplicationSetting class represents the settings of a DCOM application. It contains DCOM configuration options associated with the AppID key in the registry. These options are valid on the components logically grouped under the given application class.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AppIDStringThe AppID property is a Globally Unique Identifier (GUID) for this DCOM application.
AuthenticationLevelUInt32The AuthenticationLevel property specifies the minimum client authentication level required by this COM server. If NULL, the default values are used. Authentication levels include: None - no authentication is performed. Connect - authentication is performed only when the client establishes a relationship with the application. Call - authentication is performed only at the beginning of each call when the application receives the request. Packet - authentication is performed on all data received from the client. PacketIntegrity - all the data transferred between client and application is authenticated and verified. PacketPrivacy - The properties of the other authentication levels are used, and all data is encrypted.
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
CustomSurrogateStringThe CustomSurrogate property contains the name of the custom surrogate in which the in-process DCOM application is activated. If this value is NULL and the UseSurrogate key is TRUE, then the system provides a surrogate process.
DescriptionStringA textual description of the CIM_Setting object.
EnableAtStorageActivationBooleanThe EnableAtStorageActivation property indicates whether the instance of the DCOM application retrieves the saved state of the application or begins from the state in which the application is first initialized.
LocalServiceStringThe LocalService property contains the name for the services provided by the DCOM application.
RemoteServerNameStringThe RemoteServerName property indicates the name of the remote server where the application is activated.
RunAsUserStringThe RunAsUser property indicates whether the application is to be run under a specific user account on activation.
ServiceParametersStringThe ServiceParameters property contains the command line parameters passed to the DCOM application. This is valid only if the application is written as a Win32 service
SettingIDStringThe identifier by which the CIM_Setting object is known.
UseSurrogateBooleanThe UseSurrogate property specifies whether the DCOM application can be activated as an out-of-processserver by use of a surrogate executable.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_DCOMApplicationSetting
   {
    AppID = "VBSDISERVR.SDIEVENT";
    EnableAtStorageActivation = FALSE;
    UseSurrogate = FALSE;
   };