HEX
Server: Apache
System: Windows NT MAGNETO-ARM 10.0 build 22000 (Windows 10) AMD64
User: Michel (0)
PHP: 7.4.7
Disabled: NONE
Upload Files
File: C:/Windows/System32/wbem/AuditRsop.mof
#pragma autorecover
#pragma classflags("forceupdate")

#pragma namespace("\\\\.\\root")

instance of __Namespace
{
        Name = "RSOP";
};

#pragma namespace("\\\\.\\root\\RSOP")

instance of __Namespace
{
        Name = "Computer";
};


#pragma namespace("\\\\.\\root\\RSOP\\Computer")


class RSOP_SubcategorySystemAuditSetting : RSOP_PolicySetting
{   
    [
        key,
        Description("Inherited from RSOP_PolicySetting"),
        Read,
        DisplayName("ID")
    ]
    string id;

    [
        key,
        Description("Inherited from RSOP_PolicySetting"),
        Read,
        DisplayName("Precedence")
    ]
    uint32 precedence;
    
    [Read] 
    string SubcategoryGuid;

    [Read]
    uint32 SettingValue;    

    [Read] 
    string SubcategoryName;
};

class RSOP_GlobalSaclSetting : RSOP_PolicySetting
{   
    [
        key,
        Description("Inherited from RSOP_PolicySetting"),
        Read,
        DisplayName("ID")
    ]
    string id;

    [
        key,
        Description("Inherited from RSOP_PolicySetting"),
        Read,
        DisplayName("Precedence")
    ]
    uint32 precedence;
    
    [Read] 
    string SettingType;
    
    [Read]
    string SettingValue;
};

class RSOP_CentralAccessPolicySetting : RSOP_PolicySetting
{   
    [
        key,
        Description("Inherited from RSOP_PolicySetting"),
        Read,
        DisplayName("ID")
    ]
    string id;

    [
        key,
        Description("Inherited from RSOP_PolicySetting"),
        Read,
        DisplayName("Precedence")
    ]
    uint32 precedence;


    [Read] 
    string CentralAccessPolicyName[];
};