Juan
Member
- Messages
- 6
- Reaction score
- 1
- Points
- 3
Hi ! ! !
There any way to configure or force the report of the definition antivirus client machines to the server?
When I do the report , the captured information is Tardive .
Example :
- Report
- The Script
- My PC
- My SCEP
There any way to configure or force the report of the definition antivirus client machines to the server?
When I do the report , the captured information is Tardive .
Example :
- Report

- The Script
Code:
select SMS_R_System.NetbiosName, SMS_R_System.SystemOUName, SMS_G_System_AntimalwareHealthStatus.AntivirusSignatureUpdateDateTime, SMS_G_System_AntimalwareHealthStatus.AntivirusSignatureVersion from SMS_R_System inner join SMS_G_System_AntimalwareHealthStatus on SMS_G_System_AntimalwareHealthStatus.ResourceID = SMS_R_System.ResourceId where SMS_R_System.OperatingSystemNameandVersion = "Microsoft Windows NT Workstation 6.1"
- My PC

- My SCEP
