| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| AppID | String | The AppID property is a Globally Unique Identifier (GUID) for this DCOM application. | |
| AuthenticationLevel | UInt32 | The 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. | |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| CustomSurrogate | String | The 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. | |
| Description | String | A textual description of the CIM_Setting object. | |
| EnableAtStorageActivation | Boolean | The 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. | |
| LocalService | String | The LocalService property contains the name for the services provided by the DCOM application. | |
| RemoteServerName | String | The RemoteServerName property indicates the name of the remote server where the application is activated. | |
| RunAsUser | String | The RunAsUser property indicates whether the application is to be run under a specific user account on activation. | |
| ServiceParameters | String | The 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 | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| UseSurrogate | Boolean | The 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;    }; | |||