Guest User

Untitled

a guest
Aug 7th, 2025
6
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. #pragma namespace ("\\\\.\\root\\cimv2")
  2. instance of __Namespace
  3. {
  4.     Name = "SMS" ;
  5. };
  6. #pragma namespace ("\\\\.\\root\\cimv2\\SMS")
  7. instance of __Namespace
  8. {
  9.     Name = "INV_TEMP" ;
  10. };
  11. #pragma namespace ("\\\\.\\root\\cimv2\\SMS\\INV_TEMP")
  12.  
  13.  
  14. [ SMS_Report (TRUE),
  15.   SMS_Group_Name ("MEMAsset"),
  16.   SMS_Class_ID ("MICROSOFT|MEMASSET|1.0"),
  17.   Namespace ("root\\\\cimv2") ]
  18. class MEMAsset : SMS_Class_Template
  19. {
  20.     [ SMS_Report (TRUE), key ]
  21.     String     KeyName;
  22.     [ SMS_Report (TRUE) ]
  23.     String     AreaDescription;
  24.     [ SMS_Report (TRUE) ]
  25.     String     Building;
  26.     [ SMS_Report (TRUE) ]
  27.     String     ConfigurationDate;
  28.     [ SMS_Report (TRUE) ]
  29.     String     CostCenter;
  30.     [ SMS_Report (TRUE) ]
  31.     String     CW_Matrix;
  32.     [ SMS_Report (TRUE) ]
  33.     String     CW_TypeID;
  34.     [ SMS_Report (TRUE) ]
  35.     String     Department;
  36.     [ SMS_Report (TRUE) ]
  37.     String     Institute;
  38.     [ SMS_Report (TRUE) ]
  39.     String     Market;
  40.     [ SMS_Report (TRUE) ]
  41.     String     NursingUnit;
  42.     [ SMS_Report (TRUE) ]
  43.     String     PrimaryUser;
  44.     [ SMS_Report (TRUE) ]
  45.     String     RoomNumber;
  46.     [ SMS_Report (TRUE) ]
  47.     String     Serial;
  48.     [ SMS_Report (TRUE) ]
  49.     String     Status;
  50.     [ SMS_Report (TRUE) ]
  51.     String     SupportZone;
  52.     [ SMS_Report (TRUE) ]
  53.     String     wsFloor;
  54.     [ SMS_Report (TRUE) ]
  55.     String     wsFunction;
  56. };
Add Comment
Please, Sign In to add comment