Edit

Share via


SMS_UnManagedApps Server WMI Class

The SMS_UnManagedApps Windows Management Instrumentation (WMI) class is an SMS Provider server class, in Configuration Manager, that represents unmanaged apps.

The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.

Syntax

Class SMS_UnManagedApps : SMS_SettingsDefinitionBase
{
    String ApplicabilityCondition;
    String CategoryInstance_UniqueIDs[];
    UInt32 CI_ID;
    String CI_UniqueID;
    UInt32 CIType_ID;
    UInt32 CIVersion;
    UInt64 ConfigurationFlags;
    String CreatedBy;
    DateTime DateCreated;
    DateTime DateLastModified;
    DateTime EffectiveDate;
    UInt32 EULAAccepted;
    Boolean EULAExists;
    DateTime EULASignoffDate;
    String EULASignoffUser;
    UInt32 ExecutionContext;
    Boolean IsBroken;
    Boolean IsBundle;
    Boolean IsDigest;
    Boolean IsEnabled;
    Boolean IsExpired;
    Boolean IsHidden;
    Boolean IsLatest;
    Boolean IsQuarantined;
    Boolean IsSuperseded;
    Boolean IsUserDefined;
    String LastModifiedBy;
    String LocalizedCategoryInstanceNames[];
    String LocalizedDescription;
    String LocalizedDisplayName;
    SMS_CI_LocalizedEulas LocalizedEulas[];
    SMS_CI_LocalizedProperties LocalizedInformation[];
    String LocalizedInformativeURL;
    UInt32 LocalizedPropertyLocaleID;
    UInt32 ModelID;
    String ModelName;
    UInt32 PermittedUses;
    String PlatformCategoryInstance_UniqueIDs[];
    UInt32 PlatformType;
    SMS_SDMPackageLocalizedData SDMPackageLocalizedData[];
    UInt32 SDMPackageVersion;
    String SDMPackageXML;
    String SecuredScopeNames[];
    String SedoObjectVersion;
    String SourceSite;
};

Methods

The SMS_UnManagedApps class does not define any methods.

Properties

ApplicabilityCondition Data type: String

Access type: Read/Write

Qualifiers: [SizeLimit("512"), not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

CategoryInstance_UniqueIDs Data type: String Array

Access type: Read/Write

Qualifiers: None

See SMS_SettingsDefinitionBase Server WMI Class.

CI_ID Data type: UInt32

Access type: Read/Write

Qualifiers: [key]

See SMS_SettingsDefinitionBase Server WMI Class.

CI_UniqueID Data type: String

Access type: Read/Write

Qualifiers:[unique, not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

CIType_ID Data type: UInt32

Access type: Read-only

Qualifiers: [not_null, read]

See SMS_SettingsDefinitionBase Server WMI Class.

CIVersion Data type: UInt32

Access type: Read-only

Qualifiers: [read, not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

ConfigurationFlags Data type: UInt64

Access type: Read-only

Qualifiers: [bits("COMPLIANCE_POLICY(0)"), read]

See SMS_SettingsDefinitionBase Server WMI Class.

CreatedBy Data type: String

Access type: Read-only

Qualifiers: [SizeLimit("512"),read, not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

DateCreated Data type: DateTime

Access type: Read-only

Qualifiers: [read, not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

DateLastModified Data type: DateTime

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

EffectiveDate Data type: DateTime

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

EULAAccepted Data type: UInt32

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

EULAExists Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

EULASignoffDate Data type: DateTime

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

EULASignoffUser Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

ExecutionContext Data type: UInt32

Access type: Read-only

Qualifiers: [read, valuemap, values]

See SMS_SettingsDefinitionBase Server WMI Class.

InUse Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

IsBroken Data type: Boolean

Access type: Read-only

Qualifiers: [read, not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

IsBundle Data type: Boolean

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

IsDigest Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

IsEnabled Data type: Boolean

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

IsExpired Data type: Boolean

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

IsHidden Data type: Boolean

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

IsLatest Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

IsQuarantined Data type: Boolean

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

IsSuperseded Data type: Boolean

Access type: Read-only

Qualifiers: [read, not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

IsUserDefined Data type: Boolean

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

LastModifiedBy Data type: String

Access type: Read-only

Qualifiers: [SizeLimit("512"), read, not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

LocalizedCategoryInstanceNames Data type: String Array

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

LocalizedDescription Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

LocalizedDisplayName Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

LocalizedEulas Data type: SMS_CI_LocalizedEulas Array

Access type: Read/Write

Qualifiers: [lazy]

See SMS_SettingsDefinitionBase Server WMI Class.

LocalizedInformation Data type: SMS_CI_LocalizedProperties Array

Access type: Read/Write

Qualifiers: [lazy]

See SMS_SettingsDefinitionBase Server WMI Class.

LocalizedInformativeURL Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

LocalizedPropertyLocaleID Data type: UInt32

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

ModelID Data type: UInt32

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

ModelName Data type: String

Access type: Read/Write

Qualifiers: [unique,not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

PermittedUses Data type: UInt32

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

PlatformCategoryInstance_UniqueIDs Data type: String Array

Access type: Read/Write

Qualifiers: none

See SMS_SettingsDefinitionBase Server WMI Class.

PlatformType Data type: UInt32

Access type: Read-only

Qualifiers: [bitmap, bitvalues, read]

See SMS_SettingsDefinitionBase Server WMI Class.

SDMPackageLocalizedData Data type: SMS_SDMPackageLocalizedData Array

Access type: Read/Write

Qualifiers: [lazy]

See SMS_SettingsDefinitionBase Server WMI Class.

SDMPackageVersion Data type: UInt32

Access type: Read/Write

Qualifiers: [not_null]

See SMS_SettingsDefinitionBase Server WMI Class.

SDMPackageXML Data type: String

Access type: Read/Write

Qualifiers: [lazy]

See SMS_SettingsDefinitionBase Server WMI Class.

SecuredScopeNames Data type: String Array

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

SedoObjectVersion Data type: String

Access type: Read-only

Qualifiers: [read]

See SMS_SettingsDefinitionBase Server WMI Class.

SourceSite Data type: String

Access type: Read/Write

Qualifiers: [SizeLimit("3")]

See SMS_SettingsDefinitionBase Server WMI Class.

Remarks

Class qualifiers for this class include:

Requirements

Runtime Requirements

For more information, see Configuration Manager Server Runtime Requirements.

Development Requirements

For more information, see Configuration Manager Server Development Requirements.