Hi,
Is it possible to use privileged users mapping in Sentinel Collector for Microsoft Active Directory and Windows (6.1r6) ?
(in Microsoft_Windows_2000_WMI_600 collector (6r2) :
TRANSLATE(s_DUN,"privileged_users.csv",i_Found)
/* Check for a privileged user account to modify the taxonomy value and maybe change severity. */
IF(s_RV51 = "USER" & i_Found)
COPY(s_RV51:"ADMIN")
ENDIF()
)
Thanks,
Mario
Is it possible to use privileged users mapping in Sentinel Collector for Microsoft Active Directory and Windows (6.1r6) ?
(in Microsoft_Windows_2000_WMI_600 collector (6r2) :
TRANSLATE(s_DUN,"privileged_users.csv",i_Found)
/* Check for a privileged user account to modify the taxonomy value and maybe change severity. */
IF(s_RV51 = "USER" & i_Found)
COPY(s_RV51:"ADMIN")
ENDIF()
)
Thanks,
Mario