Need WMI query to get the dll information from Windows Server 2006 -
need wmi query assmebly file details udner path :
c:\windows\assembly\gac_msil
i want monitor path once in day , information on :
1.assembly name
2.date created
3.date modified
4.full name
5.public key token
i don't want powershell script these details. needed wmi query.
more information:i used wmi query : "select * cim_datafile " doesnt work . displays description : "invalid class" .
please let me know correct class name , namespace
many thanks,
simbu
the right way of using cim_datafile this:
"select * cim_datafile drive ='c:' , path='\\demo\\' , filename='u' , extension='dll'"
but, don't think give publickey token.
Comments
Post a Comment