text HWI EXT Win32_EncryptableVolume_Ext.mof

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text HWI EXT Win32_EncryptableVolume_Ext.mof相关的知识,希望对你有一定的参考价值。

//——————————————— // BitLocker Status //———————————————

//-- Set default Namespace and delete the Win32_EncryptableVolume_Ext if it already exists
#PRAGMA Namespace   ("\\\\.\\Root\\CIMv2")
#PRAGMA DeleteClass ("Win32_EncryptableVolume_Ext", NOFAIL)

//-- Create custom class
//-  Class Qualifiers
[
    Description ("The Win32_EncryptableVolume_Ext class contains information about the BitLocker status. You can use this information for BitLocker reporting."): ToInstance,
    UNION,
    ViewSources {
        "SELECT DeviceID, PersistentVolumeID, DriveLetter, ProtectionStatus, ConversionStatus, EncryptionMethod, VolumeType, IsVolumeInitializedForProtection FROM Win32_EncryptableVolume"
    },
    ViewSpaces {
        "\\\\.\\Root\\CIMV2\\Security\\MicrosoftVolumeEncryption"
    },
    Dynamic,
    Provider ("MS_VIEW_INSTANCE_PROVIDER")
]
//-  Class properties
Class Win32_EncryptableVolume_Ext : SMS_Class_Template
{
    [ PropertySources {"DeviceID"}, KEY ]
    String    DeviceID;
    [ PropertySources {"PersistentVolumeID"} ]
    String    PersistentVolumeID;
    [ PropertySources {"DriveLetter"} ]
    String    DriveLetter;
    [ PropertySources {"ProtectionStatus"} ]
    UInt32    ProtectionStatus;
    [ PropertySources {"ConversionStatus"} ]
    UInt32    ConversionStatus;
    [ PropertySources {"EncryptionMethod"} ]
    UInt32    EncryptionMethod;
    [ PropertySources {"VolumeType"} ]
    UInt32    VolumeType;
    [ PropertySources {"IsVolumeInitializedForProtection"} ]
    Boolean   IsVolumeInitializedForProtection;
};

以上是关于text HWI EXT Win32_EncryptableVolume_Ext.mof的主要内容,如果未能解决你的问题,请参考以下文章

sql HWI EXT SQL Server产品。

win32编程:L,_T() ,TEXT和_TEXT

nodejs 调用win32 api

零基础逆向工程40_Win32_14_枚举窗口_模拟鼠标键盘

Win32 API编程:WinMain无法重载函数或_tWinMain无法重载

hwi oauth bundle 和 Symfony 4.2:无法安装